docs(backend,shared): Generate typedoc output for backend docs#8853
docs(backend,shared): Generate typedoc output for backend docs#8853alexisintech wants to merge 1 commit into
Conversation
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
🦋 Changeset detectedLatest commit: 5147b18 The changes in this PR will be included in the next version bump. This PR includes changesets to release 0 packagesWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository YAML (base), Repository UI (inherited) Review profile: CHILL Plan: Pro 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 |
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/expo
@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: |
Summary
packages/backend/src/api/endpoints/**/*.@expandPropertiesmodifier tag (handled by.typedoc/custom-plugin.mjs) so generic-instantiation aliases likeUserListParams = ClerkPaginationRequest<{...}>render as a single merged properties table instead of an empty page. typedoc-plugin-markdown otherwise has no rendering branch for top-levelReferenceTypes. Tag applied toClerkPaginationRequestandClerkPaginationParams.Test plan
pnpm typedoc:generatecompletes without errorscd .typedoc && npx vitest runpasses