Skip to content

Commit d248b76

Browse files
authored
Add kapa.ai script (#4853)
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
1 parent df0712d commit d248b76

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
11
{{ with .Site.Params.algolia_docsearch }}
22
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@3" />
3+
4+
<script
5+
async
6+
src="https://widget.kapa.ai/kapa-widget.bundle.js"
7+
data-website-id="8e5bac24-7723-4b77-9b1b-99d6e058a864"
8+
data-project-name="Dapr Docs AI"
9+
data-modal-title="Dapr Docs AI assistant"
10+
data-project-color="#ff4e00"
11+
data-project-logo="https://cdn.prod.website-files.com/66965adecd57031ed9ad181e/689f979646c1922bbc244a8b_dapr-ai-icon-transparent.png"
12+
data-modal-open-by-default="false"
13+
data-modal-disclaimer="Answers are based on the Dapr docs, relevant websites, and GitHub repositories. Always double check the results and please provide feedback with a 👍 or 👎 so we continue to improve this service."
14+
data-modal-example-questions="How do I get started with Dapr?, How do I use Kafka with Dapr Pub/Sub?, How do I run Dapr in production?, How do I build agentic AI with Dapr?"
15+
data-modal-example-questions-title="Try asking:"
16+
data-modal-ask-ai-input-placeholder="Ask me anything Dapr-related..."
17+
data-answer-cta-button-enabled="true"
18+
data-answer-cta-button-link="https://bit.ly/dapr-discord"
19+
data-answer-cta-button-text="Join us on Discord"
20+
data-modal-header-bg-color="#0D2192"
21+
data-modal-title-color="#FFFFFF"
22+
data-modal-image-height="32"
23+
data-modal-image-width="32"
24+
></script>
325
{{ end }}

0 commit comments

Comments
 (0)