Framework
A documentation framework powered by SvelteKit and the Tiramisu markup language.
Tiramisu Docs is a documentation framework built on SvelteKit and the Tiramisu markup language. Write your docs in .tiramisu files — the framework handles routing, navigation, search, and everything else.
Warning
Beta — Tiramisu Docs is under active development. APIs and features may change. If you run into issues or want to contribute, visit the GitHub repository.
Quick Look
Create a file, get a page:
meta { title = Getting Started, order = 1, icon = rocket }
Welcome to my docs! Here's how to install:
codeblock { language = bash, "npm install my-library" }
And here's a basic example:
codeblock { language = typescript, "import { create } from 'my-library'
const instance = create({ debug: true })" } That's it. No config files, no routing setup, no build scripts. Drop a .tiramisu file in src/docs/ and it becomes a page.