We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ded1a8 commit 337cf75Copy full SHA for 337cf75
docusaurus.config.js
@@ -232,15 +232,6 @@ const config = {
232
},
233
plugins: [
234
require.resolve('docusaurus-plugin-image-zoom'),
235
- [
236
- require.resolve('docusaurus-lunr-search'),
237
- {
238
- language: ['en'],
239
- indexBaseUrl: true,
240
- maxHits: 10,
241
- highlightResult: true,
242
- }
243
- ],
244
[
245
'@docusaurus/plugin-client-redirects',
246
{
package.json
@@ -28,7 +28,6 @@
28
"@mdx-js/react": "^1.6.22",
29
"clsx": "^1.1.1",
30
"docs-to-pdf": "^0.6.2",
31
- "docusaurus-lunr-search": "^3.3.2",
32
"docusaurus-plugin-image-zoom": "^1.0.0",
33
"docusaurus-plugin-openapi-docs": "^2.1.2",
34
"docusaurus-theme-openapi-docs": "^2.1.2",
0 commit comments