-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbook.toml
More file actions
40 lines (32 loc) · 760 Bytes
/
book.toml
File metadata and controls
40 lines (32 loc) · 760 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
37
38
39
40
[book]
authors = ["adlsdztony"]
language = "en"
multilingual = true
src = "src"
title = "JoinUs Guide"
[rust]
edition = "2018"
[output.html]
smart-punctuation = true
mathjax-support = true
site-url = "/mdBook/"
git-repository-url = "https://github.com/EZ-HKU/join-us"
edit-url-template = "https://github.com/EZ-HKU/join-us/edit/main/{path}"
[output.html.playground]
editable = true
line-numbers = true
[output.html.code.hidelines]
python = "~"
[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
[output.html.redirect]
# "/format/config.html" = "configuration/index.html"
[output.html.multilingual]
default-language = "en"
languages = ["en", "zh"]