Home for the NixOS Release Wiki. This is deployed to GitHub pages at https://nixos.github.io/release-wiki/.
This project is built with mdbook
You can built the documentation with
mdbook build
or have it get rebuild when you make edits with:
mdbook watch
and view the book/index.html
.
You can also serve it over localhost
with:
mdbook serve
and open http://localhost:3000. The serve command functions in the same way as watch
.
Also see the mdbook User Guide for a more exhaustive walkthrough.