Merge branch 'v1.16' into jjcollinge/actors-strong-consistency

This commit is contained in:
Mark Fussell 2025-08-19 17:00:41 -07:00 committed by GitHub
commit ebe1190cb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 0 deletions

View File

@ -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 }}