Update privacy settings docs for current UI labels - #3193
Conversation
Refreshes the organization- and team-scope privacy setting labels against the W&B front-end in wandb/core, which renamed most organization-scope settings and regrouped them into cards. - Rewrite "Configure privacy settings" for the current label set and the Access Control / Project and content security section grouping. - Document "Restrict invitations to claimed domain" and "Disable API key creation", which were absent from the page. - Move the Multi-tenant Cloud restriction off the organization-scope self-joining setting (ungated in gorilla) and onto the team-scope control (envIsPublicCloud-gated), and note that it requires an organization admin rather than a team admin. - Correct "after you save changes"; every toggle saves on change. - Uncomment "Disable API key creation" on the API keys page and replace the GraphQL mutation with UI steps. Also replace the requireOrgScopedAPIKeys mutation with the Settings > Authentication UI. - Fix the stale organization-scope label on the code saving and team settings pages, and resolve a contradiction in the code saving notice. DOCS-3158 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
Updated 2026-09-08 22:09:51 UTC for deployment · 711b72d. |
HiveMind Sessions1 session · 28m · $8.53
View all sessions in HiveMind → Run |
Sources and decision logAll source paths are Where each label came from
Deployment availability
Wording decisions
Update: ARIA project memory is now includedAn earlier revision of this comment listed Strings are from Intentional omissions
Tooling noteLocal |
Readability impactWord-weighted Flesch-Kincaid grade change across 4 changed pages: -0.2 (easier). Lower Flesch-Kincaid grade and higher reading ease both mean easier to read. This check is informational and never blocks a PR. Human readability
AI agent comprehensionRated 0-3 (higher is easier for an agent to parse and act on).
Curated-docs baseline median FK grade by type: conceptual 10.5, procedural 8.8, reference 9.4. |
🔗 Link Checker Results✅ All links are valid! No broken links were detected. |
Adds the ARIA section and its "Enable project memory" toggle to the organization privacy settings, matching the order the Privacy tab renders them in. Labels and description are from OrgPrivacySettings.tsx. The ARIA overview documents project memories from the end-user side but not the organization-level control, so this closes that gap and links to the user-facing section. DOCS-3158 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Fixes DOCS-3158.
The privacy settings docs had drifted from the product. At the organization scope, five of the six documented labels had been renamed, and the UI had been regrouped into cards the page didn't mention at all. Two settings were missing entirely, and both API key restrictions were documented as GraphQL-only even though both now have a UI.
Every label in this PR was taken verbatim from
wandb/coreatorigin/masterand re-checked againstserver-release-0.84.x.Organization-scope label changes
Team-scope labels were mostly accurate; two were stale (the magic-link setting and the email-domain setting).
Other corrections
Restrict invitations to claimed domainandDisable API key creation.onpremguard torestrictMatchingOrgEmailDomainUsers. The team-scope control is the gated one. Also corrected who can change it: the code requiresviewerIsOrgAdmin, not a team admin.Disable API key creation. The old text said members can't create keys; the source blocks users and team service accounts while organization service accounts can still create keys.Disable API key creationalso repairs a dead anchor:advanced_env_vars.mdxalready linked to#disable-api-key-creation, which pointed into commented-out MDX.Deliberately not changed
The organization API key concept block stays commented out, so the
Enforce organization-scoped API keyssection is still slightly orphaned — the term isn't defined on the page. Flagged rather than fixed, since un-hiding that content is a separate decision.Validation
mint validateandmint broken-linksboth pass. English only; fr/ja/ko regenerate from these files.