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 94a9f2b commit 62c0fffCopy full SHA for 62c0fff
docusaurus.config.js
@@ -145,4 +145,14 @@ module.exports = {
145
},
146
],
147
148
+ plugins: [
149
+ [
150
+ require.resolve("@easyops-cn/docusaurus-search-local"),
151
+ {
152
+ indexDocs: false,
153
+ indexBlog: true,
154
+ indexPages: true,
155
+ },
156
+ ],
157
158
};
package.json
@@ -16,6 +16,7 @@
16
"dependencies": {
17
"@docusaurus/core": "^3.5.2",
18
"@docusaurus/preset-classic": "^3.5.2",
19
+ "@easyops-cn/docusaurus-search-local": "^0.48.5",
20
"@mdx-js/react": "^3.0.1",
21
"@svgr/webpack": "^5.5.0",
22
"clsx": "^1.1.1",
0 commit comments