From 3d79b545d475fcf3255341c48ac3ee5e8c45895f Mon Sep 17 00:00:00 2001 From: Ninosaurier Date: Wed, 15 Jul 2026 00:47:10 +0200 Subject: [PATCH] fix(docs): Updated astro.config.mjs AstroJS will show automatically all mdx-files in the folder "getting-started" --- docs/astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 3ac2f9b..df8acea 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -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',