We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b3d0f8 commit 21380afCopy full SHA for 21380af
docusaurus.config.ts
@@ -189,6 +189,7 @@ const config: Config = {
189
} satisfies Preset.ThemeConfig,
190
191
plugins: [
192
+ require.resolve("docusaurus-lunr-search"),
193
[
194
"docusaurus-plugin-typedoc",
195
{
package.json
@@ -26,6 +26,7 @@
26
"@docusaurus/remark-plugin-npm2yarn": "^3.7.0",
27
"@mdx-js/react": "^3.1.0",
28
"clsx": "^2.0.0",
29
+ "docusaurus-lunr-search": "3.6.0",
30
"prism-react-renderer": "^2.4.1",
31
"react": "^18.0.0",
32
"react-dom": "^18.0.0"
0 commit comments