From b332abb7a62c164787b16cca84ed9b26bebdc3de Mon Sep 17 00:00:00 2001 From: Prithvi Shahi Date: Thu, 1 Dec 2022 15:34:34 -0800 Subject: [PATCH] fix: fix the search bar --- config/_default/params.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index e7d3ab5..0382450 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -84,8 +84,8 @@ lastMod = true clipBoard = true instantPage = true flexSearch = true - searchSectionsShow = [] - searchSectionsIndex = [] + searchSectionsShow = ["concepts", "guides", "reference", "community"] + searchSectionsIndex = ["concepts", "guides", "reference", "community"] darkMode = true bootStrapJs = true breadCrumb = false