-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.toml
36 lines (29 loc) · 840 Bytes
/
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
[book]
authors = ["kekcheburec (Roman Samusevich)"]
language = "en"
title = "Technical documentation for Crabik products"
[build]
create-missing = false
use-default-preprocessors = false
[output.html]
default-theme = "light"
additional-css = ["theme/style.css"]
git-repository-url = "https://github.com/CrabikBoards/tech-docs"
git-repository-icon = "fa-github"
edit-url-template = "https://github.com/CrabikBoards/tech-docs/edit/main/{path}"
no-section-label = true
cname = "tech-docs.crabikboards.com"
[output.html.print]
enable = false
[output.html.fold]
enable = true
level = 1
[output.linkcheck]
follow-web-links = true
warning-policy = "warn"
exclude = [ 'link' ]
[preprocessor]
[preprocessor.admonish]
command = "mdbook-admonish"
assets_version = "2.0.0" # do not edit: managed by `mdbook-admonish install`
on_failure = "bail"