forked from rust-lang/rust-by-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.toml
More file actions
32 lines (25 loc) · 702 Bytes
/
book.toml
File metadata and controls
32 lines (25 loc) · 702 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
[book]
title = "Rust By Example"
description = "Rust by Example (RBE) is a collection of runnable examples that illustrate various Rust concepts and standard libraries."
authors = ["The Rust Community"]
[output.html.playpen]
editable = true
line-numbers = true
[output.html.fold]
enable = true
[output.html]
git-repository-url = "https://github.com/rust-lang/rust-by-example"
edit-url-template = "https://github.com/rust-lang/rust-by-example/edit/master/{path}"
hash-files = true
additional-css = [
"theme/css/language-picker.css",
]
[output.html.search]
use-boolean-and = true
[rust]
edition = "2021"
[build]
extra-watch-dirs = ["po"]
[preprocessor.gettext]
optional = true
after = ["links"]