Skip to content

Commit 4ee6eb8

Browse files
authored
Algolia Part 2 (#155)
* Add Algolia * Enable Algolia * Rm local search
1 parent 5436263 commit 4ee6eb8

File tree

3 files changed

+1037
-1129
lines changed

3 files changed

+1037
-1129
lines changed

mirror-docs/docusaurus.config.js

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -342,15 +342,7 @@ const config = {
342342
},
343343
},
344344
}),
345-
// https://github.com/cmfcmf/docusaurus-search-local#usage
346-
plugins: [
347-
[
348-
require.resolve("@cmfcmf/docusaurus-search-local"),
349-
{
350-
style: undefined
351-
}
352-
],
353-
],
345+
plugins: [],
354346
};
355347

356348
module.exports = config;

mirror-docs/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"typecheck": "tsc"
1616
},
1717
"dependencies": {
18-
"@cmfcmf/docusaurus-search-local": "^1.1.0",
1918
"@docusaurus/core": "^3.2.0",
2019
"@docusaurus/preset-classic": "^3.2.0",
2120
"@mdx-js/react": "^3.0.0",

0 commit comments

Comments
 (0)