forked from rust-lang/book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.toml
41 lines (34 loc) · 883 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]
title = "The Rust Programming Language"
authors = ["Steve Klabnik", "Carol Nichols", "Contributions from the Rust Community"]
language = "ug"
multilingual = false
text-direction = "rtl"
src = "src"
[build]
extra-watch-dirs = ["po"]
[preprocessor.gettext]
after = ["links"]
[preprocessor.svgbob]
renderers = ["html"]
after = ["gettext"]
class = "bob"
[output.html]
curly-quotes = true
#additional-js = ["theme/speaker-notes.js"]
additional-css = [
"theme/css/svgbob.css",
"theme/css/language-picker.css",
"theme/css/frontmatter.css"
]
site-url = "/rust-lang-book-ug/"
git-repository-url = "https://uycode.github.io/rust-lang-book-ug"
edit-url-template = "https://uycode.github.io/rust-lang-book-ug/edit/main/{path}"
[output.html.fold]
enable = true
level = 0
[output.html.playground]
editable = true
line-numbers = true
[output.html.search]
use-boolean-and = true