From 623b48624181e02766b5989ba11b7a7ae33e02bc Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Tue, 17 Jun 2025 07:56:35 -0700 Subject: [PATCH] content: Set searchable param to false for content/en/documentation.md --- content/en/documentation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/documentation.md b/content/en/documentation.md index 6f96c1f9c..9bd3421e9 100644 --- a/content/en/documentation.md +++ b/content/en/documentation.md @@ -3,6 +3,8 @@ title: Hugo Documentation linkTitle: Docs description: Hugo is the world's fastest static website engine. It's written in Go (aka Golang) and developed by bep, spf13 and friends. layout: list +params: + searchable: false ---