Preview Documentation
To preview the documentation locally:
Install mdBook
cargo install mdbook
Build and Serve
cd docs/book
mdbook serve
Then open http://localhost:3000 in your browser.
Making Changes
- Edit the markdown files in
docs/book/src/ - The documentation will automatically reload when you save changes
- Review your changes in the browser
For more information, see the docs/book/README.md.