We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c4110a + 715bc47 commit 899eef7Copy full SHA for 899eef7
.github/workflows/deploy.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Install mdbook
15
run: |
16
mkdir mdbook
17
- curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.10/mdbook-v0.4.10-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
+ curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.13/mdbook-v0.4.13-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
18
echo `pwd`/mdbook >> $GITHUB_PATH
19
- name: Generate Book
20
book.toml
@@ -4,3 +4,6 @@ title = "The Rust RFC Book"
4
[output.html]
5
no-section-label = true
6
git-repository-url = "https://github.com/rust-lang/rfcs"
7
+
8
+[output.html.search]
9
+heading-split-level = 0
0 commit comments