Skip to content

Commit a18460e

Browse files
committed
Landing page titles
1 parent e072e3b commit a18460e

File tree

11 files changed

+45
-13
lines changed

11 files changed

+45
-13
lines changed

docs/.vuepress/sets/craft-cms.js

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff 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",

docs/.vuepress/sets/craft-commerce.js

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff 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",

docs/2.x/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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

docs/3.x/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
title: Craft CMS 3.x
23
description: Official documentation for Craft CMS 3.x
34
---
45

docs/4.x/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
title: Craft CMS 4.x
23
description: Official documentation for Craft CMS 4.x
34
---
45

docs/5.x/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
title: Craft CMS 5.x
23
description: Official documentation for Craft CMS 5.x
34
---
45

docs/commerce/1.x/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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

docs/commerce/2.x/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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

docs/commerce/3.x/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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

docs/commerce/4.x/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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

docs/commerce/5.x/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
title: Craft Commerce 5.x
23
description: Official documentation for Craft Commerce 5.
34
---
45

0 commit comments

Comments
 (0)