Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'docs/book/book.toml')
| -rw-r--r-- | docs/book/book.toml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/book/book.toml b/docs/book/book.toml index edf11fadf0..0978851d50 100644 --- a/docs/book/book.toml +++ b/docs/book/book.toml @@ -1,7 +1,6 @@ [book] authors = ["The rust-analyzer authors"] language = "en" -multilingual = false src = "src" title = "rust-analyzer" @@ -34,8 +33,3 @@ use-boolean-and = true [output.html.fold] enable = true level = 3 - -[preprocessor.toc] -command = "mdbook-toc" -renderer = ["html"] -max-level = 3 |