Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Reth Book

  • repo
  • site
  • description: Reth (short for Rust Ethereum) is an Ethereum full node implementation that is focused on being user-friendly, highly modular, as well as being fast and efficient.

book.toml

[book]
authors = ["reth Core Contributors"]
language = "en"
multilingual = false
src = "book"
title = "reth Book"
description = "A book on all things Reth"

[output.html]
theme = "book/theme"
git-repository-url = "https://github.com/paradigmxyz/reth"
default-theme = "ayu"
no-section-label = true

[output.html.fold]
enable = true
level = 1

[build]
build-dir = "target/book"

[preprocessor.template]
before = ["links"]

[preprocessor.index]

[preprocessor.links]