Loading

Exporters

Beyond HTML, docs-builder exports documentation in several data-oriented formats. These exporters are what make "docs as data" concrete — the same content that renders as web pages can also be indexed for search, served to AI agents, or packaged for knowledge systems.

Note

This is not an exhaustive list of all internal exporters. These are the formats most relevant to consuming documentation as structured data.

Indexes documentation pages into Elasticsearch as structured documents. Powers the search infrastructure behind the docs site, the MCP server, and the REST API.

Per-page LLM-optimized CommonMark served alongside HTML via content negotiation. Enabled by default — agents requesting text/markdown get token-efficient Markdown instead of HTML.

An Open Knowledge Format zip bundle with bundle-relative links and synthesized directory indexes. Designed for knowledge base interchange between platforms.

Stripped-down plain text with all formatting removed. Used internally by other exporters (notably Elasticsearch) for search indexing.