Mintlify uses View for switchable content presentations. In Holocron today, View renders as a labeled content section rather than a global multi-view controller.
Vite config
123456import { defineConfig } from 'vite'
import { holocron } from '@holocron.so/vite'
export default defineConfig({
plugins: [holocron()],
})