Move discontinued plan details to their own page - #2462
Merged
Conversation
The pricing and billing pages each carried sections on legacy Hobby, Launch, and Scale plans, including the free resource allowances those plans included. That content is only relevant to customers who bought a plan before October 7, 2024, but it sat alongside current pricing where new readers took it as an available free tier. Collect it all on a new Discontinued Plans page and link there from both pricing and billing. The new page is kept out of the side nav and out of the sitemap so it doesn't compete with the pricing page in search. Also drop the legacy free allowance clause from the volume billing section, which incorrectly listed Enterprise as discontinued for new customers alongside Launch and Scale. Enterprise support packages are still sold and priced on the pricing page. The volume snapshot free allowance mentioned under snapshot billing is unrelated to legacy plans and still applies to all customers, so it stays.
kcmartin
force-pushed
the
move-discontinued-plans
branch
from
August 14, 2026 19:45
141da68 to
dca4396
Compare
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.
The pricing and billing pages each carried sections on the legacy Hobby, Launch, and Scale plans, including the free resource allowances those plans included. That content only applies to customers who bought a plan before October 7, 2024, but it sat alongside current pricing, where new readers could reasonably read it as an available free tier.
This collects all of it on a new Discontinued Plans page at
/docs/about/discontinued-plans/and links there from both pricing and billing with a short line of prose. The new page is deliberately kept out of the side nav, and setsitemap: falseso it doesn't compete with the pricing page for pricing searches. The#legacy-free-allowancesanchor is preserved on the new page, so the existing deep link still resolves.It also drops the legacy free allowance clause from the volume billing section on the billing page. That clause said free allowances were subtracted for the Launch, Scale, and Enterprise plans, while the pricing page has only ever listed those allowances for the Hobby, Launch, and Scale plans. The two pages disagreed on whether the Enterprise plan carried allowances at all. Rather than reconcile the lists, the clause goes, since the legacy allowances are now documented on their own page.
For clarity, the Enterprise plan referred to in that clause is the org pricing tier that was discontinued on October 7, 2024, not the Enterprise support package that is still sold today. The two share a name but are different products.
One thing intentionally left alone: the free allowance mentioned under volume snapshot billing is the 10GB/month snapshot allowance that applies to all customers today, unrelated to legacy plans, so it stays.
Verified locally against a sitepress build: all three pages render, the new page is absent from the About section of the side nav, and the legacy content no longer appears on pricing or billing.