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

Steps

Use Steps and Step for short procedures where the order matters.
  1. Install the package
    Add Holocron and its peer dependencies.
    pnpm add @holocron.so/vite react react-dom vite
  2. Create docs.json
    Define the site name and navigation tree.
  3. Write MDX pages
    Add content pages that use the same Mintlify-style component names documented on this site.
    • Steps can contain nested prose
    • Lists and code blocks keep their spacing

Holocron differences

  • Holocron supports step titles, optional icons, and arbitrary MDX in the step body.
  • Mintlify documents more anchor-oriented behavior around steps. Holocron does not yet expose per-step ids or anchor controls.