Basel Standard

Basel Standard / Docs

Registry

How The Basel Standard maps site content, docs entries, and shipped items back to the registry source of truth.

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

TypeCount
UI primitives55
Blocks7

Data model

  • registry.json defines the shipped items and file paths.
  • content/docs/**.mdx provides human-authored docs pages.
  • lib/registry-docs.ts derives 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.