-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.toml
38 lines (31 loc) · 1.1 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
[book]
authors = ["Gabriel Konat"]
language = "en"
multilingual = false
src = "src"
title = "Build your own Programmatic Incremental Build System"
[build]
create-missing = false
[output.html]
preferred-dark-theme = "ayu"
additional-js = ["./diff2html-ui-base.min.js"]
additional-css = ["./diff2html.min.css", "./mdbook-admonish.css"]
git-repository-url = "https://github.com/Gohla/pie/"
edit-url-template = "https://github.com/Gohla/pie/edit/master/tutorial/{path}"
[output.html.playground]
copy-js = false
runnable = false
# Run all preprocessors after "links" so that `{{ #include }}` first gets processed.
[preprocessor.diff2html]
renderers = ["html"]
# Run after "external-links" because it inserts markup into raw HTML produced by diff2html, breaking it.
after = ["links", "external-links"]
[preprocessor.admonish]
renderers = ["html"]
after = ["links"]
assets_version = "3.0.0" # do not edit: managed by `mdbook-admonish install`
command = "mdbook-admonish"
[preprocessor.external-links]
renderers = ["html"]
# Run after "admonish" so that links inside it get properly processed.
after = ["links", "admonish"]