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

# Developer overview

> Technical entry point for The Blockchain Library repository, integrations, and structured content.

## Docs-as-code

The project uses Git as the public source of truth for documentation. Content is written in MDX, reviewed through GitHub, and published through Mintlify.

## Developer goals

* Keep knowledge structured and reusable.
* Make public documentation easy to maintain.
* Provide stable interfaces for AI and external integrations.
* Separate conceptual education from implementation details.
* Document assumptions, limitations, and version changes.

## Repository workflow

```bash theme={null}
git clone https://github.com/jasonansellto/the-blockchain-library.git
cd the-blockchain-library
mint dev
```

<Note>Use the current Mintlify CLI command shown in Mintlify's own onboarding if your local installation differs.</Note>
