{
  "type": "module",
  "source": "doc/api/packages-core.md",
  "modules": [
    {
      "textRaw": "`@doc-kit/core`",
      "name": "`@doc-kit/core`",
      "type": "module",
      "desc": "<p>The core of <a href=\"https://github.com/nodejs/doc-kit\">doc-kit</a>: the engine that\nturns API-shaped Markdown into documentation sites, JSON, man pages, and\nmore. It powers the Node.js API reference, and it can document any project.</p>\n<p>The command-line interface lives in the companion\n<a href=\"https://www.npmjs.com/package/@doc-kit/cli\"><code>@doc-kit/cli</code></a> package.</p>",
      "modules": [
        {
          "textRaw": "Generators",
          "name": "generators",
          "type": "module",
          "desc": "<p>Output formats are provided by generators. This package ships the shared\npipeline stages and <code>json-simple</code>; the rest come from companion packages:</p>\n<table>\n<thead>\n<tr>\n<th>Package</th>\n<th>Generators</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/@doc-kit/generator-react\"><code>@doc-kit/generator-react</code></a></td>\n<td><code>html</code> (the modern site), <code>orama-db</code>, <code>llms-txt</code>, <code>sitemap</code></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/@node-core/doc-kit-legacy\"><code>@node-core/doc-kit-legacy</code></a></td>\n<td><code>legacy-html</code>, <code>legacy-html-all</code>, <code>legacy-json</code>, <code>legacy-json-all</code> (Node.js-specific)</td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/@node-core/doc-kit\"><code>@node-core/doc-kit</code></a></td>\n<td><code>man-page</code>, <code>api-links</code>, <code>addon-verify</code> (Node.js-specific)</td>\n</tr>\n</tbody>\n</table>\n<p>Custom generators load by import specifier — any module whose default export\nis a generator works as a <code>--target</code>.</p>",
          "displayName": "Generators"
        },
        {
          "textRaw": "Contributing",
          "name": "contributing",
          "type": "module",
          "desc": "<p>This package lives in the <a href=\"https://github.com/nodejs/doc-kit\">nodejs/doc-kit</a>\nmonorepo. From this directory (or the repository root with\n<code>npm run &#x3C;script> --workspace @doc-kit/core</code>):</p>\n<pre><code class=\"language-sh\"># Run this package's tests\nnpm test\n\n# Re-run the tests on every change\nnpm run test:watch\n</code></pre>",
          "displayName": "Contributing"
        }
      ],
      "displayName": "`@doc-kit/core`"
    }
  ]
}