diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index a504fee1..ad05c32d 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -32,6 +32,10 @@ module.exports = { { text: 'Release Notes', link: 'https://github.com/vuejs/vitepress/releases' + }, + { + text: 'Translations', + items: [{ text: '中文', link: 'https://cn-vitepress.netlify.app/' }] } ],