docs: restructure Deploy section around surface × access mode - #117
Merged
Conversation
- Split the "channel ladder" into two independent decisions: where users meet the agent (widget / own UI / phone / custom client) and who may start sessions (public agents vs authenticated sessions) - Rename authentication.mdx -> authenticated-sessions.mdx with redirect; page refocused as the backend session-creation reference, public-agent duplication removed, client-agnostic token table added - Reorder Deploy sidebar: access-mode pages before surface pages - Fix mislinks: API-key setup references now point at api-reference/introduction or the console; versions-publishing "Automate via API" points at the publish endpoint - Replace "mint" wording with "create" across agent docs - Split CodeGroups that tabbed different responsibilities (backend vs browser, draft-update vs publish, request vs response, distinct API operations) into sequential code blocks Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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 |
Him188
added a commit
that referenced
this pull request
Aug 6, 2026
- Split the "channel ladder" into two independent decisions: where users meet the agent (widget / own UI / phone / custom client) and who may start sessions (public agents vs authenticated sessions) - Rename authentication.mdx -> authenticated-sessions.mdx with redirect; page refocused as the backend session-creation reference, public-agent duplication removed, client-agnostic token table added - Reorder Deploy sidebar: access-mode pages before surface pages - Fix mislinks: API-key setup references now point at api-reference/introduction or the console; versions-publishing "Automate via API" points at the publish endpoint - Replace "mint" wording with "create" across agent docs - Split CodeGroups that tabbed different responsibilities (backend vs browser, draft-update vs publish, request vs response, distinct API operations) into sequential code blocks Co-authored-by: Claude Fable 5 <noreply@anthropic.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
The old Deploy overview presented a four-step "channel ladder" (widget → public → authenticated → phone) that conflated two orthogonal axes — clicking 3. Authenticated sessions landed on a page titled Authentication that re-explained both access modes, including a Public agents section duplicating its sibling page.
authentication.mdx→authenticated-sessions.mdx(redirect added in docs.json): now the pure backend session-creation reference — token flow, request fields, response, token lifetime, force-end, errors — plus a client-agnostic table showing where the token goes per surface (Web SDK, React SDK, widgetsessionTokenProvider, wire protocol).api-reference/introductionor the console API-keys page; versions-publishing's "Automate via API" card pointed at the Deploy overview, now at the publish endpoint reference.Verification
mint broken-links: no broken links underagents/(pre-existingtemp/template leftovers untouched)grep -riE '\bmint(s|ed|ing)?\b'over agent docs: clean (Mintlify brand excluded)🤖 Generated with Claude Code
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.