Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 322 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 322 Bytes

Requires PlantUML for building the diagrams.

To build the documentation:

  1. Install cargo using rustup
  2. Install Java
  3. Install plantuml
  4. Run cargo install mdbook mdbook-plantuml
  5. Run cd docs && mdbook serve --open

The manually deployed documentation is live here