Files
hgl f3270b06d2
PR Size Review Check / pr-size-review-gate (pull_request) Successful in 25s
sizelint on each commit / sizelint (pull_request) Successful in 29s
buildbot/nix-eval Build done.
buildbot/nix-build Build done.
gitea-mq/buildbot/nix-eval Build done.
gitea-mq/buildbot/nix-build Build done.
gitea-mq Merge queue passed
docs: add markdown version variable
2026-06-10 21:50:48 +08:00
..
2026-04-12 20:08:43 +08:00
2026-06-10 21:50:48 +08:00
2024-07-08 16:24:34 +02:00
2026-04-14 15:20:50 +08:00
2026-04-15 20:31:18 +08:00
2026-05-09 17:30:22 +08:00

Documentation

Local Development

Enter the docs dev shell (from the docs/ directory, direnv will activate automatically):

cd docs

Or manually:

nix develop .#docs

Then start the dev server with hot module reloading:

clan-site

This watches docs/src/ for markdown changes and automatically reloads the browser.

Add -b to open the site in a new browser tab:

clan-site dev -b

Building

To create a production version of the site:

clan-site build