Check out mdBook documentation here: mdBook
- Install Rust on your local machine to get access to
cargo
, which is Rust package manager a. https://www.rust-lang.org/tools/install - Install mdbook (precompiled binaries are available here or do
cargo install mdbook
) - Install mdbook-bib (precompiled binaries are available here or do
cargo install mdbook-bib
) - In
mdbook/
runmdbook serve
and go to localhost (usually http://127.0.0.1:3000 or http://localhost:3000) in your browser
- book.toml: config file
- book: mdBook are built to here
- src: write stuff here
- SUMMARY.md: describes structure of mdBook (used by mdbook), summary docs
- other files: source Markdown (files as specified in SUMMARY.md)
Please subscribe to adding stuff to the documentation by adding entries to owners.md