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 buildor have it get rebuild when you make edits with:
mdbook watchand view the book/index.html.
You can also serve it over localhost with:
mdbook serveand 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.