* Add docs on wallets and generating keys * Directory wallet -> FS wallet * New section * Add instructions for receiving tokens * Add missing file * Reorg * Polish * Polish * Prefer solana-keygen * Polish * on -> in Co-Authored-By: Tyera Eulberg <teulberg@gmail.com> * wallets -> wallet Co-Authored-By: Tyera Eulberg <teulberg@gmail.com> * compare -> contrast Co-Authored-By: Tyera Eulberg <teulberg@gmail.com> * de-hyphenate Co-Authored-By: Tyera Eulberg <teulberg@gmail.com> * Update docs/src/cli/choose-a-wallet.md Co-Authored-By: Tyera Eulberg <teulberg@gmail.com> * typo Co-Authored-By: Tyera Eulberg <teulberg@gmail.com> * Update docs/src/cli/generate-keys.md Co-Authored-By: Tyera Eulberg <teulberg@gmail.com> * proof -> prove Co-Authored-By: Tyera Eulberg <teulberg@gmail.com> * Apply review feedback * Apply more review feedback * More review feedback Co-authored-by: Tyera Eulberg <teulberg@gmail.com> |
||
---|---|---|
.. | ||
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
$ 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