Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Add redirect from /docs/account/app to Account overview. Remove App management nav section and associated images. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add redirects to Account overview. Update TLS/settings links in Encryption and Error codes pages. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add redirects to Auth page. Update API key links in Error codes page. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add redirects to Debugging page. Rename Dev console section to Web client. Update console link in Metadata subscribe page. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add redirects to Push notifications page. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add redirect to Integrations Queues page. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Remove page and associated screenshot images. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Rename users.mdx to team.mdx with updated content and redirects. Update all references across pricing pages and nav. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Rewrite content to reflect new dashboard layout and navigation. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Update navigation steps and links for new dashboard layout. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Update screenshots and navigation instructions for new dashboard. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add anchor IDs to headings and clean up formatting. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Update navigation steps, formatting, and link references. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Update navigation steps and links for new dashboard layout. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add reference to CLI section in dashboard and new screenshot. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
185df8f to
2a8bb54
Compare
|
|
||
| Use organizations to manage multiple Ably accounts by centralizing user access and roles under a single organizational structure. Organizations streamline user provisioning through [Single Sign-On (SSO)](/docs/platform/account/sso) configuration and utilize SCIM System for Cross-domain Identity Management for group-based access control. | ||
|
|
||
| Access your [organization settings](https://ably.com/accounts/any/organization) to manage your organization configuration and user access. |
There was a problem hiding this comment.
This URL 404s. Org routes are rooted at /organizations/:id/, and unlike accounts they don't support the any slug shortcut — so /accounts/any/organization has no matching GET route.
Suggest dropping the link, or rewording so readers navigate to organization settings from the account dropdown instead.
- Claude
| - /docs/general/versions/v0.8/queues | ||
| - /docs/general/queues | ||
| - /docs/integrations/queues | ||
| - /docs/account/app/queues |
There was a problem hiding this comment.
Only the legacy /docs/account/app/queues is redirected here. The canonical /docs/platform/account/app/queues URL (which was in the sidebar nav for years, so likely bookmarked and indexed) isn't redirected anywhere and will 404 after this merges. Worth adding it alongside.
Same gap exists for the deleted stats page: neither /docs/platform/account/app/stats nor /docs/account/app/stats is redirected anywhere in this PR. Suggest adding both to platform/account/index.mdx's redirect_from (consistent with where app/settings landed), or pointing them at /docs/metadata-stats/stats if that's a better conceptual home.
- Claude
Description
This PR does the following:
Supersedes #3061.
Checklist