khuedoan-homelab/docs/book.toml

19 lines
469 B
TOML
Raw Normal View History

[book]
authors = ["Khue Doan"]
language = "en"
multilingual = false
2021-11-28 13:10:20 +07:00
src = "src"
title = "Khue's Homelab"
2022-05-04 00:45:18 +07:00
[preprocessor.mermaid]
command = "mdbook-mermaid"
[output.html]
2022-05-04 00:45:18 +07:00
additional-js = ["mermaid.min.js", "mermaid-init.js"]
git-repository-url = "https://github.com/khuedoan/homelab"
edit-url-template = "https://github.com/khuedoan/homelab/edit/master/docs/{path}"
# TODO deprecate this after 6 months
[output.html.redirect]
"/try-on-a-vm.html" = "/try-locally.html"