Skip to content

Commit ffbd879

Browse files
authored
feat: add translation links (#775)
* feat: add translations link * chore: format
1 parent 567c9a8 commit ffbd879

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/.vuepress/config.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,16 @@ module.exports = {
394394
link: 'https://vue.threadless.com/'
395395
}
396396
]
397+
},
398+
{
399+
text: 'Translations',
400+
link: '#',
401+
items: [
402+
{
403+
text: '中文',
404+
link: 'https://v3.cn.vuejs.org/'
405+
}
406+
]
397407
}
398408
],
399409
repo: 'vuejs/docs-next',

0 commit comments

Comments
 (0)