We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e56fa08 commit f5f63c3Copy full SHA for f5f63c3
1 file changed
src/server/docs.plugin.ts
@@ -68,6 +68,7 @@ export class DocsPlugin {
68
const bar = progress.defaultBar()
69
bar.start(this.docs.length, 0, {prefix: 'rendering images', suffix: '-'})
70
for (const doc of this.docs) {
71
+ console.log("doc", doc)
72
if (!doc?.metadata.permalink) {
73
continue;
74
}
0 commit comments