Skip to content

docs: move Chinese README into doc/ directory#2

Merged
AperturePlus merged 1 commit intomainfrom
codex/create-doc-directory-and-move-readme
Feb 22, 2026
Merged

docs: move Chinese README into doc/ directory#2
AperturePlus merged 1 commit intomainfrom
codex/create-doc-directory-and-move-readme

Conversation

@AperturePlus
Copy link
Copy Markdown
Owner

Motivation

  • Reduce clutter in the root README.md by moving the Chinese documentation into a dedicated documentation directory.
  • Make the repository layout clearer by centralizing non-English docs under doc/.

Description

  • Created a new doc/ directory and added doc/README.zh-CN.md containing the migrated Chinese README content.
  • Removed the Chinese section from the root README.md and replaced it with a pointer to doc/README.zh-CN.md.
  • Kept the English acknowledgements in the root README.md.
  • Changes were staged and committed with the message docs: move Chinese README content to doc directory.

Testing

  • Verified the new file exists with test -f doc/README.zh-CN.md && echo ok, which returned ok.
  • Inspected the working tree and diffs with git status --short and git diff to confirm only the intended files changed.
  • Successfully committed the changes (git commit) confirming the update was recorded.

Codex Task

@AperturePlus AperturePlus merged commit db1423e into main Feb 22, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant