File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ offlineSearch = false
152152offlineSearchMaxResults = 30
153153
154154# Enable Algolia DocSearch
155- algolia_docsearch = true
155+ search.algolia = true
156156
157157# Enable Plausible.io
158158plausible_analytics = true
Original file line number Diff line number Diff line change 1- {{ with .Site.Params.algolia_docsearch }}
1+ {{ with .Site.Params.search.algolia }}
22<!-- scripts for algolia docsearch -->
33< script src ="https://cdn.jsdelivr.net/npm/@docsearch/js@3 "> </ script >
44< script type ="text/javascript "> docsearch ( {
Original file line number Diff line number Diff line change 1- {{ with .Site.Params.algolia_docsearch }}
1+ {{ with .Site.Params.search.algolia }}
22<!-- stylesheet for algolia docsearch -->
33< link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/@docsearch/css@3 " />
44{{ end }}
You can’t perform that action at this time.
0 commit comments