mdBook is a nice way to write documentation that is also readable as markdown. A lot of Rust projects are using it. - [x] Set up basic book. - [x] Document the basics of how the tests run directly on the parity virtual machine and what that means (fast tests, lots of introspection). - [x] How to call a function on a contract. - [ ] How to call a fallback function. - [x] How and why to use a linker. - [ ] How to test that events are emitted. - [x] How to debug a revert. - [x] How to do unit testing. - [x] How to do [property testing](https://github.com/AltSysrq/proptest).
mdBook is a nice way to write documentation that is also readable as markdown.
A lot of Rust projects are using it.