mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 15:45:53 +01:00
It's not always necessary to run locally. Signed-off-by: Colin Walters <walters@verbum.org>
16 lines
256 B
TOML
16 lines
256 B
TOML
[book]
|
|
authors = ["Colin Walters"]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
title = "bootc"
|
|
|
|
[preprocessor.mermaid]
|
|
command = "mdbook-mermaid"
|
|
|
|
[output.html]
|
|
additional-js = ["mermaid.min.js", "mermaid-init.js"]
|
|
|
|
[output.linkcheck]
|
|
optional = true
|