The documentation is built as a book, using the mdbook tool.
So it's necessary to install this, as well as some additional plugins:
cargo install mdbook
cargo install mdbook-bibYou can build the book using
make docs-buildand serve it by
make docs-serve