Skip to content

Commit

Permalink
docusaurus change search plugin from
Browse files Browse the repository at this point in the history
@easyops-cn/docusaurus-search-local to docusaurus-lunr-search
  • Loading branch information
ReneWerner87 committed Nov 27, 2024
1 parent a448f33 commit 432d551
Show file tree
Hide file tree
Showing 3 changed files with 755 additions and 386 deletions.
8 changes: 1 addition & 7 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,7 @@ const config = {
locales: ['en'],
},
plugins: [
[require.resolve('@easyops-cn/docusaurus-search-local'),
{
hashed: true,
indexBlog: false,
docsRouteBasePath: '/',
},
],
require.resolve('docusaurus-lunr-search'),
[
'@docusaurus/plugin-client-redirects',
{
Expand Down
Loading

0 comments on commit 432d551

Please sign in to comment.