79 lines
1.8 KiB
TOML
79 lines
1.8 KiB
TOML
[book]
|
|
title = "WERNER RI: IT-Konzept"
|
|
description = "Documentation zur IT-Infrastructure bei WERNER RI ."
|
|
authors = [
|
|
"Ralf Zerres <ralf.zerres@networkx.de>",
|
|
]
|
|
|
|
[rust]
|
|
edition = "2021"
|
|
|
|
[build]
|
|
build-dir = "doc"
|
|
create-missing = false
|
|
|
|
[output.html]
|
|
additional-css = ["theme/2020-edition.css"]
|
|
#additional-js = ["ferries.js", "mermaid.min.js", "mermaid-init.js"]
|
|
cname = "portal-it-structure.rs"
|
|
copy-fonts = true
|
|
output.html.smart-punctuation = true
|
|
default-theme = "rustkZ"
|
|
edit-url-template = "https://gitea.networkx.de/WRI/IT-Konzept/tree/man/book/{path}"
|
|
git-repository-url = "https://gitea.networkx.de/WRI/IT-Konzept/tree/man/book"
|
|
git-repository-icon = "fa-github"
|
|
#input-404 = "404.md"
|
|
prefered-dark-theme = "navy"
|
|
mathjax-support = true
|
|
|
|
[output.html.fold]
|
|
enable = true
|
|
level = 0
|
|
|
|
[output.html.playground]
|
|
editable = true
|
|
line-numbers = true
|
|
|
|
#[output.html.redirect]
|
|
#"/format/config.html" = "configuration/index.html"
|
|
|
|
[output.html.search]
|
|
limit-results = 20
|
|
use-boolean-and = true
|
|
boost-title = 2
|
|
boost-hierarchy = 2
|
|
boost-paragraph = 1
|
|
expand = true
|
|
heading-split-level = 2
|
|
|
|
#[output.linkcheck]
|
|
## Should we check links on the internet? Enabling this option adds a
|
|
## non-negligible performance impact
|
|
#follow-web-links = false
|
|
|
|
## Are we allowed to link to files outside of the book's root directory? This
|
|
## may help prevent linking to sensitive files (e.g. "../../../../etc/shadow")
|
|
#traverse-parent-directories = true
|
|
|
|
[preprocessor]
|
|
[preprocessor.extended-markdown-table]
|
|
|
|
|
|
[preprocessor.gettext]
|
|
after = ["links"]
|
|
|
|
#[preprocessor.mermaid]
|
|
#command = "mdbook-mermaid"
|
|
|
|
#[language.en]
|
|
#"name = "English"
|
|
|
|
#[language.de]
|
|
#name = "Deutsch"
|
|
#title = "WERNER RI: Dokumentation zur IT-Konzept"
|
|
#description = "Dokumentation der Konzeption zur Bereitstellung der IT-Infrastruktur bei WERNER RI."
|
|
#input-404 = "de/404.md"
|
|
|
|
#[build]
|
|
#extra-watch-dirs = ["po"]
|