mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 02:49:55 +00:00
19 lines
352 B
TOML
19 lines
352 B
TOML
[book]
|
|
authors = [""]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
title = "Reth Book"
|
|
description = "A book on all things Reth"
|
|
|
|
[output.html]
|
|
git-repository-url = "https://github.com/paradigmxyz/reth"
|
|
edit-url-template = ""
|
|
default-theme = "ayu"
|
|
cname = ""
|
|
no-section-label = true
|
|
additional-css = [""]
|
|
|
|
[output.html.fold]
|
|
enable = true
|
|
level = 1 |