On this page

The Node.js legacy-format generators for doc-kit: 1:1 matches for the output of Node.js's original documentation tooling, for consumers that depend on the classic HTML and JSON layouts.

TargetOutput
legacy-htmlOne classic HTML page per input document.
legacy-html-allThe single-page all.html bundling every document together.
legacy-jsonThe classic per-document JSON, as published on nodejs.org.
legacy-json-allThe single-file JSON bundling every document together.

Unless you have consumers of these exact formats, prefer the modern html generator from @doc-kit/generator-react. See the doc-kit documentation for details.