A sample sveltekitbook that explains sveltekitbook. Twelve pages, one topic each — the book is the documentation.
Live: https://andygauge.github.io/sveltekitbook-tour/
Why the format exists (LLM output is a wall — a book is a shape), where it came from (a worked example built around U.S. policy on a left/right spectrum: By Degrees), the anatomy of a page, the outline as single source of truth, the three continuum formats, the optional rooms, the runtime, gestures, static deployability, and editing.
npm install
npm run dev
Open http://localhost:5173.
src/lib/outline.js is the book — each entry is a page. Reorder the
array and page numbers renumber. src/lib/glossary.js is the glossary;
reference any term from a body with [[term]].