fix(docs): Updated astro.config.mjs
AstroJS will show automatically all mdx-files in the folder "getting-started"
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user