diff --git a/docusaurus.config.js b/docusaurus.config.js index 7e22af866..d2fe41ed8 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -247,17 +247,7 @@ const config = { }), themes: [ - [ - require.resolve("@easyops-cn/docusaurus-search-local"), - { - hashed: true, - language: ["zh"], - highlightSearchTermsOnTargetPage: true, - explicitSearchResultPath: true, - indexBlog: false, - docsRouteBasePath: "/" - }, - ], '@docusaurus/theme-mermaid' + '@docusaurus/theme-mermaid' ], };