File tree Expand file tree Collapse file tree 11 files changed +45
-13
lines changed
Expand file tree Collapse file tree 11 files changed +45
-13
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,10 @@ module.exports = {
182182 {
183183 title : "Welcome to Craft" ,
184184 collapsable : false ,
185- children : [ "" , "coc" ]
185+ children : [
186+ [ "" , "About Craft CMS" ] ,
187+ "coc"
188+ ]
186189 } ,
187190 {
188191 title : "Getting Started" ,
@@ -350,7 +353,10 @@ module.exports = {
350353 {
351354 title : "Introduction" ,
352355 collapsable : false ,
353- children : [ "" , "coc" ]
356+ children : [
357+ [ "" , "About Craft CMS" ] ,
358+ "coc"
359+ ]
354360 } ,
355361 {
356362 title : "Installing & Updating" ,
@@ -552,7 +558,10 @@ module.exports = {
552558 {
553559 title : "Introduction" ,
554560 collapsable : false ,
555- children : [ "" , "coc" ]
561+ children : [
562+ [ "" , "About Craft CMS" ] ,
563+ "coc"
564+ ]
556565 } ,
557566 {
558567 title : "Installing & Updating" ,
@@ -780,7 +789,10 @@ module.exports = {
780789 {
781790 title : "Introduction" ,
782791 collapsable : false ,
783- children : [ "" , "code-of-conduct" ]
792+ children : [
793+ [ "" , "About Craft CMS" ] ,
794+ "code-of-conduct"
795+ ]
784796 } ,
785797 {
786798 title : "Installing & Updating" ,
Original file line number Diff line number Diff line change @@ -133,7 +133,10 @@ module.exports = {
133133 {
134134 title : "Introduction" ,
135135 collapsable : false ,
136- children : [ "" , "editions" ]
136+ children : [
137+ [ "" , 'About Craft Commerce' ] ,
138+ "editions"
139+ ]
137140 } ,
138141 {
139142 title : "Installing & Updating" ,
@@ -267,7 +270,10 @@ module.exports = {
267270 {
268271 title : "Introduction" ,
269272 collapsable : false ,
270- children : [ "" , "editions" ]
273+ children : [
274+ [ "" , 'About Craft Commerce' ] ,
275+ "editions"
276+ ]
271277 } ,
272278 {
273279 title : "Installing & Updating" ,
@@ -379,7 +385,10 @@ module.exports = {
379385 {
380386 title : "Introduction" ,
381387 collapsable : false ,
382- children : [ [ "" , "Introduction" ] , "editions" ]
388+ children : [
389+ [ "" , "Introduction" ] ,
390+ "editions"
391+ ]
383392 } ,
384393 {
385394 title : "Installing Craft Commerce" ,
@@ -468,7 +477,9 @@ module.exports = {
468477 {
469478 title : "Getting Started" ,
470479 collapsable : false ,
471- children : [ "" ]
480+ children : [
481+ [ "" , 'About Craft Commerce' ] ,
482+ ] ,
472483 } ,
473484 {
474485 title : "Installing and Updating" ,
Original file line number Diff line number Diff line change 11---
2- description : Official documentation for Craft CMS 2.
2+ title : Craft CMS 2.x
3+ description : Official documentation for Craft CMS 2.x
34---
45
56# About Craft CMS
Original file line number Diff line number Diff line change 11---
2+ title : Craft CMS 3.x
23description : Official documentation for Craft CMS 3.x
34---
45
Original file line number Diff line number Diff line change 11---
2+ title : Craft CMS 4.x
23description : Official documentation for Craft CMS 4.x
34---
45
Original file line number Diff line number Diff line change 11---
2+ title : Craft CMS 5.x
23description : Official documentation for Craft CMS 5.x
34---
45
Original file line number Diff line number Diff line change 11---
2- description : Official documentation for Craft Commerce 1.
2+ title : Craft Commerce 1.x
3+ description : Official documentation for Craft Commerce 1.x
34---
45
56# About Craft Commerce
Original file line number Diff line number Diff line change 11---
2- description : Official documentation for Craft Commerce 2.
2+ title : Craft Commerce 2.x
3+ description : Official documentation for Craft Commerce 2.x
34---
45
56# About Craft Commerce
Original file line number Diff line number Diff line change 11---
2- description : Official documentation for Craft Commerce 3.
2+ title : Craft Commerce 3.x
3+ description : Official documentation for Craft Commerce 3.x
34---
45
56# About Craft Commerce
Original file line number Diff line number Diff line change 11---
2- description : Official documentation for Craft Commerce 4.
2+ title : Craft Commerce 4.x
3+ description : Official documentation for Craft Commerce 4.x
34---
45
56# About Craft Commerce
You can’t perform that action at this time.
0 commit comments