diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index fcc31d6b1..6534eae39 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', 'Environments'], ['/guide/functional-catalog', 'Functional catalog'], ['/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