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

Working with doc tools

If you are set up for development (Nix), skip the install steps — tools are available automatically via the dev shell.

Building the website

  1. Clone the home repository
  2. Run git submodule update --init --recursive
  3. Install Zola 0.21.0 and place the binary in your PATH
  4. Run zola serve — view changes at localhost:1111

Building the docs

  1. Clone the docs repository
  2. Install mdBook 0.5.2 and place the binary in your PATH
  3. Run mdbook serve — view changes at localhost:3000