Documentation site for Kage.
Live: https://kage.raskell.io/docs
# Install tools
mise install
# Start dev server
mise run serveVisit http://127.0.0.1:1111
| Task | Description |
|---|---|
mise run serve |
Dev server with live reload |
mise run build |
Build for production |
mise run check |
Check for broken links |
mise run clean |
Clean build artifacts |
kage.raskell.io-docs/
├── config.toml # Zola configuration
├── content/
│ ├── _index.md # Introduction
│ ├── getting-started/ # Installation, quick start
│ ├── concepts/ # Architecture, design
│ ├── configuration/ # Config reference
│ ├── cli/ # CLI reference
│ └── appendix/ # FAQ
├── syntaxes/ # Custom syntax highlighting
└── themes/tanuki/ # Documentation theme
Create content/section/page.md:
+++
title = "Page Title"
weight = 1
+++
Content in Markdown...- kage — Main repository
- kage.raskell.io — Landing page
- Discussions — Questions and ideas
Apache 2.0