@@ -3,15 +3,7 @@ module.exports = {
33 {
44 title : 'Main Concepts' ,
55 collapsable : false ,
6- children : [
7- '' ,
8- 'start' ,
9- 'frontend' ,
10- 'routes' ,
11- 'models' ,
12- 'api' ,
13- 'distribution'
14- ]
6+ children : [ '' , 'start' , 'frontend' , 'routes' , 'models' , 'api' , 'distribution' ] ,
157 } ,
168 {
179 title : 'Reference Guides' ,
@@ -27,8 +19,8 @@ module.exports = {
2719 'permissions' ,
2820 'settings' ,
2921 'testing' ,
30- 'theme'
31- ]
22+ 'theme' ,
23+ ] ,
3224 } ,
3325 {
3426 title : 'Advanced Guides' ,
@@ -45,21 +37,13 @@ module.exports = {
4537 'notifications' ,
4638 'post-types' ,
4739 'search' ,
48- 'service-provider'
49- ]
40+ 'service-provider' ,
41+ ] ,
5042 } ,
5143 {
5244 title : 'Update Guides' ,
5345 collapsable : false ,
54- children : [
55- 'update-b16' ,
56- 'update-b15' ,
57- 'update-b14' ,
58- 'update-b13' ,
59- 'update-b12' ,
60- 'update-b10' ,
61- 'update-b8' ,
62- ]
46+ children : [ 'update-b16' , 'update-b15' , 'update-b14' , 'update-b13' , 'update-b12' , 'update-b10' , 'update-b8' ] ,
6347 } ,
6448 // {
6549 // title: 'Themes',
@@ -80,44 +64,22 @@ module.exports = {
8064 {
8165 title : 'Introduction' ,
8266 collapsable : false ,
83- children : [
84- '' ,
85- 'code-of-conduct' ,
86- 'releases' ,
87- 'contributing' ,
88- 'bugs' ,
89- 'faq'
90- ]
67+ children : [ '' , 'code-of-conduct' , 'releases' , 'contributing' , 'bugs' , 'faq' ] ,
9168 } ,
9269 {
9370 title : 'Setting Up' ,
9471 collapsable : false ,
95- children : [
96- 'composer' ,
97- 'install' ,
98- 'update' ,
99- 'troubleshoot'
100- ]
72+ children : [ 'composer' , 'install' , 'update' , 'troubleshoot' ] ,
10173 } ,
10274 {
10375 title : 'Management' ,
10476 collapsable : false ,
105- children : [
106- 'admin' ,
107- 'config' ,
108- 'extensions' ,
109- 'languages' ,
110- 'themes' ,
111- 'mail' ,
112- 'console'
113- ]
77+ children : [ 'admin' , 'config' , 'extensions' , 'languages' , 'themes' , 'mail' , 'console' ] ,
11478 } ,
11579 {
11680 title : 'Advanced' ,
11781 collapsable : false ,
118- children : [
119- 'extenders'
120- ]
121- }
82+ children : [ 'extenders' ] ,
83+ } ,
12284 ] ,
123- }
85+ } ;
0 commit comments