From 428189f62ad2d78abbdb84e49a934dbfb8b27262 Mon Sep 17 00:00:00 2001 From: cabbage9 Date: Wed, 9 Jun 2021 16:43:03 +0800 Subject: [PATCH] docs: remove zh-CN translation link --- docs/.vitepress/config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index ad05c32d..a504fee1 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -32,10 +32,6 @@ module.exports = { { text: 'Release Notes', link: 'https://github.com/vuejs/vitepress/releases' - }, - { - text: 'Translations', - items: [{ text: '中文', link: 'https://cn-vitepress.netlify.app/' }] } ],