forked from cognitive-engineering-lab/rust-book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.toml
31 lines (25 loc) · 830 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
[book]
title = "The Rust Programming Language"
authors = ["Steve Klabnik", "Carol Nichols", "Contributions from the Rust Community"]
[output.html]
additional-css = [
"ferris.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
[preprocessor.aquascope]
[build]
extra-watch-dirs = ["quizzes", "../mdbook-quiz/target/debug", "js-extensions/packages/feedback/dist"]
# [output.linkcheck]