forked from rust-lang/book
-
Notifications
You must be signed in to change notification settings - Fork 104
/
book.toml
46 lines (36 loc) · 1.16 KB
/
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
42
43
44
45
46
# Sync any changes to this *other than where explicitly specified* with the copy
# in `nostarch/book.toml`!
[book]
title = "The Rust Programming Language"
authors = ["Steve Klabnik", "Carol Nichols", "Contributions from the Rust Community"]
[output.html]
additional-css = [
"ferris.css",
"theme/semantic-notes.css",
"theme/listing.css",
"theme/2018-edition.css",
"js-extensions/packages/consent-form/dist/index.css",
"js-extensions/packages/feedback/dist/index.css",
]
additional-js = [
"ferris.js",
"js-extensions/packages/telemetry/dist/index.js",
"js-extensions/packages/consent-form/dist/index.js",
"js-extensions/packages/feedback/dist/index.js",
]
git-repository-url = "https://github.com/cognitive-engineering-lab/rust-book"
[preprocessor.quiz]
fullscreen = true
validate = true
cache-answers = true
more-words = "words.dic"
[preprocessor.aquascope]
# [build]
# extra-watch-dirs = ["quizzes", "../mdbook-quiz/target/debug", "js-extensions/packages/feedback/dist"]
# Do not sync this preprocessor; it is for the HTML renderer only.
[preprocessor.trpl-note]
[preprocessor.trpl-listing]
output-mode = "default"
# [output.linkcheck]
[rust]
edition = "2021"