mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 08:57:04 +02:00
48 lines
995 B
TOML
48 lines
995 B
TOML
[book]
|
|
authors = ["Bernd Schorgers"]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
title = "Helm Charts"
|
|
|
|
[build]
|
|
create-missing = false
|
|
|
|
[output.html]
|
|
default-theme = "latte"
|
|
preferred-dark-theme = "macchiato"
|
|
git-repository-url = "https://github.com/bjw-s/helm-charts"
|
|
git-repository-icon = "fa-github"
|
|
no-section-label = true
|
|
additional-css = ["././assets/css/mdbook-admonish.css", "./theme/catppuccin.css", "./theme/catppuccin-highlight.css"]
|
|
git-branch = "main"
|
|
open-on-text = "[Edit this page on GitHub]"
|
|
|
|
[output.html.fold]
|
|
enable = true
|
|
level = 1
|
|
|
|
[output.html.playground]
|
|
copyable = false
|
|
|
|
[output.html.search]
|
|
limit-results = 15
|
|
|
|
[output.linkcheck]
|
|
|
|
[preprocessor]
|
|
|
|
[preprocessor.admonish]
|
|
command = "mdbook-admonish"
|
|
assets_version = "2.0.0" # do not edit: managed by `mdbook-admonish install`
|
|
|
|
[preprocessor.emojicodes]
|
|
after = [ "links" ]
|
|
|
|
[preprocessor.toc]
|
|
command = "mdbook-toc"
|
|
renderer = ["html"]
|
|
|
|
[preprocessor.regex]
|
|
after = [ "links" ]
|
|
patterns = "replace-patterns.json"
|