Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 704 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 704 Bytes

How to read the docs

You can directly navigate through the markdown files here or build the book locally using mdbook.

Prerequisites to build book

Install required packages

cargo install mdbook
cargo install mdbook-mermaid
cargo install mdbook-linkcheck

Build the book

From the project root directory run:

mdbook build doc

Rendered book will be generated in target/book from root directory

Serve the book locally

To open the book in your browser run:

mdbook serve doc --open

Contributing

Information about how to contribute to the documentation can be found in the documentation chapter here