From e4c5e477f5e27fbd64bd4b4f1b2df0fec92c33f4 Mon Sep 17 00:00:00 2001 From: Reinhard Hatko Date: Thu, 2 Jul 2026 16:40:50 +0200 Subject: [PATCH] Remove the Kapa AI chatbot (widget and policy) - Remove the Kapa widget from material-overrides/main.html. - Remove the AI Chatbot Policy page and its nav entry. - Drop the AI-chatbot clause from the Terms of Use (keeping the CDN notice). --- docs/policies/.nav.yml | 1 - docs/policies/ai-chatbot-policy.md | 8 --- docs/policies/terms-of-use.md | 2 +- material-overrides/main.html | 79 ------------------------------ 4 files changed, 1 insertion(+), 89 deletions(-) delete mode 100644 docs/policies/ai-chatbot-policy.md diff --git a/docs/policies/.nav.yml b/docs/policies/.nav.yml index 50f7c544f..0a00f5c8b 100644 --- a/docs/policies/.nav.yml +++ b/docs/policies/.nav.yml @@ -2,4 +2,3 @@ footer_nav: true nav: - 'Terms of Use': terms-of-use.md - - 'AI Chatbot Policy': ai-chatbot-policy.md diff --git a/docs/policies/ai-chatbot-policy.md b/docs/policies/ai-chatbot-policy.md deleted file mode 100644 index 4f21f01a8..000000000 --- a/docs/policies/ai-chatbot-policy.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: AI Chatbot Policy -description: This AI chatbot policy outlines the terms, conditions, and guidelines you agree to when accessing or using the AI chatbot provided through this Website. -hide: - - feedback ---- - ---8<-- 'https://raw.githubusercontent.com/w3f/polkadot-wiki/refs/heads/master/docs/policies/chatbot-terms.md:5' diff --git a/docs/policies/terms-of-use.md b/docs/policies/terms-of-use.md index 497211684..9419f7344 100644 --- a/docs/policies/terms-of-use.md +++ b/docs/policies/terms-of-use.md @@ -9,7 +9,7 @@ hide: This website provides primarily static, informational content about the Polkadot network, and is provided "as is" and "as available" without warranties of any kind, either express or implied, including but not limited to warranties of merchantability, fitness for a particular purpose, or non-infringement. Any interactive tools or utilities made available on this website (including network/wallet configuration buttons and address or key conversion utilities) are provided for convenience only, are used entirely at your own risk, and do not constitute a recommendation to transact or any financial, investment, or legal advice. -We do not use cookies (although your browser's local storage may be used to remember basic preferences such as light/dark theme), collect personal data, or provide financial or legal advice. Certain technical data may be automatically collected by your internet service provider or web browser. This is beyond our control. This website embeds certain third-party resources (including an AI chatbot widget and a JavaScript content delivery network), which may receive your IP address and, in the case of the chatbot, any information you choose to submit to it. Use of the AI chatbot is governed by our separate [AI Chatbot Policy](/policies/ai-chatbot-policy/). +We do not use cookies (although your browser's local storage may be used to remember basic preferences such as light/dark theme), collect personal data, or provide financial or legal advice. Certain technical data may be automatically collected by your internet service provider or web browser. This is beyond our control. This website embeds a third-party JavaScript content delivery network, which may receive your IP address. Links to third-party sites are for reference only, do not imply endorsement, we have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party websites. diff --git a/material-overrides/main.html b/material-overrides/main.html index 46558cb3e..46d0d11c0 100644 --- a/material-overrides/main.html +++ b/material-overrides/main.html @@ -29,47 +29,6 @@ it — Jinja still processes the block tag.) #} {% block announce %}{% endblock %} -{% block libs %} - {{ super() }} - - - -{% endblock %} {% block site_nav %} {#- Navigation (left menu) -#} @@ -137,41 +96,3 @@ {%- endblock -%} -{% block scripts %} - {{ super() }} - -{% endblock %}