This is an automated email from the ASF dual-hosted git repository.

sunyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 18e975b6aaf Revert "feat: integrate kapa into apisix.apache.org 
website (#1756)" (#1809)
18e975b6aaf is described below

commit 18e975b6aafeb7de3ac9e9904976a69638e2b715
Author: litesun <[email protected]>
AuthorDate: Tue Jul 23 14:36:36 2024 +0800

    Revert "feat: integrate kapa into apisix.apache.org website (#1756)" (#1809)
    
    This reverts commit 3d870fef85d081d91fcac07404b6be1b6c768d9b.
---
 blog/en/docusaurus.config.js | 12 ------------
 blog/zh/docusaurus.config.js | 12 ------------
 doc/docusaurus.config.js     | 12 ------------
 website/docusaurus.config.js | 12 ------------
 4 files changed, 48 deletions(-)

diff --git a/blog/en/docusaurus.config.js b/blog/en/docusaurus.config.js
index 7057e3fcd63..83a61e7d07c 100644
--- a/blog/en/docusaurus.config.js
+++ b/blog/en/docusaurus.config.js
@@ -105,18 +105,6 @@ module.exports = {
       trackingID: 'GTM-K24PRPS',
     },
   },
-  scripts: [
-    {
-      src: 'https://widget.kapa.ai/kapa-widget.bundle.js',
-      'data-website-id': '24b59d9a-682e-4c3d-9e83-bf2ee85cdc19',
-      'data-project-name': 'APISIX',
-      'data-project-color': '#E8442E',
-      'data-project-logo': 
'https://static.apiseven.com/202202/apache-apisix.png',
-      'data-modal-disclaimer': 'This is a custom LLM for APISIX with access to 
all developer documentation, GitHub issues and discussions.',
-      'data-modal-example-questions': 'Why we need APISIX?,How to deploy 
APISIX?,How to manage API Observability in APISIX?,How to proxy GraphQL 
requests?',
-      async: true,
-    },
-  ],
   stylesheets: [],
   /**
    * We need to check if we build site for preview env,
diff --git a/blog/zh/docusaurus.config.js b/blog/zh/docusaurus.config.js
index c00923a1906..54a298d18da 100644
--- a/blog/zh/docusaurus.config.js
+++ b/blog/zh/docusaurus.config.js
@@ -107,18 +107,6 @@ module.exports = {
       trackingID: 'GTM-K24PRPS',
     },
   },
-  scripts: [
-    {
-      src: 'https://widget.kapa.ai/kapa-widget.bundle.js',
-      'data-website-id': '24b59d9a-682e-4c3d-9e83-bf2ee85cdc19',
-      'data-project-name': 'APISIX',
-      'data-project-color': '#E8442E',
-      'data-project-logo': 
'https://static.apiseven.com/202202/apache-apisix.png',
-      'data-modal-disclaimer': 'This is a custom LLM for APISIX with access to 
all developer documentation, GitHub issues and discussions.',
-      'data-modal-example-questions': 'Why we need APISIX?,How to deploy 
APISIX?,How to manage API Observability in APISIX?,How to proxy GraphQL 
requests?',
-      async: true,
-    },
-  ],
   stylesheets: [],
   /**
    * We need to check if we build site for preview env,
diff --git a/doc/docusaurus.config.js b/doc/docusaurus.config.js
index 6223a7e14f7..ec1f63ec09f 100644
--- a/doc/docusaurus.config.js
+++ b/doc/docusaurus.config.js
@@ -280,18 +280,6 @@ module.exports = {
       trackingID: 'GTM-K24PRPS',
     },
   },
-  scripts: [
-    {
-      src: 'https://widget.kapa.ai/kapa-widget.bundle.js',
-      'data-website-id': '24b59d9a-682e-4c3d-9e83-bf2ee85cdc19',
-      'data-project-name': 'APISIX',
-      'data-project-color': '#E8442E',
-      'data-project-logo': 
'https://static.apiseven.com/202202/apache-apisix.png',
-      'data-modal-disclaimer': 'This is a custom LLM for APISIX with access to 
all developer documentation, GitHub issues and discussions.',
-      'data-modal-example-questions': 'What is Apache APISIX?,How to get 
started with APISIX?,How to proxy WebSocket connection?,How does Apache APISIX 
work with Keycloak?',
-      async: true,
-    },
-  ],
   stylesheets: [],
   /**
    * We need to check if we build site for preview env,
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index ddabd155b65..8a49ed8b012 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -149,18 +149,6 @@ module.exports = {
       trackingID: 'GTM-K24PRPS',
     },
   },
-  scripts: [
-    {
-      src: 'https://widget.kapa.ai/kapa-widget.bundle.js',
-      'data-website-id': '24b59d9a-682e-4c3d-9e83-bf2ee85cdc19',
-      'data-project-name': 'APISIX',
-      'data-project-color': '#E8442E',
-      'data-project-logo': 
'https://static.apiseven.com/202202/apache-apisix.png',
-      'data-modal-disclaimer': 'This is a custom LLM for APISIX with access to 
all developer documentation, GitHub issues and discussions.',
-      'data-modal-example-questions': 'What is the APISIX?,How to contribute?',
-      async: true,
-    },
-  ],
   stylesheets: [],
   /**
    * We need to check if we build site for preview env,

Reply via email to