From 92c5a32a6cb4a91efe35ca6a7c77870d499d606f Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Tue, 28 Jan 2025 19:06:56 -0800 Subject: [PATCH] Exclude the test summary from the search index --- book.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/book.toml b/book.toml index ff0c66ae2..9d6c896c9 100644 --- a/book.toml +++ b/book.toml @@ -10,6 +10,9 @@ git-repository-url = "https://github.com/rust-lang/reference/" edit-url-template = "https://github.com/rust-lang/reference/edit/master/{path}" smart-punctuation = true +[output.html.search.chapter] +"test-summary.md" = { enable = false } + [output.html.redirect] "/expressions/enum-variant-expr.html" = "struct-expr.html" "/unsafe-blocks.html" = "unsafe-keyword.html"