From 28e010bbe0912112f8ab2b500c940d5689401167 Mon Sep 17 00:00:00 2001 From: Filip Sobol Date: Mon, 21 Feb 2022 11:02:45 +0100 Subject: [PATCH 1/3] chore: add Elastic Path integration and updatte links in header --- packages/core/docs/.vuepress/config.js | 3 +-- packages/core/docs/.vuepress/integrations.js | 12 +++++++++++- .../public/integrations-logos/elasticpath.svg | 1 + 3 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 packages/core/docs/.vuepress/public/integrations-logos/elasticpath.svg diff --git a/packages/core/docs/.vuepress/config.js b/packages/core/docs/.vuepress/config.js index 1ef48a0c48..2322952c67 100644 --- a/packages/core/docs/.vuepress/config.js +++ b/packages/core/docs/.vuepress/config.js @@ -109,8 +109,7 @@ module.exports = { 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: [ { diff --git a/packages/core/docs/.vuepress/integrations.js b/packages/core/docs/.vuepress/integrations.js index 27cf0fad28..1d514c5ea8 100644 --- a/packages/core/docs/.vuepress/integrations.js +++ b/packages/core/docs/.vuepress/integrations.js @@ -162,7 +162,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: [ { diff --git a/packages/core/docs/.vuepress/public/integrations-logos/elasticpath.svg b/packages/core/docs/.vuepress/public/integrations-logos/elasticpath.svg new file mode 100644 index 0000000000..01108b5f17 --- /dev/null +++ b/packages/core/docs/.vuepress/public/integrations-logos/elasticpath.svg @@ -0,0 +1 @@ + \ No newline at end of file From 3a9de2e82c3600231f3a87d2ca5312178efdcbc9 Mon Sep 17 00:00:00 2001 From: Filip Sobol Date: Mon, 21 Feb 2022 11:05:20 +0100 Subject: [PATCH 2/3] docs: update maintainers of BigCommerce --- packages/core/docs/.vuepress/integrations.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/core/docs/.vuepress/integrations.js b/packages/core/docs/.vuepress/integrations.js index 1d514c5ea8..504df30f1b 100644 --- a/packages/core/docs/.vuepress/integrations.js +++ b/packages/core/docs/.vuepress/integrations.js @@ -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', From a66a41882d5b9d3a8d620b15df0c1b6bbfcdaf4a Mon Sep 17 00:00:00 2001 From: Filip Sobol Date: Mon, 21 Feb 2022 11:11:04 +0100 Subject: [PATCH 3/3] docs: update link to our repo --- packages/core/docs/.vuepress/config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/core/docs/.vuepress/config.js b/packages/core/docs/.vuepress/config.js index 2322952c67..68cfc69c59 100644 --- a/packages/core/docs/.vuepress/config.js +++ b/packages/core/docs/.vuepress/config.js @@ -100,8 +100,9 @@ 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',