35 lines
729 B
TOML
35 lines
729 B
TOML
[book]
|
|
authors = ["Valentyn Faychuk"]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
title = "DeTEE Documentation"
|
|
|
|
[output.html]
|
|
smart-punctuation = true
|
|
mathjax-support = true
|
|
site-url = "https://docs.detee.ltd"
|
|
git-repository-url = "https://gitea.detee.cloud/general/public-docs"
|
|
#edit-url-template = "https://github.com/rust-lang/mdBook/edit/master/guide/{path}"
|
|
|
|
[output.html.playground]
|
|
runnable = false
|
|
editable = true
|
|
line-numbers = true
|
|
|
|
#[output.html.code.hidelines]
|
|
#python = "~"
|
|
|
|
[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.html.redirect]
|
|
#"/format/config.html" = "configuration/index.html"
|
|
|