solana-with-rpc-optimizations/docs
Dan Albert 36ca43e15b
Fix links in TdS registration docs page (#10641)
Co-authored-by: publish-docs.sh <maintainers@solana.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-06-17 02:36:18 +00:00
..
art
src Fix links in TdS registration docs page (#10641) 2020-06-17 02:36:18 +00:00
theme
.gitattributes
README.md
book.toml Add crates.io to exclude... (#10640) 2020-06-17 09:10:30 +09:00
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