-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbook.toml
More file actions
36 lines (28 loc) · 771 Bytes
/
book.toml
File metadata and controls
36 lines (28 loc) · 771 Bytes
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 = ["Jason Park", "Varun Thakore"]
language = "en"
multilingual = false
src = "src"
title = "Stwo Book"
[preprocessor.admonish]
command = "mdbook-admonish"
assets_version = "3.1.0" # do not edit: managed by `mdbook-admonish install`
[preprocessor.webinclude]
[output]
[output.html]
additional-css = ["./mdbook-admonish.css", "./mdbook-admonish-custom.css", "./theme/css/custom.css"]
[preprocessor.katex]
after = ["links"]
[[preprocessor.admonish.custom]]
directive = "exercise"
icon = "./idea.svg"
color = "#FFA62B"
[[preprocessor.admonish.custom]]
directive = "definition"
icon = "./definition.svg"
color = "#FFA62B"
[preprocessor.admonish.directive.builtin.tip]
directive = "hint"
icon = "./brain-circuit.svg"
color = "#4CAF50"
collapsible = true