about summary refs log tree commit diff
path: root/src/doc/rustc/book.toml
blob: 01f127ad390542560cf49cc62d13d8cac2d11589 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[book]
multilingual = false
src = "src"
title = "The rustc book"

[output.html]
git-repository-url = "https://github.com/rust-lang/rust/tree/master/src/doc/rustc"
edit-url-template = "https://github.com/rust-lang/rust/edit/master/src/doc/rustc/{path}"
additional-css = ["theme/pagetoc.css"]
additional-js = ["theme/pagetoc.js"]

[output.html.search]
use-boolean-and = true

[output.html.playground]
runnable = false