Reframe API documentation and interactive playground built with mdbook.
- Install mdbook (if not installed):
cargo install mdbook- Start development server:
cd docs
mdbook serveThe documentation will be available at http://localhost:3000
- Build for production:
cd docs
mdbook build