@@ -208,14 +208,15 @@ const sidebar14x = {
208208 ] ,
209209} ;
210210
211- // Default version (13 .x) sidebar without version prefix
211+ // Default version (14 .x) sidebar without version prefix
212212const sidebarDefault = {
213213 '/docs/' : [
214214 {
215215 text : 'Getting started' ,
216216 items : [
217217 { text : 'Introduction' , link : '/docs/start/intro' } ,
218218 { text : 'Quick Start' , link : '/docs/start/quick-start' } ,
219+ { text : 'v14 Migration' , link : '/docs/start/migration-v14' } ,
219220 ] ,
220221 } ,
221222 {
@@ -250,7 +251,6 @@ const sidebarDefault = {
250251 { text : 'How to Query' , link : '/docs/guides/how-to-query' } ,
251252 { text : 'Common Mistakes' , link : '/docs/guides/common-mistakes' } ,
252253 { text : 'LLM Guidelines' , link : '/docs/guides/llm-guidelines' } ,
253- { text : 'React 19' , link : '/docs/guides/react-19' } ,
254254 { text : 'Troubleshooting' , link : '/docs/guides/troubleshooting' } ,
255255 { text : 'FAQ' , link : '/docs/guides/faq' } ,
256256 {
@@ -270,32 +270,13 @@ const sidebarDefault = {
270270 { text : 'Understanding Act' , link : '/docs/advanced/understanding-act' } ,
271271 ] ,
272272 } ,
273- {
274- text : 'Migration Guides' ,
275- collapsed : true ,
276- items : [
277- { text : 'v13 Migration' , link : '/docs/migration/v13' } ,
278- { text : 'Jest Matchers' , link : '/docs/migration/jest-matchers' } ,
279- {
280- text : 'Previous versions' ,
281- collapsed : true ,
282- items : [
283- { text : 'v12' , link : '/docs/migration/previous/v12' } ,
284- { text : 'v11' , link : '/docs/migration/previous/v11' } ,
285- { text : 'v9' , link : '/docs/migration/previous/v9' } ,
286- { text : 'v7' , link : '/docs/migration/previous/v7' } ,
287- { text : 'v2' , link : '/docs/migration/previous/v2' } ,
288- ] ,
289- } ,
290- ] ,
291- } ,
292273 ] ,
293274 '/cookbook/' : [
294275 { text : 'Cookbook' , link : '/cookbook/' } ,
295276 {
296277 text : 'Basic Recipes' ,
297278 items : [
298- { text : 'Async Tests ' , link : '/cookbook/basics/async-tests ' } ,
279+ { text : 'Async Events ' , link : '/cookbook/basics/async-events ' } ,
299280 { text : 'Custom Render' , link : '/cookbook/basics/custom-render' } ,
300281 ] ,
301282 } ,
@@ -332,7 +313,7 @@ export default defineConfig({
332313 // Shiki is now the default code highlighter
333314 } ,
334315 multiVersion : {
335- default : '13 .x' ,
316+ default : '14 .x' ,
336317 versions : [ '12.x' , '13.x' , '14.x' ] ,
337318 } ,
338319 route : {
0 commit comments