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

shuai pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/answer-website.git


The following commit(s) were added to refs/heads/main by this push:
     new f4747390a fix: cancel algolia search
f4747390a is described below

commit f4747390a00808f86e4d641ab986afeb3205b59e
Author: shuai <[email protected]>
AuthorDate: Mon Dec 22 12:26:00 2025 +0800

    fix: cancel algolia search
---
 docusaurus.config.js | 20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index ee75492cb..12bdec595 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -82,20 +82,19 @@ const config = {
     ({
       metadata: [
         {name: 'keywords', content: 'Free, Open-source, Q&A Platform, 
Knowledge Sharing Platform, Community Forum, Knowledge Base, Developer Hub, 
Support Center'},
-        {name: 'algolia-site-verification', content: '3A471B5511A7A6CD'},
       ],
       colorMode: {
         defaultMode: 'light',
         disableSwitch: true,
         respectPrefersColorScheme: false,
       },
-      algolia: {
-        appId: '3HYC7VUYNM',
-        apiKey: 'a5ab35036f4ec013766e0d65f4f9a1ad',
-        indexName: 'answer_apache_org_3hyc7vuynm_pages',
-        contextualSearch: true,
-        debug: true
-      },
+      // algolia: {
+      //   appId: '3HYC7VUYNM',
+      //   apiKey: 'a5ab35036f4ec013766e0d65f4f9a1ad',
+      //   indexName: 'answer_apache_org_3hyc7vuynm_pages',
+      //   contextualSearch: true,
+      //   debug: true
+      // },
       navbar: {
         logo: {
           alt: 'Answer Logo',
@@ -183,10 +182,6 @@ const config = {
             position: 'right',
             className: 'bi bi-github navbar-icon-link',
           },
-          {
-            type: 'search',
-            position: 'right',
-          },
         ],
       },
       prism: {
@@ -194,7 +189,6 @@ const config = {
         darkTheme: darkCodeTheme,
       },
       image: 'img/head-icon.png',
-      themes: ['@docusaurus/theme-search-algolia'],
     }),
 
   stylesheets: [

Reply via email to