* 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>
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