@@ -6,7 +6,10 @@ module.exports = {
66 includeLevel : [ 2 ]
77 }
88 } ,
9- head : [ [ 'link' , { rel : 'icon' , href : '/favicon.png' } ] ] ,
9+ head : [
10+ [ 'link' , { rel : 'icon' , href : '/favicon.png' } ] ,
11+ [ 'script' , { src : 'https://cdnjs.cloudflare.com/ajax/libs/diff2html/2.12.1/diff2html.min.js' } ]
12+ ] ,
1013 themeConfig : {
1114 repo : 'DivanteLtd/vue-storefront' ,
1215 docsDir : 'docs' ,
@@ -48,7 +51,9 @@ module.exports = {
4851 'cookbook/internals' ,
4952 'cookbook/vue' ,
5053 'cookbook/multistores' ,
51- 'cookbook/migration'
54+ 'cookbook/migration' ,
55+ 'cookbook/checklist' ,
56+ 'cookbook/history'
5257 ] ,
5358 } ,
5459 {
@@ -94,17 +99,6 @@ module.exports = {
9499 'core-themes/stylesheets' ,
95100 ] ,
96101 } ,
97- {
98- title : 'Components' ,
99- collapsable : false ,
100- children : [
101- 'components/home-page' ,
102- 'components/category-page' ,
103- 'components/product' ,
104- 'components/modal' ,
105- 'components/events-list'
106- ] ,
107- } ,
108102 {
109103 title : 'Data in Vue Storefront' ,
110104 collapsable : false ,
@@ -119,16 +113,6 @@ module.exports = {
119113 'data/data-loader'
120114 ] ,
121115 } ,
122- {
123- title : 'Extensions' ,
124- collapsable : false ,
125- children : [
126- 'extensions/introduction' ,
127- 'extensions/extending-api' ,
128- 'extensions/extending-server-side-routes' ,
129- 'extensions/extensions-to-modify-results'
130- ] ,
131- } ,
132116 {
133117 title : 'Working with Vuex' ,
134118 collapsable : false ,
@@ -141,19 +125,6 @@ module.exports = {
141125 'vuex/attribute-store' ,
142126 ] ,
143127 } ,
144- {
145- title : 'Modules' ,
146- collapsable : false ,
147- children : [
148- 'modules/introduction' ,
149- 'modules/cart' ,
150- // 'modules/catalog',
151- 'modules/user' ,
152- 'modules/checkout' ,
153- 'modules/order' ,
154- //'modules/review'
155- ] ,
156- } ,
157128 {
158129 title : 'Integrations' ,
159130 collapsable : false ,
@@ -168,6 +139,15 @@ module.exports = {
168139 'integrations/multistore' ,
169140 ] ,
170141 } ,
142+ {
143+ title : 'Archives' ,
144+ collapsable : true ,
145+ children : [
146+ 'archives/modules' ,
147+ 'archives/extensions' ,
148+ 'archives/components'
149+ ] ,
150+ } ,
171151 ] ,
172152 } ,
173153 } ,
0 commit comments