]> git.lizzy.rs Git - rust.git/blob - src/tools/error_index_generator/book_config.toml
Rollup merge of #106813 - oli-obk:sess_cleanup, r=GuillaumeGomez,petrochenkov
[rust.git] / src / tools / error_index_generator / book_config.toml
1 [book]
2 title = "Error codes index"
3 description = "Book listing all Rust error codes"
4 src = ""
5
6 [output.html]
7 git-repository-url = "https://github.com/rust-lang/rust/"
8 additional-css = ["error-index.css"]
9 additional-js = ["error-index.js"]
10 input-404 = ""
11
12 [output.html.search]
13 enable = true
14 limit-results = 20
15 use-boolean-and = true
16 boost-title = 2
17 boost-hierarchy = 2
18 boost-paragraph = 1
19 expand = true
20 heading-split-level = 0