Getting Started
This sample documentation shows how to use mdBook in a simple repository.
Build
Run:
mdbook build
The generated HTML files will appear in the book/ directory.
Serve
Run:
mdbook serve
Then open http://localhost:3000 in your browser.