diff --git a/packages/docs/docs/.vuepress/nav/en.js b/packages/docs/docs/.vuepress/nav/en.js index 402ee99ae7..6f8b62f67d 100644 --- a/packages/docs/docs/.vuepress/nav/en.js +++ b/packages/docs/docs/.vuepress/nav/en.js @@ -56,10 +56,6 @@ module.exports = [ { text: 'Resources', items: [ - { - text: '0.x Docs', - link: 'https://v0.vuepress.vuejs.org/' - }, { text: 'Migrate from 0.x', link: '/miscellaneous/migration-guide.html' @@ -71,5 +67,18 @@ module.exports = [ ] } ] + }, + { + text: 'v1.x', + items: [ + { + text: 'v2.x', + link: 'https://v2.vuepress.vuejs.org' + }, + { + text: 'v0.x', + link: 'https://v0.vuepress.vuejs.org' + } + ] } ] diff --git a/packages/docs/docs/.vuepress/nav/zh.js b/packages/docs/docs/.vuepress/nav/zh.js index d38113ff62..df4863639d 100644 --- a/packages/docs/docs/.vuepress/nav/zh.js +++ b/packages/docs/docs/.vuepress/nav/zh.js @@ -69,7 +69,16 @@ module.exports = [ ] }, { - text: '0.x', - link: 'https://v0.vuepress.vuejs.org/' + text: 'v1.x', + items: [ + { + text: 'v2.x', + link: 'https://v2.vuepress.vuejs.org/zh/' + }, + { + text: 'v0.x', + link: 'https://v0.vuepress.vuejs.org/zh/' + } + ] } ]