Getting Started

Installation

Install the theme, wire content collections, and boot the local docs environment.

Install dependencies

Create the project, install packages, and start the Astro dev server.

pnpm install
pnpm dev

Content model

Makimono ships with two collections:

  • docs for long-form documentation chapters
  • changelog for release notes and migration inserts

First customization pass

Update src/data/site.ts first. That file controls the nav labels, chapter map, API summary cards, and the search index used by the command-style search overlay.