Doc 1545 kapa (#3426)

This commit is contained in:
Deborah Barnard
2025-08-01 15:36:35 +01:00
committed by GitHub
parent 73f923e052
commit a5650ea49e

View File

@@ -11,6 +11,8 @@ document.addEventListener("DOMContentLoaded", function () {
script.setAttribute("data-search-mode-enabled", true);
// Hide the Kapa widget
script.setAttribute("data-button-hide", true);
// MkDocs tries to squeeze the modal
script.setAttribute("data-modal-size", "900px");
// Make sure we don't track users, so we don't have to put this behind the cookie widget https://docs.kapa.ai/integrations/website-widget/user-tracking
script.setAttribute("data-user-analytics-cookie-enabled", false);
script.async = true;