We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cf395d commit ccaf09dCopy full SHA for ccaf09d
packages/docs/app/functions/hooks/[name].paths.mts
@@ -144,6 +144,7 @@ export default {
144
...(jsdoc.warning && {
145
warning: jsdoc.warning.description
146
}),
147
+ browserapi: jsdoc.browserapi,
148
description: jsdoc.description.description,
149
category: jsdoc.category!.name,
150
lastModified: new Date(lastCommit?.date ?? new Date()).getTime(),
0 commit comments