Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Nix

The flake builds the crate with crane through git+https://codeberg.org/caniko/rs-harbor.git.

nix build
nix flake check
nix develop

The website and documentation are available as separate package outputs:

nix build .#website
nix build .#docs
nix build .#site

The combined site output serves the Zola site at the root and mdBook documentation under /docs/.