add kapa bot

This commit is contained in:
James Gallagher 2023-10-30 15:13:33 +00:00
parent f34993c202
commit c036aa9bd6
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,10 @@
document.addEventListener("DOMContentLoaded", function () {
var script = document.createElement("script");
script.src = "https://widget.kapa.ai/kapa-widget.bundle.js";
script.setAttribute("data-website-id", "e83c5c60-2968-410b-a2da-08fb104f23df");
script.setAttribute("data-project-name", "Roboflow");
script.setAttribute("data-project-color", "#6405C9");
script.setAttribute("data-project-logo", "https:/media.roboflow.com/chat.png");
script.async = true;
document.head.appendChild(script);
});

View File

@ -93,3 +93,7 @@ markdown_extensions:
alternate_style: true
- toc:
permalink: true
extra_javascript:
- "https://widget.kapa.ai/kapa-widget.bundle.js"
- "javascript/init_kapa_widget.js"