mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
28 lines
466 B
TOML
28 lines
466 B
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]
|