mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 15:45:53 +01:00
This drains nontrivial logic out GHA and into something isolated via containers and driven via `Justfile` and easily replicable locally too. Signed-off-by: Colin Walters <walters@verbum.org>
19 lines
526 B
TOML
19 lines
526 B
TOML
[book]
|
|
authors = ["Colin Walters"]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
title = "bootc"
|
|
|
|
[preprocessor.mermaid]
|
|
command = "mdbook-mermaid"
|
|
|
|
[preprocessor.header-footer]
|
|
headers = []
|
|
footers = [
|
|
{ padding = "\n---\n<p style=\"font-size:11px\">The Linux Foundation® (TLF) has registered trademarks and uses trademarks. For a list of TLF trademarks, see <a href=\"https://www.linuxfoundation.org/trademark-usage/\">Trademark Usage.</a></p>" }
|
|
]
|
|
|
|
[output.html]
|
|
additional-js = ["mermaid.min.js", "mermaid-init.js"]
|