docs(backend): use canonical Dashboard API key links - #9653
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: ASSERTIVE Plan: Team Run ID: 📒 Files selected for processing (3)
🔗 Linked repositories identifiedCodeRabbit considers these linked repositories for cross-repo context during reviews:
Included review availability: 8 reviews are currently available. Your included PR review attempts over the past 7 days set your current allowance at 10 reviews per hour. 📝 WalkthroughWalkthroughUpdated the documentation links for Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This updates API-key documentation links for backend token options to the current Clerk Dashboard page without changing application behavior or public API contracts. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Warning Linked repositories: Your configuration references 7 linked repositories, but your current plan allows 5. Analyzed Comment |
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/electron
@clerk/electron-passkeys
@clerk/eslint-plugin
@clerk/expo
@clerk/expo-google-signin
@clerk/expo-passkeys
@clerk/express
@clerk/fastify
@clerk/hono
@clerk/localizations
@clerk/nextjs
@clerk/nuxt
@clerk/react
@clerk/react-router
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/ui
@clerk/upgrade
@clerk/vue
commit: |
API Changes Report
Summary
No API Changes DetectedAll packages have stable APIs with no detected changes. Report generated by Break Check Last ran on |
Description
This updates the backend JSDoc annotations that feed the backend and Next.js TypeDoc reference pages.
The shared
publishableKey,secretKey, andjwtKeydescriptions still linked to the legacy Dashboard URLhttps://dashboard.clerk.com/last-active?path=api-keys. They now use the canonical active-instance shortcut,https://dashboard.clerk.com/~/api-keys.Those three source annotations expand to 12 links across the generated backend and Next.js reference pages. The companion docs PR syncs that output and prevents
/last-activelinks from validating in the future: https://github.com/clerk/clerk/pull/3294Testing performed:
Checklist
pnpm testruns as expected. Not run; this is a documentation-only JSDoc change.pnpm buildruns as expected. Not run; targeted TypeDoc generation passed.Type of change
Other resources