docs/README.md
Directory of docs
To regenerate the modern API documentation, run from the docs/ directory:
# Install dependencies (first time only)
npm install
# Generate the HTML documentation from OpenAPI spec using Redoc
npm run build-docs
The OpenAPI specification (docs/api-spec.yaml) is the source of truth for API documentation. This industry-standard format enables:
Important: When adding or modifying API endpoints, you must update docs/api-spec.yaml to keep documentation in sync:
docs/api-spec.yaml with new endpoints, parameters, or response schemasnpm run build-docs to regenerate the HTML documentation