mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-20 19:38:18 +00:00
831bfe9aab
Rather than edit SUMMARY.md, you edit docs/generate-toc.py and it will flesh out sections based on the list of files in a directory.
28 lines
519 B
TOML
28 lines
519 B
TOML
[book]
|
|
title = "KumoMTA"
|
|
author = "Wez Furlong"
|
|
src = "."
|
|
|
|
[build]
|
|
build-dir = "../gh_pages"
|
|
create-missing = false
|
|
|
|
[output.html]
|
|
# additional-css = ["custom.css", "asciinema-player.css"]
|
|
default-theme = "ayu"
|
|
preferred-dark-theme = "ayu"
|
|
git-repository-url = "https://github.com/kumomta/kumomta"
|
|
additional-js = ["mermaid.min.js", "mermaid-init.js"]
|
|
|
|
[output.html.fold]
|
|
enable = true
|
|
level = 1
|
|
|
|
[output.linkcheck]
|
|
traverse-parent-directories = false
|
|
|
|
[preprocessor]
|
|
|
|
[preprocessor.mermaid]
|
|
command = "mdbook-mermaid"
|