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"