-
Notifications
You must be signed in to change notification settings - Fork 3
fix(web checkout): make /docs/web-checkout the canonical overview #166
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -145,8 +145,7 @@ export const fileRedirectsMap = { | |
| "using-stripe-bottom-sheet-checkout-in-app": "dashboard/guides/using-stripe-checkout-in-app", | ||
|
|
||
| // Dashboard / Web Checkout | ||
| "web-checkout": "dashboard/web-checkout/web-checkout-overview", | ||
| "web-checkout-overview": "dashboard/web-checkout/web-checkout-overview", | ||
| "web-checkout-overview": "web-checkout", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Renaming Useful? React with 👍 / 👎. |
||
| "web-checkout-creating-an-app": "dashboard/web-checkout/web-checkout-creating-an-app", | ||
| "web-checkout-configuring-stripe-keys-and-settings": "dashboard/web-checkout/web-checkout-configuring-stripe-keys-and-settings", | ||
| "web-checkout-adding-a-stripe-product": "dashboard/web-checkout/web-checkout-adding-a-stripe-product", | ||
|
|
@@ -406,7 +405,7 @@ export const fileRedirectsMap = { | |
| "using-the-superwall-delegate": "sdk/guides/using-superwall-delegate", | ||
|
|
||
| // Web Checkout redirects (moved from dashboard to top-level) | ||
| "dashboard/web-checkout/web-checkout-overview": "web-checkout/web-checkout-overview", | ||
| "dashboard/web-checkout/web-checkout-overview": "web-checkout", | ||
| "dashboard/web-checkout/web-checkout-creating-an-app": "web-checkout/web-checkout-creating-an-app", | ||
| "dashboard/web-checkout/web-checkout-configuring-stripe-keys-and-settings": "web-checkout/web-checkout-configuring-stripe-keys-and-settings", | ||
| "dashboard/web-checkout/web-checkout-paddle-setup": "web-checkout/web-checkout-paddle-setup", | ||
|
|
||
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.
Missing redirect for old overview nested URL
High Severity
The file was renamed from
web-checkout-overview.mdxtoindex.mdx, making the old URL/docs/web-checkout/web-checkout-overviewa 404. Redirects exist forweb-checkout-overview(bare slug) anddashboard/web-checkout/web-checkout-overview, butweb-checkout/web-checkout-overview— the most recently canonical path — has no redirect entry. Thechangelog-entries.jsonalso references this exact URL, so changelog links will break.Additional Locations (1)
redirects-map.ts#L407-L408Reviewed by Cursor Bugbot for commit 0f0abb6. Configure here.