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

View

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
import { defineConfig } from 'vite' import { holocron } from '@holocron.so/vite' export default defineConfig({ plugins: [holocron()], })
docs.json
{ "name": "Holocron", "navigation": [{ "group": "Overview", "pages": ["index"] }] }

Holocron differences

  • Holocron supports View as a framed, labeled content block.
  • Mintlify documents a more dynamic multi-view experience with TOC interactions. Holocron does not currently implement that behavior.