-
Notifications
You must be signed in to change notification settings - Fork 453
chore(backend,react,shared,vue): Update docs links #8047
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| --- | ||
| --- |
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: clerk/javascript
Length of output: 1261
🏁 Script executed:
Repository: clerk/javascript
Length of output: 88
🏁 Script executed:
Repository: clerk/javascript
Length of output: 87
🏁 Script executed:
Repository: clerk/javascript
Length of output: 3294
🏁 Script executed:
Repository: clerk/javascript
Length of output: 88
🏁 Script executed:
Repository: clerk/javascript
Length of output: 42
🏁 Script executed:
Repository: clerk/javascript
Length of output: 525
🌐 Web query:
site:clerk.com/docs/reference/types/billing-plan-resource💡 Result:
The Clerk Docs page you’re looking for is the
BillingPlanResourcetype reference (Clerk’s Billing “Plan” object). It’s available athttps://clerk.com/docs/reference/javascript/types/billing-plan-resource. [1]What
BillingPlanResourcecontains (key properties):id,name,slug,description,avatarUrl,features(FeatureResource[]), pricing fields likefee(monthly),annualFee,annualMonthlyFee, trial fields likefreeTrialEnabledandfreeTrialDays, plus flags likeisDefault,publiclyVisible,isRecurring,hasBaseFee, andforPayerType("org" | "user"). [1]🌐 Web query:
clerk clerk-docs 3185 billing plan resource new documentation routes💡 Result:
PR #3185 in
clerk/clerk-docs(draft as of Mar 11, 2026) is a JavaScript reference-docs revamp that changes documentation routes by: (1) moving object reference pages from/docs/reference/javascript/**→/docs/reference/objects/**, and (2) moving type reference pages from/docs/reference/javascript/types/**→/docs/reference/types/**, with redirects added so old links keep working. [1]For BillingPlanResource specifically, the current live page is still under the old JavaScript types route:
/docs/reference/javascript/types/billing-plan-resource(last updated Mar 4, 2026). [2] Under the PR’s plan, it would be reachable at/docs/reference/types/billing-plan-resource. [1]Sources:
[1] PR
#3185description (route moves + redirects) clerk/clerk-docs#3185[2] Current BillingPlanResource doc page https://clerk.com/docs/reference/javascript/types/billing-plan-resource
🌐 Web query:
site:clerk.com/docs/reference/types/billing-plan-resource💡 Result:
The Clerk docs page you’re pointing to is
BillingPlanResource(JavaScript Types). It defines the shape of a subscription plan object and includes these key properties:id,name,slug,description,avatarUrl,fee(monthly),annualFee,annualMonthlyFee,isDefault,publiclyVisible,forPayerType("org" | "user"),isRecurring,hasBaseFee, plus free-trial fieldsfreeTrialEnabledandfreeTrialDays, andfeatures: FeatureResource[]. (clerk.com)Citations:
🌐 Web query:
clerk-docs PR 3185 merged deployed live March 2026 documentation routes /types /objects💡 Result:
#3185): As of March 11, 2026, PR Nextjs 14, docker, production error: Failed to load Clerk #3185 is still a Draft and not merged intomain. (github.com)clerk-docs-git-aa-javascript-revamp.clerkstage.dev) updated Mar 11, 2026 10:01pm UTC, but that is not the live production docs site. (github.com)/docs/reference/javascript/**→/docs/reference/objects/**(github.com)/docs/reference/javascript/types/**→/docs/reference/types/**(github.com)/docs/reference/javascript/types/overview, “Last updated on Mar 6, 2026”). (clerk.com)Citations:
🏁 Script executed:
Repository: clerk/javascript
Length of output: 5524
🏁 Script executed:
Repository: clerk/javascript
Length of output: 2674
Block merge until clerk/clerk-docs#3185 is deployed.
This PR updates documentation links across ~10 files to point to the new
/docs/reference/types/*and/docs/reference/objects/*routes (e.g.,organization-membership,sign-up,billing-plan-resource). However, these new routes are not yet live—the referenced clerk-docs PR is still in draft status as of March 11, 2026. Merging now would replace working links (currently under/docs/reference/javascript/types/*and/docs/reference/objects/*) with non-existent ones. Wait for clerk/clerk-docs#3185 to be deployed and include redirects before merging.🤖 Prompt for AI Agents