about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorWho? Me?! <mark-i-m@users.noreply.github.com>2020-06-24 13:11:27 -0500
committerWho? Me?! <mark-i-m@users.noreply.github.com>2020-06-26 17:40:18 -0500
commit3707d2039bb2ea132ecbe54cefcd9ac5ca264fe3 (patch)
treea0d724be090acfa0b491334adbc2ba6fcb664907 /src/doc/rustc-dev-guide
parent06b19cc2230c4b84e3e43137728342b2be1fedb4 (diff)
downloadrust-3707d2039bb2ea132ecbe54cefcd9ac5ca264fe3.tar.gz
rust-3707d2039bb2ea132ecbe54cefcd9ac5ca264fe3.zip
Fold chapters by default to make ToC shorter
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/book.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/book.toml b/src/doc/rustc-dev-guide/book.toml
index 4b029127e40..1e1c54cc99a 100644
--- a/src/doc/rustc-dev-guide/book.toml
+++ b/src/doc/rustc-dev-guide/book.toml
@@ -11,7 +11,7 @@ git-repository-url = "https://github.com/rust-lang/rustc-dev-guide"
 
 [output.html.fold]
 enable = true
-level = 1
+level = 0
 
 [output.linkcheck]
 follow-web-links = true