mirror of https://github.com/dapr/docs.git
Merge branch 'v1.16' into jjcollinge/actors-strong-consistency
This commit is contained in:
commit
ebe1190cb3
|
|
@ -1,3 +1,12 @@
|
||||||
{{ with .Site.Params.search.algolia }}
|
{{ with .Site.Params.search.algolia }}
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@3" />
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@3" />
|
||||||
|
|
||||||
|
<script
|
||||||
|
async
|
||||||
|
src="https://widget.kapa.ai/kapa-widget.bundle.js"
|
||||||
|
data-website-id="8e5bac24-7723-4b77-9b1b-99d6e058a864"
|
||||||
|
data-project-name="dapr-docs"
|
||||||
|
data-project-color="#0D2192"
|
||||||
|
data-project-logo="https://cdn.prod.website-files.com/66965adecd57031ed9ad181e/689f979646c1922bbc244a8b_dapr-ai-icon-transparent.png"
|
||||||
|
></script>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
Loading…
Reference in New Issue