Skip to content

Commit c5e3916

Browse files
authored
chore: add Elastic Path integration and update links in header (vuestorefront#6645)
1 parent 5846847 commit c5e3916

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

packages/core/docs/.vuepress/config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,17 +100,17 @@ module.exports = {
100100
LICENSE,
101101
CATEGORY,
102102
INTEGRATIONS,
103-
repo: 'https://github.com/vuestorefront/vue-storefront/',
103+
repo: 'https://github.com/vuestorefront/',
104104
editLinks: true,
105+
docsRepo: 'https://github.com/vuestorefront/vue-storefront/',
105106
docsDir: 'packages/core/docs',
106107
docsBranch: 'main',
107108
editLinkText: 'Edit this page',
108109
logo: '/vsf-full.svg',
109110
sidebarDepth: 0,
110111
nav: [
111112
{ text: 'Home', link: '/' },
112-
{ text: 'Demo', link: 'https://demo-ct.vuestorefront.io' },
113-
{ text: 'Roadmap', link: 'https://www.notion.so/vuestorefront/Vue-Storefront-2-Next-High-level-Roadmap-201cf06abb314b84ad01b7b8463c0437' }
113+
{ text: 'Demo', link: 'https://demo-ee.vuestorefront.io' }
114114
],
115115
sidebar: [
116116
{

packages/core/docs/.vuepress/integrations.js

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ const INTEGRATIONS = {
8787
image: 'https://uploads-ssl.webflow.com/5e90e5cd5f86784ad554a3c2/6023aa663109a7a8f995f095_BigCommerce-logo-dark.svg',
8888
status: STATUS.WIP,
8989
license: LICENSE.OPEN_SOURCE,
90-
maintainedBy: []
90+
maintainedBy: [
91+
{ name: 'Vue Storefront', link: 'https://vuestorefront.io/' }
92+
]
9193
},
9294
{
9395
name: 'Scayle',
@@ -162,7 +164,17 @@ const INTEGRATIONS = {
162164
maintainedBy: [
163165
{ name: 'Upside Lab', link: 'https://upsidelab.io/' }
164166
]
165-
}
167+
},
168+
{
169+
name: 'Elastic Path',
170+
link: '',
171+
image: '/v2/integrations-logos/elasticpath.svg',
172+
status: STATUS.WIP,
173+
license: LICENSE.ENTERPRISE,
174+
maintainedBy: [
175+
{ name: 'Vue Storefront', link: 'https://vuestorefront.io/' }
176+
]
177+
},
166178
],
167179
other: [
168180
{
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)