* Fix comment and make less pub * Add account-decoder crate and use to decode vote and system (nonce) accounts * Update docs * Rename RpcAccount struct * s/Rpc/Display * Call it jsonParsed and update docs * Revert "s/Rpc/Display" This reverts commit 6e7149f503f560f1e9237981058ff05642bb7db5. * s/Rpc/Ui * Add tests * Ui more things * Comments |
||
---|---|---|
.. | ||
art | ||
src | ||
theme | ||
.gitattributes | ||
README.md | ||
book.toml | ||
build-cli-usage.sh | ||
build.sh | ||
makefile | ||
offline-cmd-md-links.sh | ||
set-solana-release-tag.sh |
README.md
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