Skip to content

Commit ccbfc50

Browse files
committed
fix(kapa): remove unused group id
All queries were failing
1 parent b9b85e7 commit ccbfc50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_static/kapa.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ document.addEventListener("DOMContentLoaded", function () {
66
script.setAttribute("data-project-color", "#000000");
77
script.setAttribute("data-project-logo", "https://docs.nethserver.org/projects/ns8/en/latest/_static/logo.png");
88
script.setAttribute("data-button-position-bottom", "120px");
9-
script.setAttribute("data-source-group-ids-include", "eae9b182-9aad-45f7-a616-30c91dd2e019,915b6e33-6790-4084-b8f7-33296993472d");
9+
script.setAttribute("data-source-group-ids-include", "eae9b182-9aad-45f7-a616-30c91dd2e019");
1010
script.setAttribute("data-modal-disclaimer", "This is an AI bot that will give you answers only about **NethServer and NethVoice 8**. Older NethServer or NethVoice versions are not supported.");
1111
script.async = true;
1212
document.head.appendChild(script);

0 commit comments

Comments
 (0)