pingcap / pingcap/website-docs
Support switching TiDB Cloud plans while keeping users on the same document
@shhdgit is already working on this.
Since Oct 15, 2025.
- Dominant language
- TypeScript
- Stars
- 23
- Forks
- 33
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 7
Description
Issue description:
Currently, if one documentation topic (page) exist in multiple plans such as (Starter, Essential, Dedicated): assume users open https://docs.pingcap.com/tidbcloud/delete-tidb-cluster/?plan=essential, then they switch the plan to Dedicated by clicking the plan box in the upper left corner, they'll brought to the landing page of Dedicated docs (the default plan shown: https://docs.pingcap.com/tidbcloud/).
However, it would be better to guide users to the same topic page: https://docs.pingcap.com/tidbcloud/delete-tidb-cluster/?plan=dedicated
Solution:
- For the topic page that is used by two or more plans: support guiding users to the corresponding page of the target plan documentation.
- For the topic page that is used by only one single plan: guiding users to the landing page of the target plan documentation.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.