website/book.toml
Jacob Lifshay e9aaaec5f1
All checks were successful
Deploy / deploy (push) Successful in 48s
add WIP CPU architecture draft proposal
2024-09-11 19:25:02 -07:00

35 lines
693 B
TOML

[book]
authors = ["Jacob Lifshay"]
language = "en"
multilingual = false
src = "src"
[rust]
edition = "2021"
[preprocessor.index]
[preprocessor.links]
[preprocessor.mermaid]
command = "mdbook-mermaid"
[preprocessor.dia]
command = "scripts/mdbook-dia.py"
[output.html]
mathjax-support = true
no-section-label = true
git-repository-url = "https://git.libre-chip.org/libre-chip/website"
git-repository-icon = "fa-git"
# edit-url-template = "https://git.libre-chip.org/libre-chip/website/FIXME/{path}"
input-404 = "404.md"
additional-css = ["src/custom.css"]
additional-js = ["mermaid.min.js", "mermaid-init.js"]
[output.html.print]
enable = false
[output.html.fold]
enable = true
level = 1