Skip to content

Commit 6ccf649

Browse files
committed
fix: remove unnecessary collapsed keys
1 parent 19e7031 commit 6ccf649

File tree

3 files changed

+205
-233
lines changed

3 files changed

+205
-233
lines changed

astro.config.mjs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -148,25 +148,21 @@ export default defineConfig({
148148
{
149149
label: "🚀 Getting Started",
150150
link: "/",
151-
collapsed: true,
152151
translations: {},
153152
},
154153
{
155154
label: "📦 AstroCommunity",
156155
link: "/astrocommunity",
157-
collapsed: true,
158156
translations: {},
159157
},
160158
{
161159
label: "⌨️ Mappings",
162160
link: "/mappings",
163-
collapsed: true,
164161
translations: {},
165162
},
166163
{
167164
label: "📝 Using This Documentation",
168165
link: "/using_the_docs",
169-
collapsed: true,
170166
translations: {},
171167
},
172168
{
@@ -190,19 +186,16 @@ export default defineConfig({
190186
{
191187
label: "⭐ Acknowledgements",
192188
link: "/acknowledgements",
193-
collapsed: true,
194189

195190
translations: {},
196191
},
197192
{
198193
label: "👪 Code of Conduct",
199-
collapsed: true,
200194
link: "/code_of_conduct",
201195
translations: {},
202196
},
203197
{
204198
label: "❓ FAQ",
205-
collapsed: true,
206199
link: "/faq",
207200
translations: {},
208201
},

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"upgrade": "pnpm dlx @astrojs/upgrade"
1212
},
1313
"dependencies": {
14-
"@astrojs/mdx": "^3.1.2",
14+
"@astrojs/mdx": "^3.1.3",
1515
"@astrojs/starlight": "^0.25.1",
1616
"@astrojs/starlight-docsearch": "^0.1.1",
1717
"@astrojs/starlight-tailwind": "^2.0.3",
1818
"@astrojs/tailwind": "^5.1.0",
1919
"@expressive-code/plugin-collapsible-sections": "^0.35.3",
20-
"astro": "^4.11.5",
20+
"astro": "^4.12.2",
2121
"sharp": "^0.33.4",
2222
"starlight-image-zoom": "^0.1.0",
2323
"starlight-links-validator": "^0.5.3",

0 commit comments

Comments
 (0)