Skip to content

Commit 5b16812

Browse files
authored
Merge pull request #6 from chkware/dev
feat: remove blogs from search index
2 parents f0fd4e9 + 287552b commit 5b16812

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)