There was an error while loading. Please reload this page.
1 parent 7b4c476 commit 90f46a6Copy full SHA for 90f46a6
2 files changed
docs/astro.config.mjs
@@ -74,7 +74,7 @@ export default defineConfig({
74
{
75
label: 'Changelog',
76
collapsed: true,
77
- autogenerate: { directory: 'changelog' }
+ items: [{autogenerate: { directory: 'changelog' } }],
78
}
79
],
80
social: [
docs/package.json
@@ -11,8 +11,8 @@
11
"astro": "astro"
12
},
13
"dependencies": {
14
- "@astrojs/starlight": "^0.36.2",
15
- "astro": "^5.15.3",
16
- "starlight-auto-sidebar": "^0.1.3"
+ "@astrojs/starlight": "^0.39.1",
+ "astro": "^6.3.1",
+ "starlight-auto-sidebar": "^0.4.0"
17
18
0 commit comments