solana/doc
Greg Fitzgerald 3852ad3048 Make markdown docs more modular
No need to assume the book context.
2018-11-07 10:58:47 -07:00
..
art Stub out architecture book (#1674) 2018-11-06 18:00:58 -07:00
src Make markdown docs more modular 2018-11-07 10:58:47 -07:00
README.md Stub out architecture book (#1674) 2018-11-06 18:00:58 -07:00

README.md

Building the Solana book

Install mdbook:

cargo install mdbook

Run any Rust tests in the markdown:

mdbook test

Render markdown as HTML:

mdbook build

Render and view the book:

mdbook build --open