docs(oauth): point OAuth client OTP to sidebar OAuth setup entry from #2178#2192
Merged
ZaynJarvis merged 2 commits intoMay 22, 2026
Merged
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
ZaynJarvis
approved these changes
May 22, 2026
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
Docs catch of #2178 (feat(web-studio): PWA, mobile UI polish, OAuth-setup
tab, request-logs touch-ups; @ZaynJarvis author / @t0saki merger, merged
~13h ago). #2178 extracted the OAuth client OTP form out of the
Studio "Connection & Identity" dialog (
connection-dialog.tsxshrinks by~200 lines) into a new
OAuthSetupDialogreached from a dedicatedOAuth setup entry in the sidebar footer (opens dialog on
>=md,routes to
/studio/oauth/setupon phone).docs/{en,zh}/guides/11-oauth.mdstill tells users to "use the OAuthclient OTP block at the bottom of the Connection & Identity dialog" /
"在 Studio 的『连接与身份』对话框底部就有 OAuth client OTP 区块". After
#2178 that block lives in the new OAuth setup entry instead — the
connection dialog now only handles API-key / identity input (the file
contains zero
OTPmentions post-#2178).This PR retargets the two stale callouts (one in How it works push-OTP
paragraph, one in Quick start (HTTP, local only) step 4) in both EN
and ZH guides to point users at the new sidebar footer OAuth setup
entry /
/studio/oauth/setuproute.Test plan
guides updated symmetrically at matching positions).
navigation.oauthSetup.title='OAuth setup'(en) /'OAuth 设置'(zh-CN), matching the wording used inthe docs.
app-shell.tsxsidebar footer has the newopenOAuthSetupmenu item (withKeyRoundIcon) wired to eitherOAuthSetupDialog(>=768px) ornavigate({ to: '/oauth/setup' })fallback.
connection-dialog.tsxno longer contains anyOTPreferences after feat(web-studio): PWA, mobile UI polish, OAuth-setup tab, request-logs touch-ups #2178.
Pure docs change, no behavioral impact.