Skip to content

Commit 7e51b4a

Browse files
committed
complete initial local/client search setup
1 parent 578f6fc commit 7e51b4a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

site/docusaurus.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,12 @@ const config: Config = {
128128
language: ['en'],
129129
indexDocs: true,
130130
indexBlog: false,
131+
indexPages: false,
132+
docsRouteBasePath: routeBasePath,
131133
highlightSearchTermsOnTargetPage: true,
134+
searchResultLimits: 8,
135+
// Explicitly set the search bar position
136+
searchBarPosition: 'right',
132137
},
133138
],
134139
'@docusaurus/theme-mermaid',

0 commit comments

Comments
 (0)