docs: unify Accounts and Admin under /accounts/ - #25960
Closed
akristen wants to merge 3 commits into
Closed
Conversation
Accounts and Administration were separate Platform sections. Nest individual account docs under /accounts/individual/ and move organization admin docs under /accounts/organization/, preserving old URLs with aliases. Co-authored-by: Cursor <cursoragent@cursor.com>
Move account, organization, and company FAQs out of the Accounts tree into a top-level FAQs section between Security and Support. Co-authored-by: Cursor <cursoragent@cursor.com>
Retarget in-repo links and labeler paths so they point at the new Accounts, Organization, and FAQs URLs. Co-authored-by: Cursor <cursoragent@cursor.com>
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
Author
|
This work has been merged into the combined feature branch and continues in #25982. Closing this PR in favor of that one. |
akristen
added a commit
that referenced
this pull request
Sep 3, 2026
# To dos ~- Evaluate _index pages and standardize across account + admins category~ ~- Edit weights of topics~ - Notify TSEs, other stakeholders - TW sign off ## Summary This PR restructures the Platform documentation into a clearer Accounts, Security, and Subscription and billing information architecture, with aliases so existing URLs keep working. Work from these PRs was merged into this feature branch: - #25957 (Security IA) - #25960 (Accounts and Admin) - #25981 (Subscription and billing) ### Accounts - Moves organization, company, and admin content under Accounts. - Splits individual-account docs into their own subsection. - Removes the standalone Admin section; those pages now live under Accounts. ### Security - Publishes Security at `/security/`, matching other Platform sections. - Groups authentication (SSO, 2FA, OIDC), access tokens, provisioning, and roles under Security. - Leaves Enterprise Hardened Desktop and related enterprise security docs under Enterprise. - Restores shipped Hardened Desktop and security FAQ URLs so they match `main`. ### Subscription and billing - Merges Subscription and Billing into a single Subscription and billing section. - Drops the extra subcategory wrappers and nests billing tasks under Manage. - Shortens the billing details sidebar label. ### FAQs - Consolidates Platform FAQs onto four pages: Accounts, Security, Subscription and billing, and Platform. - Folds leftover general, container, and network/VM security FAQs into Platform FAQs. - Folds SSO enforcement FAQs into the SSO FAQ. - Templates FAQ pages with H2 topics and H3 questions, and limits the table of contents to H2. ### Navigation and follow-ups - Renames the manuals sidebar group from Platform to Accounts and admin, and updates the manuals landing heading and copy to match. - Fixes the MSI install Settings Management link after the security path move. - Updates CODEOWNERS, the labeler, and in-repo links to the new paths. --------- Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Merges the Accounts and Administration sections into a single Accounts tree (individual accounts under
/accounts/individual/, organization admin under/accounts/organization/), folds the organization overview into the section landings, and moves account FAQs into a top-level Platform FAQs section between Security and Support. Old URLs are preserved with aliases.Related work: #25957