File tree Expand file tree Collapse file tree 3 files changed +18
-5
lines changed
packages/core/docs/.vuepress
public/integrations-logos Expand file tree Collapse file tree 3 files changed +18
-5
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments