2026-07-20 12:25:00 +02:00

19 lines
402 B
Markdown

# Testing Framework Book
The book is an mdBook rooted at `book/src/SUMMARY.md`. Its current editing conventions and verification checklist live in [`../docs/book-maintenance.md`](../docs/book-maintenance.md).
Build and test it from the repository root:
```bash
mdbook build book
mdbook test book
```
Preview it locally with:
```bash
mdbook serve book
```
Generated output goes to `target/book/`.