mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
limit search to docs (#3453)
This commit is contained in:
@@ -9,6 +9,7 @@ document.addEventListener("DOMContentLoaded", function () {
|
||||
script.setAttribute("data-project-logo", "/_images/assets/n8n-icon-kapa-modal.png");
|
||||
// Enable non-AI search https://docs.kapa.ai/integrations/website-widget/search
|
||||
script.setAttribute("data-search-mode-enabled", true);
|
||||
script.setAttribute("data-search-include-source-names", '["Documentation"]')
|
||||
// Hide the Kapa widget
|
||||
script.setAttribute("data-button-hide", true);
|
||||
// MkDocs tries to squeeze the modal
|
||||
|
||||
Reference in New Issue
Block a user