blob: 18a99728bf098f9703ac495c83fd6985f5180e1c [file] [log] [blame]
[book]
title = "The Rust Reference"
author = "The Rust Project Developers"
[output.html]
additional-css = ["theme/reference.css"]
additional-js = ["theme/reference.js"]
git-repository-url = "https://github.com/rust-lang/reference/"
edit-url-template = "https://github.com/rust-lang/reference/edit/master/{path}"
smart-punctuation = true
[output.html.redirect]
"/expressions/enum-variant-expr.html" = "struct-expr.html"
"/unsafe-blocks.html" = "unsafe-keyword.html"
"/unsafe-functions.html" = "unsafe-keyword.html"
[rust]
edition = "2021"
[preprocessor.spec]
command = "cargo run --release --manifest-path mdbook-spec/Cargo.toml"
[build]
extra-watch-dirs = ["mdbook-spec/src"]