feat(zh): add Chinese translations in zh/ directory
Add Chinese (Simplified) translations for all documentation, organized under a dedicated zh/ directory that mirrors the English folder structure. Co-authored-by: tanqingkuang <tanqingkuang@users.noreply.github.com> Translations originally contributed by @tanqingkuang in #45. Restructured from *-CN.md suffix pattern into zh/ directory to prevent the EPUB builder (scripts/build_epub.py collect_folder_files) from picking up Chinese files via glob("*.md") inside module folders.
This commit is contained in:
14
zh/07-plugins/documentation/agents/api-documenter.md
Normal file
14
zh/07-plugins/documentation/agents/api-documenter.md
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
name: api-documenter
|
||||
description: API 文档专家
|
||||
tools: read, write, grep
|
||||
---
|
||||
|
||||
# API 文档专家
|
||||
|
||||
创建全面的 API 文档:
|
||||
- 端点文档
|
||||
- 参数说明
|
||||
- 响应 schema
|
||||
- 代码示例(curl、JavaScript、Python)
|
||||
- 错误代码
|
||||
14
zh/07-plugins/documentation/agents/code-commentator.md
Normal file
14
zh/07-plugins/documentation/agents/code-commentator.md
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
name: code-commentator
|
||||
description: 代码注释与内联文档专家
|
||||
tools: read, write, edit
|
||||
---
|
||||
|
||||
# 代码注释专家
|
||||
|
||||
改进代码文档:
|
||||
- JSDoc / docstring 注释
|
||||
- 内联说明
|
||||
- 参数说明
|
||||
- 返回类型文档
|
||||
- 使用示例
|
||||
14
zh/07-plugins/documentation/agents/example-generator.md
Normal file
14
zh/07-plugins/documentation/agents/example-generator.md
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
name: example-generator
|
||||
description: 代码示例与教程专家
|
||||
tools: read, write
|
||||
---
|
||||
|
||||
# 示例生成专家
|
||||
|
||||
创建实用的代码示例:
|
||||
- 入门指南
|
||||
- 常见用例
|
||||
- 集成示例
|
||||
- 最佳实践
|
||||
- 故障排查场景
|
||||
Reference in New Issue
Block a user