@node-core/doc-kit is a tool to generate API documentation of Node.js. See this issue for more information.
Usage
Local invocation:
$ npx doc-kit --help
$ node bin/cli.mjs --help
Usage: @node-core/doc-kit [options] [command]
CLI tool to generate the Node.js API documentation
Options:
-h, --help display help for command
Commands:
generate [options] Generate API docs
help [command] display help for command
generate
You must provide either --target (one or more generators to run) or
--config-file (which supplies the targets). Running generate without either
exits with an error pointing you to the help output.
@node-core/doc-kitis a tool to generate API documentation of Node.js. See this issue for more information.Usage
Local invocation:
generateYou must provide either
--target(one or more generators to run) or--config-file(which supplies the targets). Runninggeneratewithout either exits with an error pointing you to the help output.Examples
Legacy
To generate a 1:1 match with the legacy tooling, use the
legacy-html,legacy-json,legacy-html-all, andlegacy-json-allgenerators.Redesigned
To generate our redesigned documentation pages, use the
webandorama-db(for search) generators.