Files
2026-05-09 17:30:22 +08:00
..
2026-04-12 20:08:43 +08:00
2026-04-14 15:20:50 +08:00
2026-05-09 17:30:22 +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