File tree Expand file tree Collapse file tree 3 files changed +6
-19
lines changed Expand file tree Collapse file tree 3 files changed +6
-19
lines changed Original file line number Diff line number Diff line change @@ -151,8 +151,6 @@ github_branch= "trunk"
151
151
offlineSearch = false
152
152
offlineSearchMaxResults = 30
153
153
154
- # Enable Algolia DocSearch
155
- algolia_docsearch = true
156
154
157
155
# Enable Plausible.io
158
156
plausible_analytics = true
@@ -163,6 +161,12 @@ prism_syntax_highlighting = true
163
161
# Enable announcement banner below navbar (Go to announcement-banner.html to change the message)
164
162
announcement_banner = true
165
163
164
+ # Enable Algolia DocSearch
165
+ [params .search .algolia ]
166
+ appId = " 6IOXA5JK7Z"
167
+ apiKey = " 2b44a1d3530f9951dd6502059058984a"
168
+ indexName = " selenium"
169
+
166
170
# User interface configuration
167
171
[params .ui ]
168
172
# Enable to show the side bar menu in its compact state.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- {{ with .Site.Params.algolia_docsearch }}
2
- <!-- stylesheet for algolia docsearch -->
3
- < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/@docsearch/css@3 " />
4
- {{ end }}
5
-
6
1
{{ with .Site.Params.plausible_analytics }}
7
2
< script defer data-domain ="selenium.dev " src ="https://plausible.io/js/plausible.js "> </ script >
8
3
{{ end }}
You can’t perform that action at this time.
0 commit comments