* docs * book nits * Update docs/src/proposals/optimistic-confirmation-and-slashing.md Co-authored-by: Michael Vines <mvines@gmail.com> * Update optimistic-confirmation-and-slashing.md * Update optimistic-confirmation-and-slashing.md * Update optimistic-confirmation-and-slashing.md * Update optimistic-confirmation-and-slashing.md * Update optimistic-confirmation-and-slashing.md * fixups Co-authored-by: Michael Vines <mvines@gmail.com>
Building the Solana Docs
Install dependencies, build, and test the docs:
$ brew install coreutils
$ brew install mscgen
$ cargo install svgbob_cli
$ cargo install mdbook-linkcheck
$ cargo install mdbook
$ ./build.sh
Run any Rust tests in the markdown:
$ make test
Render markdown as HTML:
$ make build
Render and view the docs:
$ make open