The specification doc is compiled from several source files with mdBook
.
To view it live, locally, from the repo root:
Ensure graphviz and plantuml are installed:
brew install graphviz plantuml # for macOS
sudo apt-get install graphviz plantuml # for Ubuntu/Debian
Then install and build the book:
cargo install mdbook mdbook-plantuml mdbook-linkcheck mdbook-graphviz
mdbook serve doc
open http://localhost:3000