On this page

The modern web generators for doc-kit: a server-rendered, client-hydrated documentation site with search, plus the machine-readable formats that usually accompany one.

TargetOutput
htmlThe full documentation site — server-rendered pages hydrated with Preact, bundled with Vite.
orama-dbAn Orama search index, consumed by the html site's search box.
llms-txtAn llms.txt index for Large Language Models.
sitemapA sitemap.xml for search engines.

The package also provides jsx-ast, the intermediate stage that turns parsed API metadata into JSX; it runs automatically when html needs it and is not a target you invoke yourself.

The html generator is deeply customizable — project name, page titles, <head> markup, sidebar and navigation bar, theme components, and even the bundler are all configuration. See the html generator reference and the doc-kit documentation for the full options.