Skip to content

Commit 6ba582b

Browse files
committed
Update navigation header to include link to Commerce devdocs index page
1 parent 1f37763 commit 6ba582b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

gatsby-config.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,13 @@ const { pages, subPages } = require("./src/data/navigation");
1414

1515
module.exports = {
1616
siteMetadata: {
17+
"home": {
18+
"title": "Commerce",
19+
"path": "/commerce/docs"
20+
},
1721
pages: pages,
1822
subPages: subPages,
1923
},
2024
plugins: [`@adobe/gatsby-theme-aio`],
2125
pathPrefix: process.env.PATH_PREFIX || '/commerce/testing/'
22-
};
26+
};

src/data/navigation/header.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = [
22
{
3-
title: "Commerce Testing",
3+
title: "Testing",
44
path: "/",
55
},
66
{

0 commit comments

Comments
 (0)