- repo (folder: src/doc)
- site
- description: NA
[book]
title = "The Cargo Book"
authors = ["Alex Crichton", "Steve Klabnik", "Carol Nichols", "with contributions from the Rust community"]
[output.html]
smart-punctuation = true # Enable smart-punctuation feature for more than quotes.
git-repository-url = "https://github.com/rust-lang/cargo/tree/master/src/doc/src"
edit-url-template = "https://github.com/rust-lang/cargo/edit/master/src/doc/{path}"
[output.html.search]
use-boolean-and = true
[output.html.search.chapter]
"CHANGELOG.md" = { enable = false }
[output.html.redirect]
"/guide/build-cache.html" = "../reference/build-cache.html"
"/commands/cargo-git-checkout.html" = "./deprecated-and-removed.html"
"/commands/cargo-read-manifest.html" = "./deprecated-and-removed.html"
"/commands/cargo-verify-project.html" = "./deprecated-and-removed.html"