Generate Reference Docs
This tool converts structured configuration files into readable Markdown reference tables. It is ideal for documenting configuration options or API parameters without manual formatting.
Supported Formats
- OpenAPI / Swagger: JSON or YAML specification files.
- Helm Charts:
values.yamlfiles for Kubernetes deployments.
Generating a Document
- On the Project Dashboard, click Generate on the Generate Reference Doc card.
- Enter a Document Title (e.g., ""Helm Chart Configuration"").
- Select the Source Type (OpenAPI or Helm).
- Provide the source content:
- Upload File: Upload a local
.yamlor.jsonfile. - URL: Provide a raw URL to a file hosted on GitHub or another server.
- Upload File: Upload a local
- Click Generate Documentation.
Output
The system generates a formatted Markdown document containing tables for parameters, types, descriptions, and default values. You can view, edit, and export this document from the sidebar history.