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 64908bc commit 41bbe51Copy full SHA for 41bbe51
packages/web/docusaurus.config.ts
@@ -40,6 +40,8 @@ const config: Config = {
40
],
41
42
plugins: [
43
+ require.resolve('docusaurus-lunr-search'),
44
+
45
async function customResolvers(context, options) {
46
return {
47
name: "custom-resolve",
packages/web/package.json
@@ -34,6 +34,7 @@
34
"ajv": "^8.12.0",
35
"clsx": "^1.2.1",
36
"docusaurus-json-schema-plugin": "^1.12.1",
37
+ "docusaurus-lunr-search": "^3.5.0",
38
"prism-react-renderer": "^2.1.0",
39
"raw-loader": "^4.0.2",
"react": "^18.0.0",
0 commit comments