On this page

The json-all generator bundles the documents of the json generator into a single all.json file.

{
  "$schema": "https://doc-kit.nodejs.org/schemas/api-doc-all/1.0.0.json",
  "documents": []
}

documents holds every document in the order of the configured index, then the rest by id. The bundle's schema, shipped as @doc-kit/core/generators/json-all/schema.json, refers to the json generator's schema for the documents.

Attributes
output:string
The directory where all.json will be written.
minify?:boolean
Whether to minify the output. Inherited from global. Default: true.
index:Array
The { api } objects defining the document order. Inherited from global.
schemaURL?:string
Where the bundle's schema is published. {schemaVersion} is filled in. Default: 'https://doc-kit.nodejs.org/schemas/api-doc-all/{schemaVersion}.json'.