We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67105ac commit dca93a5Copy full SHA for dca93a5
1 file changed
web/src/pages/reference/[func].astro
@@ -93,6 +93,7 @@ const oopList = Array.isArray(funcInfo.oop) ? funcInfo.oop : funcInfo.oop ? [fun
93
frontmatter={{
94
template: 'doc',
95
title: func.id,
96
+ description: funcInfo.description,
97
tableOfContents: false,
98
}}
99
>
0 commit comments