{
  "type": "module",
  "source": "doc/api/packages-node-legacy.md",
  "modules": [
    {
      "textRaw": "`@node-core/doc-kit-legacy`",
      "name": "`@node-core/doc-kit-legacy`",
      "type": "module",
      "desc": "<p>The Node.js legacy-format generators for\n<a href=\"https://github.com/nodejs/doc-kit\">doc-kit</a>: 1:1 matches for the output of\nNode.js's <a href=\"https://github.com/nodejs/node/tree/main/tools/doc\">original documentation\ntooling</a>, for consumers\nthat depend on the classic HTML and JSON layouts.</p>",
      "modules": [
        {
          "textRaw": "Install",
          "name": "install",
          "type": "module",
          "desc": "<pre><code class=\"language-sh\">npm install --save-dev @doc-kit/core @node-core/doc-kit-legacy\n</code></pre>",
          "displayName": "Install"
        },
        {
          "textRaw": "Generators",
          "name": "generators",
          "type": "module",
          "desc": "<table>\n<thead>\n<tr>\n<th>Target</th>\n<th>Output</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>legacy-html</code></td>\n<td>One classic HTML page per input document.</td>\n</tr>\n<tr>\n<td><code>legacy-html-all</code></td>\n<td>The single-page <code>all.html</code> bundling every document together.</td>\n</tr>\n<tr>\n<td><code>legacy-json</code></td>\n<td>The classic per-document JSON, as published on nodejs.org.</td>\n</tr>\n<tr>\n<td><code>legacy-json-all</code></td>\n<td>The single-file JSON bundling every document together.</td>\n</tr>\n</tbody>\n</table>",
          "displayName": "Generators"
        },
        {
          "textRaw": "Usage",
          "name": "usage",
          "type": "module",
          "desc": "<pre><code class=\"language-sh\">npx @doc-kit/cli generate -t legacy-html -t legacy-json -i \"doc/api/*.md\" -o out\n</code></pre>\n<p>Unless you have consumers of these exact formats, prefer the modern\n<a href=\"https://doc-kit.nodejs.org/generators/html\"><code>html</code> generator</a> from\n<code>@doc-kit/generator-react</code>. See the\n<a href=\"https://doc-kit.nodejs.org\">doc-kit documentation</a> for details.</p>",
          "displayName": "Usage"
        }
      ],
      "displayName": "`@node-core/doc-kit-legacy`"
    }
  ]
}