This docs directory helps contributors and new developers understand the project quickly and collaborate safely.
| Topic | English | 中文 |
|---|---|---|
| Getting Started | GETTING_STARTED.en.md | GETTING_STARTED.md |
| Architecture | ARCHITECTURE.en.md | ARCHITECTURE.md |
| Project Structure | PROJECT_STRUCTURE.en.md | PROJECT_STRUCTURE.md |
| Configuration | CONFIGURATION.en.md | CONFIGURATION.md |
| Contribution Workflow | CONTRIBUTION_WORKFLOW.en.md | CONTRIBUTION_WORKFLOW.md |
| Theme Migration Guide | THEME_MIGRATION_GUIDE.md | THEME_MIGRATION_GUIDE.zh-CN.md |
- Reduce onboarding cost for contributors.
- Keep collaboration rules consistent.
- Prevent personal/local config leaks.
- Keep PR reviews focused on real logic changes.
- Root
README.md: project overview and showcase - Root
CONTRIBUTING.md: public contribution entry - Root
DEVELOPMENT.md: commands and tooling docs/: architecture, configuration, and workflow details