feat(doc): add comment section

This commit is contained in:
thomas
2023-10-13 21:22:53 +02:00
parent a382701e62
commit ffba1ecf78
7 changed files with 591 additions and 138 deletions

View File

@@ -46,6 +46,10 @@ export default defineConfig({
`,
},
],
components: {
MarkdownContent: './src/components/Content.astro',
TableOfContents: './src/components/TableOfContents.astro',
},
}),
],
});