From 4ca3f25cfdd95dcbe4620585a806cec9289b568d Mon Sep 17 00:00:00 2001 From: cabbage9 Date: Sat, 5 Jun 2021 11:13:38 +0800 Subject: [PATCH] docs: add zh-CN translation --- docs/.vitepress/config.js | 4 ++++ 1 file changed, 4 insertions(+) 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/' }] } ],