@@ -93,18 +93,6 @@ module.exports = {
9393 [ '/installation-setup/configure-integration' , 'Configuring Vue Storefront' ] ,
9494 ] ,
9595 } ,
96- {
97- title : 'Getting started' ,
98- collapsable : true ,
99- children : [
100- [ '/getting-started/introduction' , 'Introduction' ] ,
101- [ '/getting-started/project-structure' , 'Project structure' ] ,
102- [ '/getting-started/configuration' , 'Configuration' ] ,
103- [ '/getting-started/layouts-and-routing' , 'Layouts and Routing' ] ,
104- [ '/getting-started/theme' , 'Theme' ] ,
105- [ '/getting-started/internationalization' , 'Internationalization' ] ,
106- ] ,
107- } ,
10896 {
10997 title : 'Composition' ,
11098 collapsable : true ,
@@ -164,6 +152,18 @@ module.exports = {
164152 [ '/improvements/analytics/' , 'Analytics' ] ,
165153 ] ,
166154 } ,
155+ {
156+ title : 'Learn Vue Storefront' ,
157+ collapsable : true ,
158+ children : [
159+ [ 'https://docs.vuestorefront.io/v2/getting-started/introduction.html' , 'What is Vue Storefront?' ] ,
160+ [ 'https://docs.vuestorefront.io/v2/getting-started/project-structure.html' , 'Project structure' ] ,
161+ [ 'https://docs.vuestorefront.io/v2/getting-started/configuration.html' , 'Configuration' ] ,
162+ [ 'https://docs.vuestorefront.io/v2/getting-started/layouts-and-routing.html' , 'Layouts and Routing' ] ,
163+ [ 'https://docs.vuestorefront.io/v2/getting-started/theme.html' , 'Theme' ] ,
164+ [ 'https://docs.vuestorefront.io/v2/getting-started/internationalization.html' , 'Internationalization' ] ,
165+ ] ,
166+ } ,
167167 ] ,
168168 } ,
169169} ;
0 commit comments