mirror of
https://github.com/danbulant/cushy
synced 2026-05-19 04:08:38 +00:00
| .. | ||
| guide-examples | ||
| src | ||
| theme | ||
| .gitignore | ||
| book.toml | ||
| README.md | ||
Cushy User Guide
The Cushy user guide contains examples that are generated using Cushy's virtual recorder functionality. To build this guide:
-
Install mdbook and mdbook-variables
-
Capture examples:
CAPTURE=1 cargo test -p guide-examples --examples -
Build the guide:
mdbook build guide