2026-07-20 12:25:00 +02:00
# Testing Framework Book
2025-12-18 19:47:29 +01:00
2026-07-20 12:25:00 +02:00
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 ).
2025-12-18 19:47:29 +01:00
2026-07-20 12:25:00 +02:00
Build and test it from the repository root:
2025-12-18 19:47:29 +01:00
```bash
2026-07-20 12:25:00 +02:00
mdbook build book
mdbook test book
2025-12-18 19:47:29 +01:00
```
2026-07-20 12:25:00 +02:00
Preview it locally with:
2025-12-18 19:47:29 +01:00
```bash
2026-07-20 12:25:00 +02:00
mdbook serve book
2025-12-18 19:47:29 +01:00
```
2026-07-20 12:25:00 +02:00
Generated output goes to `target/book/` .