mirror of
https://github.com/luongnv89/claude-howto.git
synced 2026-04-26 09:56:01 +02:00
89e89d4aa3
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.
310 B
310 B
name, description
| name | description |
|---|---|
| 生成 API 文档 | 从源代码生成完整的 API 文档 |
API 文档生成器
生成完整的 API 文档:
- 扫描 API 端点
- 提取函数签名和 JSDoc
- 按模块 / 端点组织内容
- 创建带示例的 Markdown
- 包含请求 / 响应 schema
- 添加错误文档