The `multilingual` field has been removed in mdbook 0.5. Additionally this removes the unnecessary `src` value which defaults to the same value.
26 lines
573 B
TOML
26 lines
573 B
TOML
[book]
|
|
authors = ["The Rust Clippy Developers"]
|
|
language = "en"
|
|
title = "Clippy Documentation"
|
|
|
|
[rust]
|
|
edition = "2024"
|
|
|
|
[output.html]
|
|
edit-url-template = "https://github.com/rust-lang/rust-clippy/edit/master/book/{path}"
|
|
git-repository-url = "https://github.com/rust-lang/rust-clippy/tree/master/book"
|
|
mathjax-support = true
|
|
site-url = "/rust-clippy/"
|
|
|
|
[output.html.playground]
|
|
editable = true
|
|
line-numbers = true
|
|
|
|
[output.html.search]
|
|
boost-hierarchy = 2
|
|
boost-paragraph = 1
|
|
boost-title = 2
|
|
expand = true
|
|
heading-split-level = 2
|
|
limit-results = 20
|
|
use-boolean-and = true
|