-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.toml
62 lines (52 loc) · 1.38 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
[book]
authors = ["nihalxkumar"]
language = "en"
multilingual = false
src = "src"
title = "Learnings"
description = "This is to document my progress and to share my learnings with others who may find them helpful."
[output.html]
default-theme = "rust"
preferred-dark-theme = "ayu"
curly-quotes = true
mathjax-support = true
git-repository-url = "https://github.com/nihalxkumar/learnings-notebook"
git-repository-icon = "fa-github"
edit-url-template = "https://github.com/nihalxkumar/learnings-notebook/edit/main/{path}"
additional-js = ["mermaid.min.js", "mermaid-init.js"]
additional-css = ["mdbook-admonish.css", "./mdbook-admonish.css"]
[output.html.search]
enable = true
teaser-word-count = 15
limit-results = 20
use-boolean-and = true
boost-title = 2
boost-hierarchy = 2
boost-paragraph = 1
expand = true
heading-split-level = 2
copy-js = true
[output.html.print]
enable = true
page-break = true
[output.html.fold]
enable = true
level = 0
[output.html.playground]
editable = true
copyable = true
copy-js = true
line-numbers = true
runnable = true
[preprocessor.katex]
after = ["links"]
[preprocessor.mermaid]
command = "mdbook-mermaid"
[preprocessor.admonish]
command = "mdbook-admonish"
assets_version = "3.0.2" # do not edit: managed by `mdbook-admonish install`
on_failure = "bail"
# [preprocessor.admonish.default]
# collapsible = true
[preprocessor.admonish.renderer.test]
render_mode = "strip"