Skip to content

Commit

Permalink
chore: add Elastic Path integration and update links in header (#6645)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsobol authored Feb 21, 2022
1 parent 5846847 commit c5e3916
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
6 changes: 3 additions & 3 deletions packages/core/docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,17 +100,17 @@ module.exports = {
LICENSE,
CATEGORY,
INTEGRATIONS,
repo: 'https://github.com/vuestorefront/vue-storefront/',
repo: 'https://github.com/vuestorefront/',
editLinks: true,
docsRepo: 'https://github.com/vuestorefront/vue-storefront/',
docsDir: 'packages/core/docs',
docsBranch: 'main',
editLinkText: 'Edit this page',
logo: '/vsf-full.svg',
sidebarDepth: 0,
nav: [
{ text: 'Home', link: '/' },
{ text: 'Demo', link: 'https://demo-ct.vuestorefront.io' },
{ text: 'Roadmap', link: 'https://www.notion.so/vuestorefront/Vue-Storefront-2-Next-High-level-Roadmap-201cf06abb314b84ad01b7b8463c0437' }
{ text: 'Demo', link: 'https://demo-ee.vuestorefront.io' }
],
sidebar: [
{
Expand Down
16 changes: 14 additions & 2 deletions packages/core/docs/.vuepress/integrations.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ const INTEGRATIONS = {
image: 'https://uploads-ssl.webflow.com/5e90e5cd5f86784ad554a3c2/6023aa663109a7a8f995f095_BigCommerce-logo-dark.svg',
status: STATUS.WIP,
license: LICENSE.OPEN_SOURCE,
maintainedBy: []
maintainedBy: [
{ name: 'Vue Storefront', link: 'https://vuestorefront.io/' }
]
},
{
name: 'Scayle',
Expand Down Expand Up @@ -162,7 +164,17 @@ const INTEGRATIONS = {
maintainedBy: [
{ name: 'Upside Lab', link: 'https://upsidelab.io/' }
]
}
},
{
name: 'Elastic Path',
link: '',
image: '/v2/integrations-logos/elasticpath.svg',
status: STATUS.WIP,
license: LICENSE.ENTERPRISE,
maintainedBy: [
{ name: 'Vue Storefront', link: 'https://vuestorefront.io/' }
]
},
],
other: [
{
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c5e3916

Please sign in to comment.