From 5c1c72e24eab782ac1db5d86cd17b53f5e5c8543 Mon Sep 17 00:00:00 2001 From: "huanqing.shao" Date: Tue, 6 Aug 2019 11:27:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E4=BB=93=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vuepress/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vuepress/config.js b/.vuepress/config.js index 0e11143..a4abba8 100644 --- a/.vuepress/config.js +++ b/.vuepress/config.js @@ -65,10 +65,10 @@ module.exports = { }, lastUpdated: '更新时间', // 假定是 GitHub. 同时也可以是一个完整的 GitLab URL - // repo: 'eip-work/kuboard-press', + repo: 'eip-work/kuboard-press', // 自定义仓库链接文字。默认从 `themeConfig.repo` 中自动推断为 // "GitHub"/"GitLab"/"Bitbucket" 其中之一,或是 "Source"。 - // repoLabel: '文档仓库', + repoLabel: '文档仓库', // 假如你的文档仓库和项目本身不在一个仓库: docsRepo: 'eip-work/kuboard-press',