Skip to content

Commit 287552b

Browse files
committed
Remove blogs from search index
1 parent a420528 commit 287552b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docusaurus.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,12 @@ const config = {
129129
[
130130
require.resolve("@easyops-cn/docusaurus-search-local"),
131131
{
132+
indexDocs: true,
132133
indexPages: true,
134+
indexBlog: false,
133135
hashed: true,
134136
highlightSearchTermsOnTargetPage: true,
137+
docsRouteBasePath: ['/']
135138
},
136139
],
137140
],

0 commit comments

Comments
 (0)