]> git.lizzy.rs Git - rust.git/blob - src/tools/error_index_generator/book_config.toml
Rollup merge of #99460 - JanBeh:PR_asref_asmut_docs, r=joshtriplett
[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
11 [output.html.search]
12 enable = true
13 limit-results = 20
14 use-boolean-and = true
15 boost-title = 2
16 boost-hierarchy = 2
17 boost-paragraph = 1
18 expand = true
19 heading-split-level = 0