Skip to content

Commit 75df12e

Browse files
authored
Merge pull request #1723 from ehuss/exclude-summary
Exclude the test summary from the search index
2 parents 7982061 + 92c5a32 commit 75df12e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

book.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ git-repository-url = "https://github.com/rust-lang/reference/"
1010
edit-url-template = "https://github.com/rust-lang/reference/edit/master/{path}"
1111
smart-punctuation = true
1212

13+
[output.html.search.chapter]
14+
"test-summary.md" = { enable = false }
15+
1316
[output.html.redirect]
1417
"/expressions/enum-variant-expr.html" = "struct-expr.html"
1518
"/unsafe-blocks.html" = "unsafe-keyword.html"

0 commit comments

Comments
 (0)