Skip to content

Commit

Permalink
docs: enable offline search
Browse files Browse the repository at this point in the history
Enable the offline search and simultaneously disable
the google custom search engine that was pointing to
the docsy dev site

Signed-off-by: Andrea Lamparelli <[email protected]>
  • Loading branch information
lampajr committed Nov 27, 2024
1 parent 9607185 commit dfee4a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/site/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,13 @@ github_subdir = "docs/site"
github_branch= "main"

# Google Custom Search Engine ID. Remove or comment out to disable search.
gcs_engine_id = "d72aa9b2712488cc3"
# gcs_engine_id = "d72aa9b2712488cc3"

# Enable Algolia DocSearch
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
Expand Down

0 comments on commit dfee4a0

Please sign in to comment.