Skip to content

Commit

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

0 comments on commit 6dd484f

Please sign in to comment.