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_docsearch = true
|
||||
offlineSearch = false
|
||||
|
||||
# GitHub Information
|
||||
github_repo = "https://github.com/dapr/docs"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,3 @@
|
|||
{{ with .Site.Params.algolia_docsearch }}
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/npm/docsearch.js@2.6.3/dist/cdn/docsearch.min.css"
|
||||
/>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
|
||||
{{ end }}
|
||||
Loading…
Reference in New Issue