From e09476da793c25f39c150b1c568dedad70f307c1 Mon Sep 17 00:00:00 2001 From: Tobias Gesellchen Date: Tue, 26 May 2026 21:34:35 +0200 Subject: [PATCH] docs: enable search menu item in navbar Co-authored-by: Junie --- docs/hugo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/hugo.toml b/docs/hugo.toml index 6a28960..b40ceb0 100644 --- a/docs/hugo.toml +++ b/docs/hugo.toml @@ -53,6 +53,12 @@ disablePathToLower = true sortBy = "date" sortOrder = "desc" +[[menu.main]] + identifier = "search" + name = "Search" + weight = 10 + params = { type = "search" } + [[menu.main]] identifier = "docs" name = "Docs"