AI agents: fetch the documentation index at llms.txt. Markdown versions are available by appending .md to any page URL, including this page's markdown.
OpenAPI integration
Add an OpenAPI spec to your content directory, configure api.openapi in docs.json, and generate API reference pages for every operation automatically.
You can generate a complete API reference from an OpenAPI specification. Drop your spec file into your content directory, configure it in docs.json, and blode.md creates a page for every operation.
Setup
Place an openapi.yaml or openapi.json file in your content directory:
Add the api.openapi section to your docs.json:
{
"api": {
"openapi": {
"source": "openapi.yaml",
"directory":