File tree Expand file tree Collapse file tree 3 files changed +205
-233
lines changed Expand file tree Collapse file tree 3 files changed +205
-233
lines changed Original file line number Diff line number Diff line change @@ -148,25 +148,21 @@ export default defineConfig({
148
148
{
149
149
label : "🚀 Getting Started" ,
150
150
link : "/" ,
151
- collapsed : true ,
152
151
translations : { } ,
153
152
} ,
154
153
{
155
154
label : "📦 AstroCommunity" ,
156
155
link : "/astrocommunity" ,
157
- collapsed : true ,
158
156
translations : { } ,
159
157
} ,
160
158
{
161
159
label : "⌨️ Mappings" ,
162
160
link : "/mappings" ,
163
- collapsed : true ,
164
161
translations : { } ,
165
162
} ,
166
163
{
167
164
label : "📝 Using This Documentation" ,
168
165
link : "/using_the_docs" ,
169
- collapsed : true ,
170
166
translations : { } ,
171
167
} ,
172
168
{
@@ -190,19 +186,16 @@ export default defineConfig({
190
186
{
191
187
label : "⭐ Acknowledgements" ,
192
188
link : "/acknowledgements" ,
193
- collapsed : true ,
194
189
195
190
translations : { } ,
196
191
} ,
197
192
{
198
193
label : "👪 Code of Conduct" ,
199
- collapsed : true ,
200
194
link : "/code_of_conduct" ,
201
195
translations : { } ,
202
196
} ,
203
197
{
204
198
label : "❓ FAQ" ,
205
- collapsed : true ,
206
199
link : "/faq" ,
207
200
translations : { } ,
208
201
} ,
Original file line number Diff line number Diff line change 11
11
"upgrade" : " pnpm dlx @astrojs/upgrade"
12
12
},
13
13
"dependencies" : {
14
- "@astrojs/mdx" : " ^3.1.2 " ,
14
+ "@astrojs/mdx" : " ^3.1.3 " ,
15
15
"@astrojs/starlight" : " ^0.25.1" ,
16
16
"@astrojs/starlight-docsearch" : " ^0.1.1" ,
17
17
"@astrojs/starlight-tailwind" : " ^2.0.3" ,
18
18
"@astrojs/tailwind" : " ^5.1.0" ,
19
19
"@expressive-code/plugin-collapsible-sections" : " ^0.35.3" ,
20
- "astro" : " ^4.11.5 " ,
20
+ "astro" : " ^4.12.2 " ,
21
21
"sharp" : " ^0.33.4" ,
22
22
"starlight-image-zoom" : " ^0.1.0" ,
23
23
"starlight-links-validator" : " ^0.5.3" ,
You can’t perform that action at this time.
0 commit comments