Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 314 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 314 Bytes

Building doc book

The book is built using mdbook.

Install mdbook.

cargo install mdbook --version 0.4.32
cargo install mdbook-variables --version 0.2.1

Serve the book locally and open your default browser.

cd docs
mdbook serve --open