feat(DOCS-5540): add My Account components docs for Web#1421
Open
BcnCarlos wants to merge 30 commits into
Open
feat(DOCS-5540): add My Account components docs for Web#1421BcnCarlos wants to merge 30 commits into
BcnCarlos wants to merge 30 commits into
Conversation
Add overview and reference articles for UserMFAMgmt and UserPasskeyMgmt under Web Components, plus the My Account navigation group. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
Summary
|
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
- Replace generic Callout misuse with Note/Info/Tip per content type. - Replace Warning misuse with Note (not an Early Access feature). - Convert lowercase placeholders to YOUR_* form per placeholder convention. - Expand acronyms on first use: MFA, OTP, TOTP. - Spell out 'apps' to 'applications'; 'non-clickable' to 'non-interactive'. - Standardize 'See [link]' to 'To learn more, read [link]'. - Replace fictional 'acme.org' with 'example.com'. - Lowercase 'Custom Domain' to 'Custom domain' in body text. - Remove 'currently' pre-announcement language. - Add semicolon to ReleaseStageNotice import for consistency. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- Split nested-parens factor lists into two sentences for readability. - Replace acme.com with example.com in MFA schema regex example. - Lowercase 'My Account Component' to 'My Account component' (generic noun). - Drop redundant 'See factorConfig below' self-link from prop table. - Spell out 'app' to 'application' in code-comment placeholders. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- Rename H2 'Set up your application' to 'Configure your application' to differentiate from the adjacent 'Set up the database and test user' H3. - Lowercase 'Push' to 'push' in advanced subcomponents body prose. - Combine factual + recommendation Tip into single advisory sentence. - Add 'Related' section to MFA and Passkey reference docs cross-linking to the sibling component and the overview. - Add top-of-tab Note to Next.js and shadcn tabs pointing readers to the React (SPA) tab for full reference content. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…t docs Replace bullet-list Related sections with CardGroup/Card components to match the iOS and Android passkey doc conventions. Also renames 'Next steps' to 'Learn more' and fixes a double-period typo in UserMFAMgmt. Co-Authored-By: Claude Opus 4.7 (1M context) <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
UserMFAMgmtreference, andUserPasskeyMgmtreference.config/navigation/universal-components.jsonparallel to the existing My Organization group, matching the iOS/Android navigation pattern.Test plan
cd main && mint devand confirm the My Account group appears under Web Components > Components in the sidebarUserMFAMgmtpage renders props tables, accordions, and code samples without MDX errorsUserPasskeyMgmtpage rendersComponentActionlifecycle docs and TypeScript block correctlymint broken-linkspasses frommain/🤖 Generated with Claude Code