solana/docs
Michael Vines aef6bf272e getConfirmedBlocks now has an upper limit on slot range 2020-07-10 12:18:31 -07:00
..
art Cleanup programming model doc (#10274) 2020-05-27 16:18:11 -06:00
src getConfirmedBlocks now has an upper limit on slot range 2020-07-10 12:18:31 -07:00
theme Move docs from book/ to docs/ (#8469) 2020-02-26 07:11:38 -08:00
.gitattributes Move docs from book/ to docs/ (#8469) 2020-02-26 07:11:38 -08:00
README.md fix docs makefile (#10016) 2020-05-13 09:08:25 -07:00
book.toml Add crates.io to exclude... (#10640) 2020-06-17 09:10:30 +09:00
build-cli-usage.sh Pacify shellcheck 2020-04-15 17:46:19 -07:00
build.sh Fix the docs build (#10834) 2020-06-29 21:28:15 +00:00
makefile fix docs makefile (#10016) 2020-05-13 09:08:25 -07:00
offline-cmd-md-links.sh Docs: Update CLI offline cmds (#8548) 2020-03-01 17:20:37 -07:00
set-solana-release-tag.sh Don't bother `api.github.com` on pull requests to avoid getting rate limited 2020-06-18 23:48:31 +00:00

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