diff options
| author | Who? Me?! <mark-i-m@users.noreply.github.com> | 2020-06-24 13:11:27 -0500 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2020-06-26 17:40:18 -0500 |
| commit | 3707d2039bb2ea132ecbe54cefcd9ac5ca264fe3 (patch) | |
| tree | a0d724be090acfa0b491334adbc2ba6fcb664907 /src/doc/rustc-dev-guide | |
| parent | 06b19cc2230c4b84e3e43137728342b2be1fedb4 (diff) | |
| download | rust-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.toml | 2 |
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 |
