This is the repo which hosts the source for the Basalt Manual.
To build, you must have both mdBook and mdBook-pagetoc installed.
To build, you can run
mdbook build
To build the book into book/
For development, use
mdbook serve [-p <port>]
to build and serve (with hot reload) on a given port.