InkDocs is a documentation theme built on Astro Starlight. It gives you everything a modern docs site needs — search, sidebar navigation, dark mode, MDX, i18n — out of the box, with zero configuration beyond pointing it at your Markdown files.

How It Works

src/content/docs/
├── getting-started/
│   ├── introduction.md      → /getting-started/introduction/
│   └── quick-start.md       → /getting-started/quick-start/
├── guide/
│   └── writing-content.md   → /guide/writing-content/
└── api/
    └── config.md            → /api/config/

Drop Markdown files into src/content/docs/. The sidebar, routing, and table of contents are generated automatically.

Key Features

Design

Clean, readable documentation aesthetic. Default dark mode with a blue-purple accent. Typography tuned for long-form technical reading — 16px body, 1.7 line height, monospace code blocks with consistent vertical rhythm.