Skip to content

Commit 76cc39c

Browse files
authored
Merge pull request #20803 from dvdksn/kapa-branding-text
site: add kapa widget branding text
2 parents b65c890 + 4302539 commit 76cc39c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

layouts/partials/head.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
script.setAttribute('data-modal-disclaimer', 'This is a custom LLM for answering questions about Docker. Answers are based on the contents of the documentation. This feature is experimental - rate the answers to let us know what you think!');
7171
script.setAttribute('data-modal-disclaimer-bg-color', '#e5f2fc');
7272
script.setAttribute('data-modal-disclaimer-text-color', '#086dd7');
73+
script.setAttribute('data-kapa-branding-text', 'powered by [kapa.ai](https://www.kapa.ai) and Docker');
7374
script.async = true;
7475
document.body.appendChild(script);
7576
});

0 commit comments

Comments
 (0)