lighthouse/book
Michael Sproul 24e941d175
Update to spec v0.9.1 (#597)
* Update to spec v0.9.0

* Update to v0.9.1

* Bump spec tags for v0.9.1

* Formatting, fix CI failures

* Resolve accidental KeyPair merge conflict

* Document new BeaconState functions

* Fix incorrect cache drops in `advance_caches`

* Update fork choice for v0.9.1

* Clean up some FIXMEs

* Fix a few docs/logs
2019-11-21 11:47:30 +11:00
..
src Update to spec v0.9.1 (#597) 2019-11-21 11:47:30 +11:00
.gitignore Add newly created mdbook 2019-09-01 11:31:18 +10:00
book.toml Refactor docs into mdbook (#547) 2019-10-02 11:04:56 +10:00
README.md Refactor docs into mdbook (#547) 2019-10-02 11:04:56 +10:00

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

  1. Install mdBook: $ cargo install mdbook
  2. Build the book, open it in a browser and build after file changes: $ mdbook watch --open