Update docusaurus.config.js

This commit is contained in:
lilingfengdev 2024-08-09 19:21:57 +08:00 committed by GitHub
parent 260e3baba8
commit 8c9ed22c79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'
],
};