* Update docs for eager rent collection * Add rent doc and clarify account doc for app devs * Clarify some and pass the grammarly * Fix units notation * Fix link * Fix link really * Fix link really really * More grammarly * Apply suggestions from code review Thank you so much! Co-authored-by: Tyera Eulberg <teulberg@gmail.com> * Add explanation of 19.055441478439427 * Fix unit... * Fix unit... * Clarify rent duration reasoning * Tweak a text for more clarification * Tweak more.. * Apply suggestions from code review Co-authored-by: Tyera Eulberg <teulberg@gmail.com> * Revert too detailed out-of-context explanations Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
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