We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bde08c commit 762b70bCopy full SHA for 762b70b
1 file changed
website/docusaurus.config.js
@@ -127,21 +127,6 @@ const config = {
127
theme: prismThemes.github,
128
darkTheme: prismThemes.dracula,
129
},
130
- algolia: {
131
- // The application ID provided by Algolia
132
- appId: '75FHVFAQ3R',
133
-
134
- // Public API key: it is safe to commit it
135
- apiKey: '04714ce72300f0bfb7f4d3b3ed1d0191',
136
137
- indexName: 'crawler_docusaurus v3',
138
139
- // Optional: see doc section below
140
- contextualSearch: true,
141
142
- // Optional: whether the insights feature is enabled or not on Docsearch (`false` by default)
143
- insights: false,
144
- },
145
}),
146
};
147
0 commit comments