-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.toml
41 lines (33 loc) · 909 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
37
38
39
40
41
[book]
authors = ["Labyte"]
language = "zh-CN"
multilingual = false
src = "src"
title = "Labyte Book"
[output.html.playpen]
editable = true
editor = "ace"
[output.html.fold]
enable = true
level = 1
[preprocessor.mermaid]
command = "mdbook-mermaid"
renderer = ["html"]
[preprocessor.plantuml]
plantuml-cmd="java -jar /opt/plantuml.jar"
[output.html]
mathjax-support = true
additional-css = ["theme/css/style1.css","theme/css/table.css","assets/mermaid.css", "assets/print.css", "assets/all-page.css"]
additional-js = ["assets/custom3.js","assets/fzf.umd.js", "assets/elasticlunr.js", "assets/mermaid.min.js", "assets/import-html.js"]
git-repository-url = "https://github.com/labyte/book"
git-repository-icon = "fa-github"
[output.html.search]
limit-results = 20
use-boolean-and = true
boost-title = 2
boost-hierarchy = 2
boost-paragraph = 1
expand = true
heading-split-level = 2
[rust]
edition = "2021"