17 lines
372 B
TOML
17 lines
372 B
TOML
[book]
|
|
authors = ["Lee Ting Ting", "Jacek Sieka", "Sacha Saint-Leger"]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
title = "The Nimbus Beacon Chain Book"
|
|
|
|
[preprocessor.open-on-gh]
|
|
command = "mdbook-open-on-gh"
|
|
renderer = ["html"]
|
|
|
|
[output.html]
|
|
additional-css = ["custom.css"]
|
|
git-repository-url = "https://github.com/status-im/nimbus-eth2"
|
|
git-branch = "unstable"
|
|
|