Conversation
Adds account/plans.mdx describing how to upgrade from Free, move between Pro and Business, switch billing intervals, cancel, and reach sales for Enterprise, based on the console's current Plan page. Points the FAQ, Organizations, and Billing pages at it and retires the stale "Manage Plan -> Edit -> Cancel Subscription" instructions.
Plan names are proper nouns, so allow them in headings, and use link text for the billing address so the Terms rule does not read it as a lowercase Shorebird.
Contributor
Author
|
This was all claude. Seems to be right. I read through it all. |
This branch has not been deployed
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
We had no guide on how to upgrade an account. The only instructions were a two-sentence FAQ entry (pointing at
/subscriptions/createand "email billing@ for yearly") plus a one-liner in Organizations, and the FAQ's cancel steps (Manage Plan -> Edit -> Cancel Subscription) no longer match the console.This adds Account → Plans & Upgrading (
/account/plans/) covering:The FAQ, Organizations, and Billing pages now link to it, and the sidebar order in Account is Organizations → Plans & Upgrading → Billing → the rest.
Button labels and the immediate-vs-scheduled rules come from the console source (
account.plan.tsx,plan-selection-modal.tsx,plan-actions.tsx,cancel-plan-dialog.tsx,classifyPlanChangeinstripe.server.ts).Things to check before publishing
Switch to Pro annual), so I dropped that. Confirm that's the intended path.view_billing_portal.pngon the Billing page shows the old "Edit" dropdown (Upgrade to Pro (monthly)etc.), which no longer exists. Not touched here — a new screenshot would help.orgs.mdxsays App Manager is Enterprise-only. One of them is wrong; not touched here.Test plan
npx astro buildpasses, includingstarlight-links-validator