@@ -6,6 +6,7 @@ export function sidebar(): DefaultTheme.SidebarItem[] {
66 text : 'Introduction' ,
77 items : [
88 { text : 'Getting started and installation' , link : '/guide/index.md' } ,
9+ { text : 'Upgrade guide' , link : '/guide/upgrade.md' } ,
910 { text : 'The entity class' , link : '/guide/entity-class.md' } ,
1011 { text : 'The Menu' , link : '/guide/building-menu.md' }
1112 ]
@@ -109,19 +110,5 @@ export function sidebar(): DefaultTheme.SidebarItem[] {
109110 { text : 'Style & Visual Theme' , link : '/guide/style-visual-theme.md' }
110111 ]
111112 } ,
112- {
113- text : 'Migrations guide' ,
114- collapsed : true ,
115- items : [
116- { text : 'Upgrading from 8.x to 9.x' , link : '/guide/upgrading/9.0.md' } ,
117- { text : 'Upgrading from 7.x to 8.x' , link : '/guide/upgrading/8.0.md' } ,
118- { text : 'Upgrading from 6.x to 7.x' , link : '/guide/upgrading/7.0.md' } ,
119- { text : 'Upgrading from 5.x to 6.x' , link : '/guide/upgrading/6.0.md' } ,
120- { text : 'Upgrading from 4.2.x to 5.x' , link : '/guide/upgrading/5.0.md' } ,
121- { text : 'Upgrading from 4.1.x to 4.2' , link : '/guide/upgrading/4.2.md' } ,
122- { text : 'Upgrading from 4.1 to 4.1.3' , link : '/guide/upgrading/4.1.3.md' } ,
123- { text : 'Upgrading from 4.0 to 4.1' , link : '/guide/upgrading/4.1.md' }
124- ]
125- }
126113 ] ;
127114}
0 commit comments