Fix broken zh-TW guide home links#5
Merged
Merged
Conversation
Update Traditional Chinese guide pages to link back to the canonical home page path so the '返回指南' link no longer lands on a 404. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Fix zh-TW guide chapter “返回指南” links. Switch target from index.zh-TW.md (404 from built pages) to index.md (MkDocs nav zh-TW home).
Changes:
- Update zh-TW chapter back-links to
index.md. - Update
11-models-and-pricing.zh-TW.md“Guide Home” reference toindex.md.
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| docs/01-why-tokens-matter.zh-TW.md | Back-link points to index.md. |
| docs/02-prompt-compression.zh-TW.md | Back-link points to index.md. |
| docs/03-language-comparison.zh-TW.md | Back-link points to index.md. |
| docs/04-context-management.zh-TW.md | Back-link points to index.md. |
| docs/05-output-control.zh-TW.md | Back-link points to index.md. |
| docs/06-workflow-optimization.zh-TW.md | Back-link points to index.md. |
| docs/07-agents-md-problem.zh-TW.md | Back-link points to index.md. |
| docs/08-mcp-tool-costs.zh-TW.md | Back-link points to index.md. |
| docs/09-comparisons-data.zh-TW.md | Back-link points to index.md. |
| docs/10-practical-setup.zh-TW.md | Back-link points to index.md. |
| docs/11-models-and-pricing.zh-TW.md | Back-link + “Guide Home” point to index.md. |
| docs/12-enterprise-governance.zh-TW.md | Back-link points to index.md. |
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.
Why
Traditional Chinese article pages linked "返回指南" to
index.zh-TW.md. From built chapter pages, that path produced a 404 instead of returning to the guide home.What changed
Updated all zh-TW chapter back-links, plus the guide-home reference in
11-models-and-pricing.zh-TW.md, to point atindex.md. MkDocs resolves that to the canonical zh-TW home route, so the back link now returns to the guide landing page consistently.Notes
English guide links were checked and left unchanged. They already resolve to the generated
index.enroute correctly.