Skip to content

Commit dca93a5

Browse files
committed
Use description field in StarlightPage frontmatter for better searching
1 parent 67105ac commit dca93a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/src/pages/reference/[func].astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ const oopList = Array.isArray(funcInfo.oop) ? funcInfo.oop : funcInfo.oop ? [fun
9393
frontmatter={{
9494
template: 'doc',
9595
title: func.id,
96+
description: funcInfo.description,
9697
tableOfContents: false,
9798
}}
9899
>

0 commit comments

Comments
 (0)