solana/docs
Justin Starry 4e9ae61044
Add "transaction confirmations" term to docs (#9087)
* Add transaction confirmations term to docs

* feedback
2020-03-27 21:08:36 +08:00
..
art Add retransmit_stage diagram (#8645) 2020-03-05 10:12:02 -08:00
src Add "transaction confirmations" term to docs (#9087) 2020-03-27 21:08:36 +08: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 Move docs from book/ to docs/ (#8469) 2020-02-26 07:11:38 -08:00
book.toml Move docs from book/ to docs/ (#8469) 2020-02-26 07:11:38 -08:00
build-cli-usage.sh Docs: Fix error during CLI usage build (#8956) 2020-03-18 22:24:42 -07:00
build.sh Move docs from book/ to docs/ (#8469) 2020-02-26 07:11:38 -08:00
makefile Don't tell users to install unreleased software versions 2020-03-12 10:01: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 Fix versioning script on MacOS (#8981) 2020-03-20 09:16:48 -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