mirror of https://github.com/dapr/docs.git
Update algolia search
This commit is contained in:
parent
e0b0ea00d1
commit
b48f9c4c09
|
|
@ -52,6 +52,7 @@ copyright = "Dapr"
|
||||||
|
|
||||||
# Algolia
|
# Algolia
|
||||||
algolia_docsearch = true
|
algolia_docsearch = true
|
||||||
|
offlineSearch = false
|
||||||
|
|
||||||
# GitHub Information
|
# GitHub Information
|
||||||
github_repo = "https://github.com/dapr/docs"
|
github_repo = "https://github.com/dapr/docs"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,3 @@
|
||||||
{{ with .Site.Params.algolia_docsearch }}
|
{{ with .Site.Params.algolia_docsearch }}
|
||||||
<link
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
|
||||||
rel="stylesheet"
|
|
||||||
href="https://cdn.jsdelivr.net/npm/docsearch.js@2.6.3/dist/cdn/docsearch.min.css"
|
|
||||||
/>
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
Loading…
Reference in New Issue