Files
Luong NGUYEN 7f2e77337e docs: update Last Updated date and Claude Code version across all files
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>
2026-04-09 06:41:16 +02:00

519 B

description
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