We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c6a6d commit 9418222Copy full SHA for 9418222
1 file changed
src/server/docs.plugin.ts
@@ -68,7 +68,6 @@ 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
doc.metadata.permalink = "/index"
74
}
0 commit comments