cb26ddebb1
* Keep wallet name and password file in sync with commands * Fix create validator example to include required param --count The current example fails with v0.1.2 fails with "Must supply either --count or --at-most" This change proposes passing count=1, esp'ly since "Creating another validator is easy" a couple of paragraphs down. * Fix broken links to wallet-create Wallet links result in file not found. May be caused by the lack of `.md`? * Include node/health in TOC * Remove unnecessary book files Co-authored-by: J Burnett <jburnett@users.noreply.github.com> |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
book.toml | ||
README.md |
Lighthouse Book
Contains an mdBook that serves as the primary source of Lighthouse user documentation.
The book is hosted at lighthouse-book.sigmaprime.io
Usage
The mdBook docs are the best source of information for building the book.
Example
- Install mdBook:
$ cargo install mdbook
- Build the book, open it in a browser and build after file changes:
$ mdbook serve --open