docs: fix website link and anchor warnings - #57919
Conversation
72f0e49 to
05b67a0
Compare
teknium1
left a comment
There was a problem hiding this comment.
Thanks for finding the stale RL references and locale-anchor mismatches. The premise remains valid on current main: website/docs/getting-started/learning-path.md:103-107 still documents the removed Atropos RL pipeline, while website/docs/developer-guide/trajectory-format.md:1-4 is the available replacement. The zh-Hans Telegram fragment mismatch is also present at website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/user-guide/messaging/telegram.md:317,338.
Problems
website/docs/user-guide/skills/optional/software-development/software-development-code-wiki.md:24: please keep the/docs/prefix.website/docusaurus.config.ts:11setsbaseUrl: '/docs/', and lines 58-60 explicitly identify/docs/user-guide/skills/bundled/xas the route. The proposed/user-guide/...links would bypass that base path.
Suggested changes
- Restore
/docs/on those two related-skill links, then preserve the remaining stale-link and explicit-ID changes.
Automated hermes-sweeper review.
| | Platforms | linux, macos, windows | | ||
| | Tags | `Documentation`, `Mermaid`, `Architecture`, `Diagrams`, `Wiki`, `Code-Analysis` | | ||
| | Related skills | [`codebase-inspection`](/docs/user-guide/skills/bundled/github/github-codebase-inspection), [`github-repo-management`](/docs/user-guide/skills/bundled/github/github-github-repo-management) | | ||
| | Related skills | [`codebase-inspection`](/user-guide/skills/bundled/github/github-codebase-inspection), [`github-repo-management`](/user-guide/skills/bundled/github/github-github-repo-management) | |
There was a problem hiding this comment.
Please retain the /docs/ prefix here. website/docusaurus.config.ts:11 sets baseUrl: '/docs/', and lines 58-60 explicitly identify /docs/user-guide/skills/bundled/x as the deployed route; /user-guide/... would resolve at the site root.
Summary
Test Plan
source venv/bin/activate && cd website && npm run buildenandzh-Hanslocales without broken link/anchor warnings