Skip to content

Commit f474739

Browse files
committed
fix: cancel algolia search
1 parent 0f5a550 commit f474739

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

docusaurus.config.js

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -82,20 +82,19 @@ const config = {
8282
({
8383
metadata: [
8484
{name: 'keywords', content: 'Free, Open-source, Q&A Platform, Knowledge Sharing Platform, Community Forum, Knowledge Base, Developer Hub, Support Center'},
85-
{name: 'algolia-site-verification', content: '3A471B5511A7A6CD'},
8685
],
8786
colorMode: {
8887
defaultMode: 'light',
8988
disableSwitch: true,
9089
respectPrefersColorScheme: false,
9190
},
92-
algolia: {
93-
appId: '3HYC7VUYNM',
94-
apiKey: 'a5ab35036f4ec013766e0d65f4f9a1ad',
95-
indexName: 'answer_apache_org_3hyc7vuynm_pages',
96-
contextualSearch: true,
97-
debug: true
98-
},
91+
// algolia: {
92+
// appId: '3HYC7VUYNM',
93+
// apiKey: 'a5ab35036f4ec013766e0d65f4f9a1ad',
94+
// indexName: 'answer_apache_org_3hyc7vuynm_pages',
95+
// contextualSearch: true,
96+
// debug: true
97+
// },
9998
navbar: {
10099
logo: {
101100
alt: 'Answer Logo',
@@ -183,18 +182,13 @@ const config = {
183182
position: 'right',
184183
className: 'bi bi-github navbar-icon-link',
185184
},
186-
{
187-
type: 'search',
188-
position: 'right',
189-
},
190185
],
191186
},
192187
prism: {
193188
theme: lightCodeTheme,
194189
darkTheme: darkCodeTheme,
195190
},
196191
image: 'img/head-icon.png',
197-
themes: ['@docusaurus/theme-search-algolia'],
198192
}),
199193

200194
stylesheets: [

0 commit comments

Comments
 (0)