mirror of
https://github.com/luongnv89/claude-howto.git
synced 2026-06-05 22:36:34 +02:00
1d1df9235b
- Translate all 101 markdown files: P1 core, all 10 modules, examples, auxiliary docs (CONTRIBUTING, CODE_OF_CONDUCT, SECURITY, CLAUDE.md, etc.), peripheral docs (.github/, docs/, resources/, scripts/) - Translate comments and user-facing messages in 06-hooks/*.sh examples - Copy 05-mcp/*.json examples (standard JSON, no comments) - Update root README.md language switcher to include 日本語 - Add ja/TRANSLATION_NOTES.md (glossary + style guide) All translations pass pre-commit quality gates (markdown-lint, cross-references, mermaid-syntax, link-check, build-epub).
20 lines
644 B
Markdown
20 lines
644 B
Markdown
<!-- i18n-source: 07-plugins/documentation/commands/generate-api-docs.md -->
|
|
<!-- i18n-source-sha: 5caeff2 -->
|
|
<!-- i18n-date: 2026-04-27 -->
|
|
|
|
---
|
|
name: Generate API Documentation
|
|
description: ソースコードから包括的な API ドキュメントを生成する
|
|
---
|
|
|
|
# API Documentation Generator
|
|
|
|
完全な API ドキュメントを生成する:
|
|
|
|
1. API エンドポイントをスキャン
|
|
2. 関数シグネチャと JSDoc を抽出
|
|
3. モジュール / エンドポイントごとに整理
|
|
4. 例つきの Markdown を作成
|
|
5. リクエスト / レスポンスのスキーマを含める
|
|
6. エラーのドキュメントを追加
|