summaryrefslogtreecommitdiffstats
path: root/src/doc/style-guide/book.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/style-guide/book.toml')
-rw-r--r--src/doc/style-guide/book.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/doc/style-guide/book.toml b/src/doc/style-guide/book.toml
new file mode 100644
index 000000000..056aec8cd
--- /dev/null
+++ b/src/doc/style-guide/book.toml
@@ -0,0 +1,8 @@
+[book]
+title = "The Rust Style Guide"
+author = "The Rust Style Team"
+multilingual = false
+src = "src"
+
+[output.html]
+git-repository-url = "https://github.com/rust-lang/rust/tree/HEAD/src/doc/style-guide/"