release-8.5: implement a new information architecture for TiDB and TiDB Cloud docs#21336
Merged
qiancai merged 32 commits intorelease-8.5from Feb 11, 2026
Merged
release-8.5: implement a new information architecture for TiDB and TiDB Cloud docs#21336qiancai merged 32 commits intorelease-8.5from
qiancai merged 32 commits intorelease-8.5from
Conversation
* new nav: create a TOC file for self-managed * Update TOC.md * Refactor TOC: split and update documentation structure Renamed TOC-tidb.md to TOC-pingkai.md and expanded its content with new sections for application development, best practices, and version history. The main TOC.md was simplified by removing these detailed sections, centralizing advanced and historical content in TOC-pingkai.md for better maintainability and clarity. * Apply suggestions from code review --------- Co-authored-by: Grace Cai <qqzczy@126.com>
Co-authored-by: Aolin <aolinz@outlook.com>
* *: enrich best practices index and move one doc * Update _index.md * Apply suggestions from code review Co-authored-by: Grace Cai <qqzczy@126.com> --------- Co-authored-by: Grace Cai <qqzczy@126.com>
* develop: refine wording of two guides * Update dev-guide-aws-appflow-integration.md
* fix link issues for files * fix a broken anchor * Discard changes to scripts/verify-duplicated-file-name.sh * Discard changes to scripts/verify-links.sh * Discard changes to scripts/verify-link-anchors.sh * Delete package-lock.json * Discard changes to scripts/verify-duplicated-file-name.sh * Discard changes to scripts/verify-link-anchors.sh * Discard changes to scripts/verify-links.sh * revert unnecessary changes
…1304) * add alias for docs in /develop and /best-practices * add aliases for vector-search-overview
* sync en changes * sync EN changes to ZH * Update dev-guide-create-secondary-indexes.md * AskTUG —> AskTUG 论坛 * Update develop/dev-guide-connection-parameters.md
* chore(package): update package.json and package-lock.json to add new devDependencies for linting and markdown checks * chore(scripts): adapt package.json * chore(scripts): add script to verify internal links in TOC files and ensure all referenced pages exist * chore(ci): restructure CI workflow to add jobs for verifying duplicated file names, internal links, and TOC membership * chore(scripts): add utils * chore(scripts): format code for improved readability in internal link verification script
…' into feature/preview-top-navigation
Collaborator
Author
|
/retest |
[LGTM Timeline notifier]Timeline:
|
Collaborator
Author
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: qiancai The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Collaborator
Author
|
/cherry-pick master |
Collaborator
Author
|
/cherry-pick master |
Collaborator
Author
|
/needs-cherry-pick-master |
qiancai
added a commit
to qiancai/docs-cn
that referenced
this pull request
Feb 11, 2026
…DB Cloud docs (pingcap#21336) Co-authored-by: Grace Cai <qqzczy@126.com> Co-authored-by: Aolin <aolinz@outlook.com> Co-authored-by: Lilian Lee <lilin@pingcap.com> Co-authored-by: Aolin <aolin.zhang@pingcap.com> Co-authored-by: Yuiham <Yuiham@users.noreply.github.com> fix broken links in TOC and docs (pingcap#21329) fix https://do.pingcap.net/jenkins/blue/organizations/jenkins/pingcap%2Fdocs-cn%2Fpull_verify/detail/pull_verify/13964/pipeline
14 tasks
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.
What is changed, added or deleted? (Required)
This PR reorganizes the documentation structure and improves experiences of developers by making the following changes:
Which TiDB version(s) do your changes apply to? (Required)
Tips for choosing the affected version(s):
By default, CHOOSE MASTER ONLY so your changes will be applied to the next TiDB major or minor releases. If your PR involves a product feature behavior change or a compatibility change, CHOOSE THE AFFECTED RELEASE BRANCH(ES) AND MASTER.
For details, see tips for choosing the affected versions (in Chinese).
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?