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

Code Groups

Use CodeGroup when a single example needs multiple language or package-manager variants. Holocron rewrites it to Tabs at parse time, so each titled code fence becomes a tab.
import { defineConfig } from 'vite' import { holocron } from '@holocron.so/vite' export default defineConfig({ plugins: [holocron()], })
pnpm add @holocron.so/vite react react-dom vite

Holocron differences

  • Holocron supports the core CodeGroup authoring flow: multiple titled fences become tabs.
  • Mintlify documents synchronized groups and dropdown presentation. Holocron currently focuses on the tabbed rendering path.