forked from carpmosia/carpdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.toml
More file actions
51 lines (38 loc) · 1.4 KB
/
book.toml
File metadata and controls
51 lines (38 loc) · 1.4 KB
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
[book]
authors = ["Carpmosia Contributors"]
language = "en"
multilingual = false
src = "src"
title = "Carpmosia Development Wiki"
description = "Tutorial & reference for all Carpmosia projects."
[preprocessor.mermaid]
[preprocessor.admonish]
assets_version = "3.0.1" # do not edit: managed by `mdbook-admonish install`
command = "mdbook-admonish"
[preprocessor.emojicodes]
[preprocessor.force-relative-links]
after = ["links"] # Required to resolve links that comes from `{{#include}}` directives
[preprocessor.tera]
command = "mdbook-tera --template-include templates/**"
before = ["mermaid","admonish","emojicodes"] # templates can include these so we run this first
[preprocessor.embedify]
[output.html]
additional-js = ['scripts/mermaid.min.js', 'scripts/mermaid-init.js', 'scripts/nav-additions.js']
additional-css = ['theme/compiled/ss14.css']
default-theme = "navy"
preferred-dark-theme = "navy"
git-repository-url = "https://github.com/carpmosia/carpmosia"
edit-url-template = "https://github.com/carpmosia/carpdocs/blob/main/{path}"
mathjax-support = true
smart-punctuation = true
no-section-label = true
[output.html.print]
enable = false
[output.html.fold]
enable = true
level = 1
[output.html.playground]
runnable = false # sorry we arent rustpilled :(
[output.linkcheck]
traverse-parent-directories = false
warning-policy = "ignore" # false-positives like hell with absolute links & latex, so.. cant do