Files
kumomta/docs/book.toml
T
Wez Furlong 831bfe9aab docs: skeleton for building the docs
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.
2023-02-25 10:50:58 -07:00

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"