From a1512b7e72efb2585da4428a220b8c17dc47de5a Mon Sep 17 00:00:00 2001 From: Filip Sobol Date: Wed, 13 Apr 2022 11:04:20 +0200 Subject: [PATCH] docs: remove Roadmap document --- docs/.vuepress/config.js | 2 -- docs/guide/roadmap.md | 32 -------------------------------- 2 files changed, 34 deletions(-) delete mode 100644 docs/guide/roadmap.md diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index a7e76d860..16547fffa 100755 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -47,7 +47,6 @@ module.exports = { { text: 'Core Documentation', link: 'https://docs.vuestorefront.io/v2/' }, { text: 'Demo', link: 'https://demo-magento2.europe-west1.gcp.storefrontcloud.io/' }, { text: 'GitHub', link: 'https://github.com/vuestorefront/magento2'}, - { text: 'Roadmap', link: 'https://docs.vuestorefront.io/magento/guide/roadmap.html'}, { text: 'Environments', link: 'https://docs.vuestorefront.io/magento/guide/environments.html'} ], sidebar: [ @@ -59,7 +58,6 @@ module.exports = { ['/guide/environments', 'Demo environments'], ['/guide/supported-features', 'Supported features'], ['/guide/about', 'About'], - ['/guide/roadmap', 'Roadmap'], ] }, { diff --git a/docs/guide/roadmap.md b/docs/guide/roadmap.md deleted file mode 100644 index 52c29ff42..000000000 --- a/docs/guide/roadmap.md +++ /dev/null @@ -1,32 +0,0 @@ -# Roadmap - -The current goal is to release a stable 1.0.0 version by the end of February. Details below. - -## January 2022 - -- finish multi-store functionality [done] -- performance improvements - - analysis [done] - - improve the speed of communication with Magento [in progress] - - Redis Caching [done] - - CDNs [done] -- Design QA & improvements [done] - -## February 2022 - -- performance improvements - - meet web core vitals or at least 80 score -- quality assurance -- user acceptance tests - -### Milestone: Release stable 1.0.0 version by the end of February - -## March 2022 - -- Load tests -- Accessibility tests & improvements -- extensibility - - improve docs - - add the possibility to add plugins - - add the possibility to install external extensions - - theming