diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index 349f49a932..45d81474ac 100644 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -394,6 +394,16 @@ module.exports = { link: 'https://vue.threadless.com/' } ] + }, + { + text: 'Translations', + link: '#', + items: [ + { + text: '中文', + link: 'https://v3.cn.vuejs.org/' + } + ] } ], repo: 'vuejs/docs-next',