This repository documents the Manifest project using mdBook.
- Install mdBook (for example with
cargo install mdbook). - Build the documentation:
mdbook buildThe generated HTML will be available in the book/ directory. Use mdbook serve for a live preview during writing.