Merge pull request #258 from libp2p/fix-search

fix: fix the search bar
This commit is contained in:
Danny Salman 2022-12-01 18:41:41 -05:00 committed by GitHub
commit f35c4ce142
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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