Skip to content

Commit 15e1b6b

Browse files
committed
enable offline search with Lunr
- Disables the GCSE (which pointed to Docs's docs anyways). - Enable the Lunr offline search.
1 parent 8e500c1 commit 15e1b6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,13 @@ github_project_repo = "https://github.com/localstack/localstack"
130130
github_branch= "main"
131131

132132
# Google Custom Search Engine ID. Remove or comment out to disable search.
133-
gcs_engine_id = "d72aa9b2712488cc3"
133+
# gcs_engine_id = "d72aa9b2712488cc3"
134134

135135
# Enable Algolia DocSearch
136136
algolia_docsearch = false
137137

138138
# Enable Lunr.js offline search
139-
offlineSearch = false
139+
offlineSearch = true
140140

141141
# Enable syntax highlighting and copy buttons on code blocks with Prism
142142
prism_syntax_highlighting = false

0 commit comments

Comments
 (0)