Parent Issue
Part of #2 — Phase 4: i18n Chinese Translation
Objective
Create Chinese (zh-CN) versions of all documentation pages.
Files to Create (mirror EN structure)
Getting Started (3 files)
Concepts (4 files)
Guides (6 files)
Extending (5 files)
Reference (4 files)
Blog (2 files)
Total: 24 files
Translation Guidelines
- Technical terms keep English: Hook, Tape, Plugin, CLI, SKILL.md,
process_inbound(), pluggy, Republic
- Code blocks stay in English (comments can be translated)
- Variable names and commands stay as-is
- Use professional, clear Chinese — avoid translationese
- Sidebar labels configured in
astro.config.mjs i18n section
Acceptance Criteria
- All 24 zh-CN doc files created with correct frontmatter
- Sidebar navigation renders correctly in Chinese
- Language switcher links to correct zh-CN counterparts
- Code examples preserved accurately
- Natural Chinese phrasing throughout
Parent Issue
Part of #2 — Phase 4: i18n Chinese Translation
Objective
Create Chinese (zh-CN) versions of all documentation pages.
Files to Create (mirror EN structure)
Getting Started (3 files)
src/content/docs/zh-cn/getting-started/installation.mdxsrc/content/docs/zh-cn/getting-started/quick-start.mdxsrc/content/docs/zh-cn/getting-started/configuration.mdxConcepts (4 files)
src/content/docs/zh-cn/concepts/architecture.mdxsrc/content/docs/zh-cn/concepts/turn-lifecycle.mdxsrc/content/docs/zh-cn/concepts/hooks.mdxsrc/content/docs/zh-cn/concepts/tape-context.mdxGuides (6 files)
src/content/docs/zh-cn/guides/channels.mdxsrc/content/docs/zh-cn/guides/cli.mdxsrc/content/docs/zh-cn/guides/telegram.mdxsrc/content/docs/zh-cn/guides/skills.mdxsrc/content/docs/zh-cn/guides/tools.mdxsrc/content/docs/zh-cn/guides/deployment.mdxExtending (5 files)
src/content/docs/zh-cn/extending/plugins.mdxsrc/content/docs/zh-cn/extending/custom-hooks.mdxsrc/content/docs/zh-cn/extending/custom-channels.mdxsrc/content/docs/zh-cn/extending/custom-tools.mdxsrc/content/docs/zh-cn/extending/custom-skills.mdxReference (4 files)
src/content/docs/zh-cn/reference/hook-specs.mdxsrc/content/docs/zh-cn/reference/builtin-tools.mdxsrc/content/docs/zh-cn/reference/configuration.mdxsrc/content/docs/zh-cn/reference/cli-commands.mdxBlog (2 files)
src/content/docs/zh-cn/blog/socialized-evaluation.mdxsrc/content/docs/zh-cn/blog/bootstrap-milestone.mdxTotal: 24 files
Translation Guidelines
process_inbound(), pluggy, Republicastro.config.mjsi18n sectionAcceptance Criteria