Skip to content

Commit 6100fb9

Browse files
docs: fix sidebar autogenerate format for Starlight 0.39
1 parent 9dca9c5 commit 6100fb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ export default defineConfig({
221221
},
222222
{
223223
label: "Commands",
224-
autogenerate: { directory: "commands" },
224+
items: [{ autogenerate: { directory: "commands" } }],
225225
},
226226
{
227227
label: "Resources",

0 commit comments

Comments
 (0)