forked from redox-os/orbtk-book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.toml
82 lines (68 loc) · 2.15 KB
/
book.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
[book]
title = "The OrbTk Book"
description = "The Orbital Widget Toolkit (OrbTk)is a multi platform toolkit, that enables you to build scalable user interfaces. All components are devoloped with the programming language Rust."
authors = [
"Florian Blasius <flovanpt@posteo.de>",
"Ralf Zerres <ralf.zerres.de@gmail.com>",
"with Contributions from the Rust Community"
]
language = "en"
[rust]
edition = "2021"
[build]
create-missing = false
[output.html]
additional-css = ["ferries.css", "theme/2020-edition.css"]
additional-js = ["ferries.js", "mermaid.min.js", "mermaid-init.js"]
cname = "orbtk-book.rs"
copy-fonts = true
curly-quotes = true
default-theme = "light"
edit-url-template = "https://github.com/redox-os/orbtk-book/tree/main/book/{path}"
git-repository-url = "https://github.com/redox-os/orbtk-book/tree/main/book"
git-repository-icon = "fa-github"
prefered-dark-theme = "navy"
mathjax-support = true
#site-url = "/orbtk-book/"
#theme = "navy"
[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]
# optional = true
# ## 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 = false
#
# ## How should warnings be treated (warn, error, ignore)
# warning-policy = "ignore"
[preprocessor]
[preprocessor.mermaid]
command = "mdbook-mermaid"
[language.en]
name = "English"
[language.de]
name = "Deutsch"
title = "Das OrbTk Book"
description = "Das Orbital Widget Toolkit (OrbTk) ist eine Multi-Pallform Toolkit zur Erstellung skalierbarer Benutzeroberflächen. Alle Komponenten wurden nativ in der Programmiersprache Rust entwickelt."
[language.es]
name = "Español"
[language.fr]
name = "Français"