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: [
|
sidebar: [
|
||||||
{
|
{
|
||||||
label: 'Start Here',
|
label: 'Start Here',
|
||||||
items: [{ label: 'Getting Started', slug: 'getting-started' }],
|
items: [{ autogenerate: { "directory": "getting-started" } }],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Architecture',
|
label: 'Architecture',
|
||||||
|
|||||||
Reference in New Issue
Block a user