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"
151151offlineSearch = false
152152offlineSearchMaxResults = 30
153153
154- # Enable Algolia DocSearch
155- algolia_docsearch = true
156154
157155# Enable Plausible.io
158156plausible_analytics = true
@@ -163,6 +161,12 @@ prism_syntax_highlighting = true
163161# Enable announcement banner below navbar (Go to announcement-banner.html to change the message)
164162announcement_banner = true
165163
164+ # Enable Algolia DocSearch
165+ [params .search .algolia ]
166+ appId = " 6IOXA5JK7Z"
167+ apiKey = " 2b44a1d3530f9951dd6502059058984a"
168+ indexName = " selenium"
169+
166170# User interface configuration
167171[params .ui ]
168172# 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-
61{{ with .Site.Params.plausible_analytics }}
72< script defer data-domain ="selenium.dev " src ="https://plausible.io/js/plausible.js "> </ script >
83{{ end }}
You can’t perform that action at this time.
0 commit comments