Skip to content

Commit

Permalink
Landing page titles
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustMiller committed Oct 14, 2024
1 parent e072e3b commit a18460e
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 13 deletions.
20 changes: 16 additions & 4 deletions docs/.vuepress/sets/craft-cms.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,10 @@ module.exports = {
{
title: "Welcome to Craft",
collapsable: false,
children: ["", "coc"]
children: [
["", "About Craft CMS"],
"coc"
]
},
{
title: "Getting Started",
Expand Down Expand Up @@ -350,7 +353,10 @@ module.exports = {
{
title: "Introduction",
collapsable: false,
children: ["", "coc"]
children: [
["", "About Craft CMS"],
"coc"
]
},
{
title: "Installing & Updating",
Expand Down Expand Up @@ -552,7 +558,10 @@ module.exports = {
{
title: "Introduction",
collapsable: false,
children: ["", "coc"]
children: [
["", "About Craft CMS"],
"coc"
]
},
{
title: "Installing & Updating",
Expand Down Expand Up @@ -780,7 +789,10 @@ module.exports = {
{
title: "Introduction",
collapsable: false,
children: ["", "code-of-conduct"]
children: [
["", "About Craft CMS"],
"code-of-conduct"
]
},
{
title: "Installing & Updating",
Expand Down
19 changes: 15 additions & 4 deletions docs/.vuepress/sets/craft-commerce.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,10 @@ module.exports = {
{
title: "Introduction",
collapsable: false,
children: ["", "editions"]
children: [
["", 'About Craft Commerce'],
"editions"
]
},
{
title: "Installing & Updating",
Expand Down Expand Up @@ -267,7 +270,10 @@ module.exports = {
{
title: "Introduction",
collapsable: false,
children: ["", "editions"]
children: [
["", 'About Craft Commerce'],
"editions"
]
},
{
title: "Installing & Updating",
Expand Down Expand Up @@ -379,7 +385,10 @@ module.exports = {
{
title: "Introduction",
collapsable: false,
children: [["", "Introduction"], "editions"]
children: [
["", "Introduction"],
"editions"
]
},
{
title: "Installing Craft Commerce",
Expand Down Expand Up @@ -468,7 +477,9 @@ module.exports = {
{
title: "Getting Started",
collapsable: false,
children: [""]
children: [
["", 'About Craft Commerce'],
],
},
{
title: "Installing and Updating",
Expand Down
3 changes: 2 additions & 1 deletion docs/2.x/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: Official documentation for Craft CMS 2.
title: Craft CMS 2.x
description: Official documentation for Craft CMS 2.x
---

# About Craft CMS
Expand Down
1 change: 1 addition & 0 deletions docs/3.x/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Craft CMS 3.x
description: Official documentation for Craft CMS 3.x
---

Expand Down
1 change: 1 addition & 0 deletions docs/4.x/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Craft CMS 4.x
description: Official documentation for Craft CMS 4.x
---

Expand Down
1 change: 1 addition & 0 deletions docs/5.x/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Craft CMS 5.x
description: Official documentation for Craft CMS 5.x
---

Expand Down
3 changes: 2 additions & 1 deletion docs/commerce/1.x/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: Official documentation for Craft Commerce 1.
title: Craft Commerce 1.x
description: Official documentation for Craft Commerce 1.x
---

# About Craft Commerce
Expand Down
3 changes: 2 additions & 1 deletion docs/commerce/2.x/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: Official documentation for Craft Commerce 2.
title: Craft Commerce 2.x
description: Official documentation for Craft Commerce 2.x
---

# About Craft Commerce
Expand Down
3 changes: 2 additions & 1 deletion docs/commerce/3.x/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: Official documentation for Craft Commerce 3.
title: Craft Commerce 3.x
description: Official documentation for Craft Commerce 3.x
---

# About Craft Commerce
Expand Down
3 changes: 2 additions & 1 deletion docs/commerce/4.x/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: Official documentation for Craft Commerce 4.
title: Craft Commerce 4.x
description: Official documentation for Craft Commerce 4.x
---

# About Craft Commerce
Expand Down
1 change: 1 addition & 0 deletions docs/commerce/5.x/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Craft Commerce 5.x
description: Official documentation for Craft Commerce 5.
---

Expand Down

0 comments on commit a18460e

Please sign in to comment.