Skip to content

Commit 00ba6a2

Browse files
committed
Add mdbook search.
1 parent 52787a6 commit 00ba6a2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

book.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ description = "A guide to developing rustc "
66
[output.html]
77

88
[output.linkcheck]
9+
10+
[output.html.search]

ci/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ function cargo_install() {
1919
fi
2020
}
2121

22-
cargo_install mdbook 0.1.1
23-
cargo_install mdbook-linkcheck 0.1.0
22+
cargo_install mdbook 0.1.5
23+
cargo_install mdbook-linkcheck 0.1.2

0 commit comments

Comments
 (0)