Something went wrong on our end
Select Git revision
start-server.nix
-
Volker Schukai authoredVolker Schukai authored
book.toml NaN GiB
[book]
title = "Agenor - Handbuch"
authors = ["schukai GmbH"]
language = "de"
src = "source"
[build]
build-dir = "book"
create-missing = false
use-default-preprocessors = true
extra-watch-dirs = []
[preprocessor.graphviz]
command = "mdbook-graphviz"
[output.html.playground]
editable = true
[preprocessor.emojicodes]
[preprocessor.admonish]
command = "mdbook-admonish"
assets_version = "3.0.0" # do not edit: managed by `mdbook-admonish install`
[preprocessor.mermaid]
command = "mdbook-mermaid"
[output.html]
additional-css = ["./mdbook-admonish.css"]
additional-js = ["mermaid.min.js", "mermaid-init.js"]
default-theme = "ayu"
preferred-dark-theme = "navy"
curly-quotes = true
mathjax-support = false
copy-fonts = true
no-section-label = false
site-url = "/example-book/"
cname = "myproject.rs"
input-404 = "404.md"
[preprocessor.d2]
# path to d2 binary.
# optional. default is "d2" (ie. on the path).
path = "d2"
# layout engine for diagrams. See https://github.com/terrastruct/d2#plugins.
# optional. default is "dagre".
layout = "dagre"
# whether to use inline svg when rendering.
# if 'false', separate files will be generated in src/<output-dir> and referenced.
# optional. default is 'true'
inline = true
# output directory relative to `src/` for generated diagrams.
# This is ignored if 'inline' is 'true'.
# optional. default is "d2".
output-dir = "d2"