> ## Documentation Index
> Fetch the complete documentation index at: https://docs.theblockchainlibrary.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Generation Pipeline

> How structured objects are validated and compiled into API-ready JSON and JSON-LD exports.

## Build pipeline

```mermaid theme={null}
flowchart LR
 A[data/knowledge] --> B[Validate]
 B --> C[Generate]
 C --> D[index.json]
 C --> E[catalog.json]
 C --> F[graph.json]
 C --> G[knowledge-graph.jsonld]
```

On Windows PowerShell:

```powershell theme={null}
npm.cmd run build:knowledge
```

<Note>The generated JSON files are static data artifacts, not a claim that a production dynamic API is already live.</Note>
