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
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