fix: correct English tutorial count from 34 to 40 - #34
Merged
Conversation
Updated the count of bilingual tutorial chapters from 34 to 34 of 40.
Owner
|
Thank you for catching and fixing the tutorial-count mismatch! This PR has been merged. I made a small follow-up in |
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.
Problem
The English homepage (
en/index.md) and README (README_en.md) claim the project has "34 architecture-thinking chapters." The project actually has 40 tutorial chapters in Chinese (tutorial/01-throughtutorial/40-); only 34 have been translated to English so far. The current wording may misleads English readers into thinking the entire curriculum is 34 chapters, rather than "40 total, 34 translated."英文首页(
en/index.md)和 README(README_en.md)声称项目有"34 章架构思维教程"。实际上项目共有 40 章中文教程(tutorial/01-到tutorial/40-),其中只有 34 章已翻译为英文。当前的措辞可能会误导英文读者,让他们以为整个课程体系只有 34 章,而非"共 40 章,已翻译 34 章"。Changes
en/index.md(2 fixes):Tagline:
34 architecture-thinking chapters→40 architecture-thinking chapters (34 translated to English)Bilingual notice:
All 34 tutorial chapters→34 of 40 tutorial chapters, all 31 templatesREADME_en.md(1 fix):all **34 tutorial chapters**→**34 of 40 tutorial chapters**Verification
pnpm docs:builddead-link check is not affected (no links changed)pnpm docs:build死链检查不受影响(未改动任何链接)