From 4302539dac004f4cbd61bd05d3bcfd471210a910 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Mon, 9 Sep 2024 10:23:24 +0200 Subject: [PATCH] site: add kapa widget branding text Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- layouts/partials/head.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 0815cdbd61c2..62b07bb17900 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -70,6 +70,7 @@ 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!'); script.setAttribute('data-modal-disclaimer-bg-color', '#e5f2fc'); script.setAttribute('data-modal-disclaimer-text-color', '#086dd7'); + script.setAttribute('data-kapa-branding-text', 'powered by [kapa.ai](https://www.kapa.ai) and Docker'); script.async = true; document.body.appendChild(script); });