Skip to content

docs: merge documentation into readme - #4

Merged
duoyuli merged 1 commit into
mainfrom
docs-merge-into-readme
Jun 15, 2026
Merged

duoyuli merged 1 commit into
mainfrom
docs-merge-into-readme

Conversation

@duoyuli

@duoyuli duoyuli commented Jun 15, 2026

Copy link
Copy Markdown
Owner

Merge the standalone docs tree into the root README files and remove the docs directory.

  • Consolidates the English documentation into README.md.
  • Consolidates the Chinese mirror into README.zh-CN.md.
  • Updates contribution and skill references to point at the README sections.
  • Removes the docs/ tree from the repository.

Verification:

  • git diff --check
  • rg on old docs/ paths returned no matches
  • docs/ directory removed

Copilot AI review requested due to automatic review settings June 15, 2026 07:48

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR consolidates the repository’s standalone documentation (previously under docs/) into the root README files, and updates internal references accordingly so the docs live in one place per language.

Changes:

  • Moved the English documentation content into README.md and the Chinese mirror into README.zh-CN.md.
  • Updated contribution/agent/skill guidance to link to README sections instead of docs/* files.
  • Removed the docs/ documentation tree from the repository.

Reviewed changes

Copilot reviewed 14 out of 14 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
README.md Replaces the previous “Documentation” section with the consolidated user/developer docs content.
README.zh-CN.md Mirrors the consolidated documentation in Chinese (user guide, design notes, development guide).
docs/user/guide.md Removed (content moved into root README).
docs/user/guide.zh-CN.md Removed (content moved into root README.zh-CN.md).
docs/README.md Removed (docs tree index no longer needed).
docs/README.zh-CN.md Removed (docs tree index no longer needed).
docs/developer/design.md Removed (content moved into root README).
docs/developer/design.zh-CN.md Removed (content moved into root README.zh-CN.md).
docs/developer/development.md Removed (content moved into root README).
docs/developer/development.zh-CN.md Removed (content moved into root README.zh-CN.md).
CONTRIBUTING.md Updates guidance and links to point to relevant sections in README.md.
CONTRIBUTING.zh-CN.md Updates guidance and links to point to relevant sections in README.zh-CN.md.
built-in/skill/arc-cli-usage/SKILL.md Updates documentation source references to use README.md (and relevant anchors) instead of docs/*.
AGENTS.md Updates references to point at root READMEs instead of the removed docs/* files.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.zh-CN.md
Comment on lines +255 to +258
| Claude Code | `./.claude/skills/<name>` |
| Codex | `./.codex/skills/<name>` |
| Cursor CLI | `./.cursor/skills-cursor/<name>` |
| OpenCode | `./.opencode/skills/<name>` |
@duoyuli
duoyuli merged commit 9996da1 into main Jun 15, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants