Skip to content

Commit ffaad0b

Browse files
committed
Increase DocSearch results per section from 5 to 20
Add maxResultsPerGroup parameter to show up to 20 results per hierarchical section instead of the default 5. This improves discoverability when using section filters or searching popular terms. Before: Hard limit of 5 results per section (no 'show more') After: Shows up to 20 results per section
1 parent b6dcdea commit ffaad0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/.vuepress/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ export default defineUserConfig({
129129
appId: 'GRSXNRCDRG',
130130
apiKey: 'c463f74d6f36a5af808650e0f69aadfa',
131131
indexName: 'prod_rundeck_docs',
132+
maxResultsPerGroup: 20,
132133
searchParameters: {
133134
hitsPerPage: 100,
134135
facetFilters: [`version:${setup.base}`],

0 commit comments

Comments
 (0)