Registry
How The Basel Standard maps site content, docs entries, and shipped items back to the registry source of truth.
LLM handoff
Copy a concise page brief or the full MDX source without digging through the docs shell.
The registry remains the center of the system. registry.json is still the source of truth for shipped items, while the docs layer adds authored MDX pages on top of that inventory.
Current inventory
| Type | Count |
|---|---|
| UI primitives | 55 |
| Blocks | 7 |
Data model
registry.jsondefines the shipped items and file paths.content/docs/**.mdxprovides human-authored docs pages.lib/registry-docs.tsderives a lightweight manifest used by marketing and docs navigation.
Why this split matters
The landing page should be curated. The registry should stay exhaustive. The docs are the bridge between those two jobs.