{
  "type": "module",
  "source": "doc/api/packages-react.md",
  "modules": [
    {
      "textRaw": "`@doc-kit/generator-react`",
      "name": "`@doc-kit/generator-react`",
      "type": "module",
      "desc": "<p>The modern web generators for <a href=\"https://github.com/nodejs/doc-kit\">doc-kit</a>:\na server-rendered, client-hydrated documentation site with search, plus the\nmachine-readable formats that usually accompany one.</p>",
      "modules": [
        {
          "textRaw": "Install",
          "name": "install",
          "type": "module",
          "desc": "<pre><code class=\"language-sh\">npm install --save-dev @doc-kit/core @doc-kit/generator-react\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>html</code></td>\n<td>The full documentation site — server-rendered pages hydrated with Preact, bundled with Vite.</td>\n</tr>\n<tr>\n<td><code>orama-db</code></td>\n<td>An <a href=\"https://orama.com\">Orama</a> search index, consumed by the <code>html</code> site's search box.</td>\n</tr>\n<tr>\n<td><code>llms-txt</code></td>\n<td>An <a href=\"https://llmstxt.org/\"><code>llms.txt</code></a> index for Large Language Models.</td>\n</tr>\n<tr>\n<td><code>sitemap</code></td>\n<td>A <code>sitemap.xml</code> for search engines.</td>\n</tr>\n</tbody>\n</table>\n<p>The package also provides <code>jsx-ast</code>, the intermediate stage that turns parsed\nAPI metadata into JSX; it runs automatically when <code>html</code> needs it and is not a\ntarget you invoke yourself.</p>",
          "displayName": "Generators"
        },
        {
          "textRaw": "Usage",
          "name": "usage",
          "type": "module",
          "desc": "<pre><code class=\"language-sh\">npx @doc-kit/cli generate -t html -t orama-db -i \"docs/**/*.md\" -o out\n</code></pre>\n<p>The <code>html</code> generator is deeply customizable — project name, page titles,\n<code>&#x3C;head></code> markup, sidebar and navigation bar, theme components, and even the\nbundler are all configuration. See the <a href=\"https://doc-kit.nodejs.org/generators/html\"><code>html</code> generator\nreference</a> and the\n<a href=\"https://doc-kit.nodejs.org\">doc-kit documentation</a> for the full\noptions.</p>",
          "displayName": "Usage"
        }
      ],
      "displayName": "`@doc-kit/generator-react`"
    }
  ]
}