> ## 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.

# Documentation architecture

> How GitHub, Mintlify, The Blockchain Library website, and AI integrations fit together.

## High-level model

```mermaid theme={null}
flowchart TD
  A[GitHub repository] --> B[MDX documentation]
  B --> C[Mintlify]
  C --> D[Public docs]
  B --> E[AI-readable knowledge]
  D --> F[Learners]
  D --> G[Developers]
  E --> H[ChatGPT App]
  E --> I[MCP integrations]
```

## Source of truth

Git history provides reviewability, attribution, versioning, and rollback. Mintlify provides navigation, search, rendering, deployment, and AI-oriented documentation surfaces.

## Separation of concerns

The documentation repository should contain public knowledge and technical reference material. Private operational data, secrets, credentials, and unpublished security-sensitive information should not be committed.
