To build you will need mdbook
, which is a rust crate. Install rust and cargo
here. Then install mdbook
by
running:
cargo install mdbook
To build, run this the root directory (containing book.toml
):
mdbook build
I used my own fork of highlight.js which includes custom highlighting for the Volpe Programming Language.
To build the custom highlighting, follow the docs.