mirror of
https://github.com/luongnv89/claude-howto.git
synced 2026-06-05 22:36:34 +02:00
7f2e77337e
Update all documentation footers from generic "April 2026 / 2.1+" to the specific sync date (April 9, 2026) and documented version (2.3.0). Also add version/date footers to zh/CATALOG.md and zh/01-slash-commands/README.md which were missing them. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
23 lines
519 B
Markdown
23 lines
519 B
Markdown
---
|
|
description: Create comprehensive API documentation from source code
|
|
---
|
|
|
|
# API Documentation Generator
|
|
|
|
Generate API documentation by:
|
|
|
|
1. Scanning all files in `/src/api/`
|
|
2. Extracting function signatures and JSDoc comments
|
|
3. Organizing by endpoint/module
|
|
4. Creating markdown with examples
|
|
5. Including request/response schemas
|
|
6. Adding error documentation
|
|
|
|
Output format:
|
|
- Markdown file in `/docs/api.md`
|
|
- Include curl examples for all endpoints
|
|
- Add TypeScript types
|
|
|
|
---
|
|
**Last Updated**: April 9, 2026
|