Skip to content

Commit

Permalink
Testing flex search again, for mobile navigation
Browse files Browse the repository at this point in the history
Signed-off-by: Vedant <[email protected]>
  • Loading branch information
vrnimje committed Sep 27, 2023
1 parent ef2d409 commit c1dca42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
node_modules
build
build
public
resources
.hugo_build.lock
2 changes: 1 addition & 1 deletion config/_default/hyas/doks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ navBarButtonUrl = "/docs/prologue/introduction/"
navBarButtonText = "Get started"

# FlexSearch
flexSearch = false # true (default) or false
flexSearch = true # true (default) or false
searchExclKinds = [] # list of page kinds to exclude from search indexing (e.g. ["home", "taxonomy", "term"] )
searchExclTypes = [] # list of content types to exclude from search indexing (e.g. ["blog", "docs", "legal", "contributors", "categories"])
showSearch = [] # [] (all pages, default) or homepage (optionally) and list of sections (e.g. ["homepage", "blog", "guides"])
Expand Down

0 comments on commit c1dca42

Please sign in to comment.