docs(zh-cn): fix broken anchor links in Chinese documentation#2072
docs(zh-cn): fix broken anchor links in Chinese documentation#2072alexeyv merged 3 commits intobmad-code-org:mainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis pull request updates internal Markdown anchor links in a Chinese FAQ documentation file. The changes replace English-based fragment identifiers with new anchors derived from Chinese section titles while maintaining the same referenced content. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip CodeRabbit can use your project's `biome` configuration to improve the quality of JS/TS/CSS/JSON code reviews.Add a configuration file to your project to customize how CodeRabbit runs |
Summary
Corrects internal anchor links in the Chinese (zh-cn) FAQ documentation to reference Chinese headings instead of English ones, ensuring proper navigation within the document.
Changes
Updated 4 anchor links in
docs/zh-cn/explanation/established-projects-faq.md:Why
The FAQ section in the Chinese documentation had anchor links pointing to English slugs, which don't match the actual Chinese heading IDs. This caused the table of contents links to be unusable.
Testing
Verified anchor links now direct to the corresponding heading when clicking