solana-with-rpc-optimizations/docs
Tyera Eulberg 8f60f1093a
Fix sendTransaction doc (#8625)
automerge
2020-03-04 08:23:29 -08:00
..
art
src Fix sendTransaction doc (#8625) 2020-03-04 08:23:29 -08:00
theme
.gitattributes
README.md
book.toml
build-cli-usage.sh Prevent trailing space in CLI usage docs generation (#8578) 2020-03-02 16:37:38 -08:00
build.sh
makefile
offline-cmd-md-links.sh Docs: Update CLI offline cmds (#8548) 2020-03-01 17:20:37 -07:00

README.md

Building the Solana Docs

Install dependencies, build, and test the docs:

$ brew install coreutils
$ cargo install svgbob_cli
$ brew install mscgen
$ brew 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