feat(doc): improve documentation authoring exp

This commit is contained in:
thomas
2023-10-14 21:01:45 +02:00
parent c117f43c5c
commit e8bf7cbe43
45 changed files with 293 additions and 1027 deletions

View File

@@ -49,6 +49,7 @@ export default defineConfig({
components: {
MarkdownContent: './src/components/Content.astro',
TableOfContents: './src/components/TableOfContents.astro',
PageTitle: './src/components/PageTitle.astro',
},
}),
],