Fix stale versioned docs links (#22875)#22879
Conversation
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
There was a problem hiding this comment.
Code Review
This pull request updates numerous stale documentation links, primarily migrating older versioned content to the archive domain and updating TiDB Cloud cluster terminology from "starter" to "serverless". It also simplifies content blocks in the execution plan documentation and removes the TiDB kernel roadmap section. However, the changes have introduced critical issues in the form of unresolved Git merge conflict markers in releases/release-8.5.0.md and tidb-cloud/sql-concepts.md. Feedback has been provided to resolve these conflicts and to ensure MySQL version notation aligns with the repository style guide.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
/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 |
This is an automated cherry-pick of #22875
What changed
This PR updates stale documentation links reported in #22867:
docs-archive.pingcap.com, preserving the original versioned targets.secure-connections-to-serverless-clusterspage.Verification
rg -n https://docs\\.pingcap\\.com/tidb/v(7\\.2|7\\.6|8\\.3)/|https://docs\\.pingcap\\.com/tidbcloud/secure-connections-to-starter-clusters/|https://docs\\.pingcap\\.com/tidb/dev/tidb-roadmap -g *.mdreturns no matches.Invoke-WebRequest; all returned HTTP 200.git diff --checknpx --yes markdownlint-cli@0.17.0 <changed files>