Skip to content

Commit 8a281ea

Browse files
Show the search bar on all pages.
This PR enables the searchbar on all pages within this site. Just a little UX fix really.
1 parent 22c7a57 commit 8a281ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/_default/params.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ lastMod = true
8484
clipBoard = true
8585
instantPage = true
8686
flexSearch = true
87-
searchSectionsShow = ["concepts", "guides", "reference", "community"]
87+
searchSectionsShow = "ALL"
8888
searchSectionsIndex = ["concepts", "guides", "reference", "community"]
8989
darkMode = true
9090
bootStrapJs = true

0 commit comments

Comments
 (0)