Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.

Banner

Unlike most component pages, Banner is config-driven rather than an MDX tag. Add it to your docs.json to show a site-wide banner.
{ "banner": { "content": "Holocron is under active development. Browse the [component examples](/components).", "dismissible": true } }

Supported behavior

  • Site-wide content string
  • Basic markdown links in the content
  • Optional dismissible: true
Holocron dismisses the banner until the content string changes, which matches the intended UX Mintlify documents.

Holocron differences

  • Mintlify documents language-specific banner overrides. Holocron does not currently expose a language-aware banner system.
  • Content is intentionally simple: short text plus inline links is the safe target.