docs: full bilingual coverage for all deep-dive docs - #12
Merged
Conversation
Previously CONFIGURATION, DEPENDENCY_AUDIT, MIGRATION_VERIFICATION, LOCAL_TESTING, and CHANGES_FROM_WORKSHOP existed only in Chinese under English filenames in docs/ root. Now each is a proper bilingual pair like the other four deep-dives: - docs/<NAME>.md -> English (new, faithful translation) - docs/zh-CN/<NAME>.md -> Chinese (moved here; added language-toggle header) All 9 docs now have matching [English]|[中文] toggles and back-to-README links. Reference paths updated per language: English contexts (README.md, CHANGELOG.md, CONTRIBUTING/SECURITY English sections, e2e comment) point to docs/<NAME>.md; Chinese contexts (README.zh-CN.md, CONTRIBUTING/SECURITY Chinese sections) point to docs/zh-CN/<NAME>.md. All relative links verified (23 files, 0 broken). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Completes EN/中文 coverage for the five docs that previously existed only in Chinese under English filenames in
docs/root.For each of
CONFIGURATION,DEPENDENCY_AUDIT,MIGRATION_VERIFICATION,LOCAL_TESTING,CHANGES_FROM_WORKSHOP:docs/<NAME>.md— new faithful English translation (code/commands/paths/tables kept identical; only prose translated).docs/zh-CN/<NAME>.md— the Chinese version, moved here, with a[English]|[**中文**]toggle + back-to-README link added.All 9 deep-dive docs now form proper bilingual pairs with matching toggle headers, exactly like
ARCHITECTURE/API_CONFIGURATION/TENANT_MANAGEMENT/THROTTLING_AND_MONITORING.Link references updated per language:
docs/<NAME>.mddocs/zh-CN/<NAME>.mdVerified: all relative
.mdlinks resolve (23 files scanned, 0 broken). README documentation-index notes ("Chinese versions underdocs/zh-CN/" / "英文版位于docs/根目录") are now accurate for all docs.🤖 Generated with Claude Code