mirror of
https://github.com/luongnv89/claude-howto.git
synced 2026-08-03 11:58:35 +02:00
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:
@@ -0,0 +1,15 @@
|
||||
---
|
||||
name: 生成 API 文档
|
||||
description: 从源代码生成完整的 API 文档
|
||||
---
|
||||
|
||||
# API 文档生成器
|
||||
|
||||
生成完整的 API 文档:
|
||||
|
||||
1. 扫描 API 端点
|
||||
2. 提取函数签名和 JSDoc
|
||||
3. 按模块 / 端点组织内容
|
||||
4. 创建带示例的 Markdown
|
||||
5. 包含请求 / 响应 schema
|
||||
6. 添加错误文档
|
||||
Reference in New Issue
Block a user