You can directly navigate through the markdown files here or build the book locally using mdbook
.
Install required packages
cargo install mdbook
cargo install mdbook-mermaid
cargo install mdbook-linkcheck
From the project root directory run:
mdbook build doc
Rendered book will be generated in target/book
from root directory
To open the book in your browser run:
mdbook serve doc --open
Information about how to contribute to the documentation can be found in the documentation chapter here