mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-11-16 15:58:14 +00:00
Boog900
519d871ccb
* add protocol bool * update url * fix typos * Cuprate's protocol book -> Monero * Apply suggestions from code review Co-authored-by: hinto-janai <hinto.janai@protonmail.com> * fix typo * POW -> PoW * revert weird line changes --------- Co-authored-by: hinto-janai <hinto.janai@protonmail.com>
22 lines
414 B
TOML
22 lines
414 B
TOML
[book]
|
|
authors = ["Boog900"]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
title = "The Monero Book"
|
|
|
|
[build]
|
|
create-missing = false
|
|
|
|
[output.html]
|
|
mathjax-support = true
|
|
additional-css = ["svgbob.css"]
|
|
git-repository-url = "https://github.com/Cuprate/cuprate/tree/main/books/protocol"
|
|
git-repository-icon = "fa-github"
|
|
no-section-label = true
|
|
|
|
[output.html.fold]
|
|
enable = true
|
|
level = 2
|
|
|
|
[preprocessor.svgbob]
|