Skip to content

Commit 4302539

Browse files
committed
site: add kapa widget branding text
Signed-off-by: David Karlsson <[email protected]>
1 parent b65c890 commit 4302539

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)