nimbus-eth2/docs
yslcrypto 9f9832b198 Revert "update nimbus book readme"
This reverts commit d568f0f7a3.
2021-02-19 15:09:54 +01:00
..
the_auditors_handbook openarray -> openArray 2020-11-03 23:23:10 +02:00
the_nimbus_book book updates (#2345) 2021-02-19 12:17:48 +01:00
README.md Revert "update nimbus book readme" 2021-02-19 15:09:54 +01:00
block_validation_flow.md Block validation flow v2 + Batch (serial) sig verification (#2250) 2021-01-25 20:45:48 +02:00
e2store.md initial e2store file format description (#1355) 2020-09-17 23:23:54 +02:00
logging.md Revisiting log levels (#1788) 2020-10-01 20:56:42 +02:00

README.md

The books in this folder were produced using mdBook - see installation guide.

Some books also use mdbook-toc for tables of contents.

# Install or update tooling (make sure you add "~/.cargo/bin" to PATH):
cargo install mdbook mdbook-toc

# Work on the book locally - open "http://localhost:4000" for live version
cd docs/the_nimbus_book
mdbook serve -p 4000

# Publish book using makefile (in top-level)
make publish-book