This reverts commit5fa36bbab3
. (cherry picked from commit1aab959d4e
) Co-authored-by: Greg Fitzgerald <greg@solana.com>
Building the Solana book
Install dependencies, build, and test the docs:
$ ./build.sh
Run any Rust tests in the markdown:
$ make test
Render markdown as HTML:
$ make build
Render and view the docs:
$ make open