fix(docs): Updated astro.config.mjs

AstroJS will show automatically all mdx-files in the folder "getting-started"
This commit is contained in:
2026-07-15 00:47:10 +02:00
parent 7fa7211d8e
commit 3d79b545d4
+1 -1
View File
@@ -18,7 +18,7 @@ export default defineConfig({
sidebar: [
{
label: 'Start Here',
items: [{ label: 'Getting Started', slug: 'getting-started' }],
items: [{ autogenerate: { "directory": "getting-started" } }],
},
{
label: 'Architecture',