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 = {
182
182
{
183
183
title : "Welcome to Craft" ,
184
184
collapsable : false ,
185
- children : [ "" , "coc" ]
185
+ children : [
186
+ [ "" , "About Craft CMS" ] ,
187
+ "coc"
188
+ ]
186
189
} ,
187
190
{
188
191
title : "Getting Started" ,
@@ -350,7 +353,10 @@ module.exports = {
350
353
{
351
354
title : "Introduction" ,
352
355
collapsable : false ,
353
- children : [ "" , "coc" ]
356
+ children : [
357
+ [ "" , "About Craft CMS" ] ,
358
+ "coc"
359
+ ]
354
360
} ,
355
361
{
356
362
title : "Installing & Updating" ,
@@ -552,7 +558,10 @@ module.exports = {
552
558
{
553
559
title : "Introduction" ,
554
560
collapsable : false ,
555
- children : [ "" , "coc" ]
561
+ children : [
562
+ [ "" , "About Craft CMS" ] ,
563
+ "coc"
564
+ ]
556
565
} ,
557
566
{
558
567
title : "Installing & Updating" ,
@@ -780,7 +789,10 @@ module.exports = {
780
789
{
781
790
title : "Introduction" ,
782
791
collapsable : false ,
783
- children : [ "" , "code-of-conduct" ]
792
+ children : [
793
+ [ "" , "About Craft CMS" ] ,
794
+ "code-of-conduct"
795
+ ]
784
796
} ,
785
797
{
786
798
title : "Installing & Updating" ,
Original file line number Diff line number Diff line change @@ -133,7 +133,10 @@ module.exports = {
133
133
{
134
134
title : "Introduction" ,
135
135
collapsable : false ,
136
- children : [ "" , "editions" ]
136
+ children : [
137
+ [ "" , 'About Craft Commerce' ] ,
138
+ "editions"
139
+ ]
137
140
} ,
138
141
{
139
142
title : "Installing & Updating" ,
@@ -267,7 +270,10 @@ module.exports = {
267
270
{
268
271
title : "Introduction" ,
269
272
collapsable : false ,
270
- children : [ "" , "editions" ]
273
+ children : [
274
+ [ "" , 'About Craft Commerce' ] ,
275
+ "editions"
276
+ ]
271
277
} ,
272
278
{
273
279
title : "Installing & Updating" ,
@@ -379,7 +385,10 @@ module.exports = {
379
385
{
380
386
title : "Introduction" ,
381
387
collapsable : false ,
382
- children : [ [ "" , "Introduction" ] , "editions" ]
388
+ children : [
389
+ [ "" , "Introduction" ] ,
390
+ "editions"
391
+ ]
383
392
} ,
384
393
{
385
394
title : "Installing Craft Commerce" ,
@@ -468,7 +477,9 @@ module.exports = {
468
477
{
469
478
title : "Getting Started" ,
470
479
collapsable : false ,
471
- children : [ "" ]
480
+ children : [
481
+ [ "" , 'About Craft Commerce' ] ,
482
+ ] ,
472
483
} ,
473
484
{
474
485
title : "Installing and Updating" ,
Original file line number Diff line number Diff line change 1
1
---
2
- description : Official documentation for Craft CMS 2.
2
+ title : Craft CMS 2.x
3
+ description : Official documentation for Craft CMS 2.x
3
4
---
4
5
5
6
# About Craft CMS
Original file line number Diff line number Diff line change 1
1
---
2
+ title : Craft CMS 3.x
2
3
description : Official documentation for Craft CMS 3.x
3
4
---
4
5
Original file line number Diff line number Diff line change 1
1
---
2
+ title : Craft CMS 4.x
2
3
description : Official documentation for Craft CMS 4.x
3
4
---
4
5
Original file line number Diff line number Diff line change 1
1
---
2
+ title : Craft CMS 5.x
2
3
description : Official documentation for Craft CMS 5.x
3
4
---
4
5
Original file line number Diff line number Diff line change 1
1
---
2
- description : Official documentation for Craft Commerce 1.
2
+ title : Craft Commerce 1.x
3
+ description : Official documentation for Craft Commerce 1.x
3
4
---
4
5
5
6
# About Craft Commerce
Original file line number Diff line number Diff line change 1
1
---
2
- description : Official documentation for Craft Commerce 2.
2
+ title : Craft Commerce 2.x
3
+ description : Official documentation for Craft Commerce 2.x
3
4
---
4
5
5
6
# About Craft Commerce
Original file line number Diff line number Diff line change 1
1
---
2
- description : Official documentation for Craft Commerce 3.
2
+ title : Craft Commerce 3.x
3
+ description : Official documentation for Craft Commerce 3.x
3
4
---
4
5
5
6
# About Craft Commerce
Original file line number Diff line number Diff line change 1
1
---
2
- description : Official documentation for Craft Commerce 4.
2
+ title : Craft Commerce 4.x
3
+ description : Official documentation for Craft Commerce 4.x
3
4
---
4
5
5
6
# About Craft Commerce
Original file line number Diff line number Diff line change 1
1
---
2
+ title : Craft Commerce 5.x
2
3
description : Official documentation for Craft Commerce 5.
3
4
---
4
5
You can’t perform that action at this time.
0 commit comments