Skip to content

Commit

Permalink
feat: add search feature (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
cr7258 authored Jun 25, 2024
1 parent 2df3b0f commit c0c2d75
Show file tree
Hide file tree
Showing 3 changed files with 1,042 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ const config = {
plugins: [
'docusaurus-plugin-sass',
'docusaurus-plugin-image-zoom',
[
require.resolve('docusaurus-lunr-search'), {
languages: ['en', 'zh']
}
]
],
presets: [
[
Expand Down
Loading

0 comments on commit c0c2d75

Please sign in to comment.