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

---
"$schema": https://holocron.so/frontmatter.json
title: Welcome
description: Your documentation site, powered by Holocron.
icon: home
---

# Welcome

This is your new documentation site. It runs as a **Vite plugin**, builds locally, and deploys anywhere. Edit these pages to make them your own.

<Aside>
  <Tip>
    This template is a working Holocron site. Every page you see here is an MDX file you can edit, delete, or replace.
  </Tip>
</Aside>

## Explore

<CardGroup cols={2}>
  <Card title="Quickstart" icon="zap" href="/quickstart">
    Install, configure, and run your first dev server.
  </Card>

  <Card title="Pages and Frontmatter" icon="file-text" href="/pages">
    How MDX pages, slugs, and metadata work.
  </Card>

  <Card title="Navigation" icon="panel-left" href="/navigation">
    Tabs, groups, anchors, and sidebar structure.
  </Card>

  <Card title="Components" icon="blocks" href="/components">
    Callouts, Cards, Tabs, Steps, and more.
  </Card>

  <Card title="Theming" icon="palette" href="/theming">
    Colors, dark mode, and CSS variable tokens.
  </Card>

  <Card title="Deployment" icon="cloud-upload" href="/deployment">
    Build and deploy to Node.js or Cloudflare Workers.
  </Card>
</CardGroup>

## What you get

* **Mintlify compatible** config and MDX components, so you can migrate existing docs directly
* **OpenAPI reference** pages generated from your spec (see the API Reference tab)
* **Search** powered by Orama, built into the sidebar
* **Dark mode** with system detection and manual toggle
* **AI exports** for agents: `.md` per page, `/llms.txt`, `/docs.zip`
* **Vite-native** with HMR, fast rebuilds, and React Server Components


---

*Powered by [holocron.so](https://holocron.so)*
