{
  "type": "module",
  "source": "doc/api/generators-json-all.md",
  "modules": [
    {
      "textRaw": "`json-all` Generator",
      "name": "`json-all`_generator",
      "type": "module",
      "desc": "<p>The <code>json-all</code> generator bundles the documents of the <a href=\"./json.html\"><code>json</code></a>\ngenerator into a single <code>all.json</code> file.</p>\n<pre><code class=\"language-sh\">npx @doc-kit/cli generate -t json-all -i \"doc/api/*.md\" -o out --index doc/api/index.md\n</code></pre>\n<pre><code class=\"language-json\">{\n  \"$schema\": \"https://doc-kit.nodejs.org/schemas/api-doc-all/1.0.0.json\",\n  \"documents\": []\n}\n</code></pre>\n<p><code>documents</code> holds every document in the order of the configured <code>index</code>,\nthen the rest by <code>id</code>. The bundle's schema, shipped as\n<code>@doc-kit/core/generators/json-all/schema.json</code>, refers to the <code>json</code>\ngenerator's schema for the documents.</p>",
      "modules": [
        {
          "textRaw": "Configuring",
          "name": "configuring",
          "type": "module",
          "desc": "<ul>\n<li><code>output</code> <code class=\"type\"><a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type\" class=\"type-link\">string</a></code> The directory where <code>all.json</code> will be written.</li>\n<li><code>minify</code> <code class=\"type\"><a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#boolean_type\" class=\"type-link\">boolean</a></code> Whether to minify the output. Inherited from <code>global</code>.\n<strong>Default:</strong> <code>true</code>.</li>\n<li><code>index</code> <code class=\"type\"><a href=\"https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array\" class=\"type-link\">Array</a></code> The <code>{ api }</code> objects defining the document order. Inherited\nfrom <code>global</code>.</li>\n<li><code>schemaURL</code> <code class=\"type\"><a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type\" class=\"type-link\">string</a></code> Where the bundle's schema is published.\n<code>{schemaVersion}</code> is filled in. <strong>Default:</strong>\n<code>'https://doc-kit.nodejs.org/schemas/api-doc-all/{schemaVersion}.json'</code>.</li>\n</ul>",
          "displayName": "Configuring"
        }
      ],
      "displayName": "`json-all` Generator"
    }
  ]
}