summaryrefslogtreecommitdiffstats
path: root/src/doc/reference/book.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/reference/book.toml')
-rw-r--r--src/doc/reference/book.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/doc/reference/book.toml b/src/doc/reference/book.toml
new file mode 100644
index 000000000..2bc218fe4
--- /dev/null
+++ b/src/doc/reference/book.toml
@@ -0,0 +1,14 @@
+[book]
+
+title = "The Rust Reference"
+author = "The Rust Project Developers"
+
+[output.html]
+additional-css = ["theme/reference.css"]
+git-repository-url = "https://github.com/rust-lang/reference/"
+
+[output.html.redirect]
+"/expressions/enum-variant-expr.html" = "struct-expr.html"
+
+[rust]
+edition = "2021"