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.
123456import { defineConfig } from 'vite'
import { holocron } from '@holocron.so/vite'
export default defineConfig({
plugins: [holocron()],
})
1pnpm 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.