Skip to content

Commit

Permalink
search bar
Browse files Browse the repository at this point in the history
  • Loading branch information
JustYuuto committed Dec 20, 2024
1 parent 5e9366a commit 966ea94
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Binary file modified bun.lockb
Binary file not shown.
3 changes: 3 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ const config: Config = {
darkTheme: prismThemes.dracula,
},
} satisfies Preset.ThemeConfig,
plugins: [
require.resolve('docusaurus-lunr-search')
],
};

export default config;
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@docusaurus/preset-classic": "3.6.3",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"docusaurus-lunr-search": "^3.5.0",
"prism-react-renderer": "^2.3.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
Expand Down

0 comments on commit 966ea94

Please sign in to comment.