From 1248d2cab9cb5474bc7956633f1f384a29d915b3 Mon Sep 17 00:00:00 2001 From: Nate W Date: Thu, 2 Jul 2026 16:46:34 -0700 Subject: [PATCH 1/2] Add kapa.ai AI search widget to documentation pages Scope the widget to /documentation/ and /docs/ pages to match the kapa.ai integration's domain allowlist. Assisted-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Nate W --- _includes/site-header.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/_includes/site-header.html b/_includes/site-header.html index 17b3511d5..04deca0ca 100644 --- a/_includes/site-header.html +++ b/_includes/site-header.html @@ -18,4 +18,15 @@ gtag('config', 'UA-125249459-1'); + {% if page.url contains '/documentation/' or page.url contains '/docs/' %} + + + {% endif %} From 66bb68a3999d3c8ca0dc58766064dd52892a4f8b Mon Sep 17 00:00:00 2001 From: Nate W Date: Fri, 3 Jul 2026 08:20:41 -0700 Subject: [PATCH 2/2] Load kapa.ai widget site-wide and correct the Strimzi integration ID - Point data-website-id at the Strimzi integration; the previous ID belonged to the Argo project - Remove the documentation-only guard so the widget loads on every page - Switch data-project-logo to the square strimzi-icon.svg; the wordmark was cropped in the button and modal - Enlarge the launcher button Assisted-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Nate W --- _includes/site-header.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_includes/site-header.html b/_includes/site-header.html index 04deca0ca..4b2c4f828 100644 --- a/_includes/site-header.html +++ b/_includes/site-header.html @@ -18,15 +18,15 @@ gtag('config', 'UA-125249459-1'); - {% if page.url contains '/documentation/' or page.url contains '/docs/' %} - + - {% endif %}