From 32d43778038d75e1bcac74e6389a71fc717145ec Mon Sep 17 00:00:00 2001 From: olalekan odukoya Date: Thu, 26 Dec 2024 03:53:46 +0100 Subject: [PATCH] enable search on website Signed-off-by: olalekan odukoya --- website/hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/hugo.toml b/website/hugo.toml index 127cfd3f100..b898705dc70 100644 --- a/website/hugo.toml +++ b/website/hugo.toml @@ -120,7 +120,7 @@ github_branch= "master" algolia_docsearch = false # Enable Lunr.js offline search -offlineSearch = false +offlineSearch = true # Enable syntax highlighting and copy buttons on code blocks with Prism prism_syntax_highlighting = false