summaryrefslogtreecommitdiffstats
path: root/src/doc/contrib/book.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/contrib/book.toml')
-rw-r--r--src/doc/contrib/book.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/doc/contrib/book.toml b/src/doc/contrib/book.toml
new file mode 100644
index 0000000..d6697f3
--- /dev/null
+++ b/src/doc/contrib/book.toml
@@ -0,0 +1,10 @@
+[book]
+title = "Cargo Contributor Guide"
+authors = ["Eric Huss"]
+
+[output.html]
+curly-quotes = true # Enable smart-punctuation feature for more than quotes.
+git-repository-url = "https://github.com/rust-lang/cargo/tree/master/src/doc/contrib/src"
+
+[output.html.redirect]
+"/apidoc/cargo/index.html" = "https://doc.rust-lang.org/nightly/nightly-rustc/cargo/"