diff --git a/astro.config.mjs b/astro.config.mjs index c573bb6..d8f6117 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -54,18 +54,18 @@ export default defineConfig({ ], sidebar: [ { - label: "Reference", - autogenerate: { directory: "reference" }, + label: 'Reference', + items: [{ autogenerate: { "directory": "reference" } }] }, { - label: "Guides", - autogenerate: { directory: "guides" }, + label: 'Guides', + items: [{ autogenerate: { "directory": "guides" } }] }, { - label: "Applications", + label: 'Applications', collapsed: true, - autogenerate: { directory: "applications" }, - }, + items: [{ autogenerate: { "directory": "applications" } }] + }, ], }) ], diff --git a/bun.lock b/bun.lock index f070318..ad0c5e2 100644 --- a/bun.lock +++ b/bun.lock @@ -1777,6 +1777,8 @@ "astro/@astrojs/compiler": ["@astrojs/compiler@4.0.0", "", {}, "sha512-eouss7G8ygdZqHuke033VMcVw5HTZUu+PXd/h06DGDUg/jt5btPYPqh66ENWw/mU78rBrf/oeC4oqoBwMtDMNA=="], + "astro-eslint-parser/@astrojs/compiler": ["@astrojs/compiler@3.0.1", "", {}, "sha512-z97oYbdebO5aoWzuJ/8q5hLK232+17KcLZ7cJ8BCWk6+qNzVxn/gftC0KzMBUTD8WAaBkPpNSQK6PXLnNrZ0CA=="], + "astro-eslint-parser/eslint-scope": ["eslint-scope@8.4.0", "", { "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^5.2.0" } }, "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg=="], "astro-eslint-parser/eslint-visitor-keys": ["eslint-visitor-keys@4.2.1", "", {}, "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ=="],