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>
519 B
519 B
description
| description |
|---|
| Create comprehensive API documentation from source code |
API Documentation Generator
Generate API documentation by:
- Scanning all files in
/src/api/ - Extracting function signatures and JSDoc comments
- Organizing by endpoint/module
- Creating markdown with examples
- Including request/response schemas
- 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