Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Conversation

@manovotny
Copy link
Contributor

@manovotny manovotny commented Jan 21, 2026

Previews

What does this solve?

  • Fixes a copy-paste error in the manifest where Android User Management incorrectly linked to the iOS documentation path
  • Improves SDK scoping logic to properly handle cases where groups have explicit SDK restrictions (e.g., Mobile Navigation should only appear for ios/android)
  • Adds support for manifest headings with optional SDK scoping via the new ManifestHeading type

What changed?

  • docs/manifest.json: Fixed Android link and added Mobile Navigation section for iOS/Android with new heading-based structure
  • scripts/build-docs.ts: Refined SDK computation to include frontmatter SDK variants and clarified SDK precedence logic
  • scripts/lib/manifest.ts: Added ManifestHeading type to support section headings with SDK scoping
  • Docs content: Removed Android-specific passkey references and updated Apple sign-in SDK conditionals to reflect mobile navigation restructure

manovotny and others added 2 commits January 20, 2026 16:42
Adds a new ManifestHeading type to support items with `heading: true`
that act as section headers without an href. Also fixes SDK filtering
errors by removing android/ios conditionals from pages under the Guides
section which doesn't include those SDKs.

Co-Authored-By: Claude Opus 4.5 <[email protected]>
- Fix copy-paste error: Android User Management now correctly links to /docs/reference/android/user instead of iOS path
- Add frontmatter SDK to SDK computation for manifest items to better reflect document capabilities
- Clarify SDK scoping precedence: explicit group SDK restrictions are now preserved even if children support more SDKs
- Update comments to explain SDK logic for cases like Mobile Navigation section
@vercel
Copy link

vercel bot commented Jan 21, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
clerk-docs Ready Ready Preview Jan 26, 2026 9:58pm

Request Review

- Add iOS reference docs from mike/ios-v1-docs branch: auth, clerk, configuration, installation, organizations, user
- Add Android auth.mdx from sam/android-v1-auth-reference branch
- Create docs/reference/android/todo.mdx placeholder for missing Android docs
- Update manifest to point missing Android docs to the todo placeholder
- Add iOS quickstart guide
- Update 12 custom flow guides with iOS support
- Update reference view docs (auth-view, user-button, user-profile-view)
- Update iOS overview and remove deprecated get-token.mdx
- Update manifest: remove iOS getToken entry, point Android auth to todo placeholder
- Add installation.mdx with Gradle setup instructions
- Add configuration.mdx with Clerk.initialize() pattern
- Add clerk.mdx with reactive state flows (Clerk.userFlow, Clerk.isInitialized)
- Add user.mdx for user management methods
- Add organizations.mdx for organization management
- Update auth.mdx to use Clerk.auth (uppercase) consistently
- Update manifest.json to point to new Android reference pages

Co-Authored-By: Claude Opus 4.5 <[email protected]>
- Renamed properties: Auth.signIn/signUp -> Auth.currentSignIn/currentSignUp
- MFA methods: sendMfaCode builder -> sendMfaPhoneCode/sendMfaEmailCode
- signInWithIdToken: now uses builder pattern

Co-Authored-By: Claude Opus 4.5 <[email protected]>
- Add template: wide
- Organize into Get started, Explore by feature, Prebuilt views, Resources sections
- Use Cards with level={2} for consistent styling

Co-Authored-By: Claude Opus 4.5 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants