forked from NangoHQ/nango
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscript.js
19 lines (15 loc) · 1.25 KB
/
script.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/\* eslint-disable no-undef \*/
var script = document.createElement("script");
script.src = "https://widget.kapa.ai/kapa-widget.bundle.js";
script.setAttribute("data-website-id", "d4b1f0f4-ea6f-4dc7-80c9-393418474105");
script.setAttribute("data-project-name", "Nango");
script.setAttribute("data-project-color", "#020202");
script.setAttribute(
"data-project-logo",
"https://avatars.githubusercontent.com/u/106751793?v=4");
script.setAttribute("data-modal-disclaimer", "This is a custom LLM for Nango.dev with access to all documentation, closed GitHub PRs and Issues and the API reference. Note that this is AI technology, so please use common sense.");
document.body.appendChild(script);
// Koala Start
window.koalaSettings = { host: 'https://bluegrass.nango.dev' };
!function(t){var k="ko",i=(window.globalKoalaKey=window.globalKoalaKey||k);if(window[i])return;var ko=(window[i]=[]);["identify","track","removeListeners","on","off","qualify","ready"].forEach(function(t){ko[t]=function(){var n=[].slice.call(arguments);return n.unshift(t),ko.push(n),ko}});var n=document.createElement("script");n.async=!0,n.setAttribute("src","https://shoegaze.nango.dev/v1/pk_799998f91877afef040206962ce1af164de9/sdk.js"),(document.body || document.head).appendChild(n)}();
// Koala End