forked from x2x4com/rust-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.toml
40 lines (33 loc) · 828 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
[book]
title = "Rust 实践指南 - The Hitchhiker's Guide to Rust"
authors = ["zzy"]
language = "zh"
description = "Rust 实践指南, Rust 实例示例, Rust Examples, Rust Crates 集成应用, Rust 编程实战"
src = "src"
multilingual = true
# [build]
# build-dir = "docs"
[output.html]
theme = "theme"
# default-theme = "rust"
git-repository-url = "https://github.com/zzy/rust-guide"
curly-quotes = true
mathjax-support = true
[output.html.playpen]
editable = true
copy-js = true
[output.html.search]
limit-results = 20
use-boolean-and = true
boost-title = 2
boost-hierarchy = 2
boost-paragraph = 1
expand = true
heading-split-level = 3
copy-js = true
# [output.markdown]
# [output.epub]
# [output.latex]
# latex = true # default = true
# pdf = true # default = false
# markdown = true # default = false