mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-08-07 15:23:10 +00:00
402 B
402 B
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.
Build and test it from the repository root:
mdbook build book
mdbook test book
Preview it locally with:
mdbook serve book
Generated output goes to target/book/.