From 1b560eaee1264e5f52f795ba6e347c272ec938f5 Mon Sep 17 00:00:00 2001 From: hoodiearon Date: Sun, 29 Mar 2020 02:29:55 +0800 Subject: [PATCH] asd --- docs/.vuepress/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 337be5a..f19a747 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -1,5 +1,5 @@ module.exports = { - title: '桌面运维常见问题解答', + title: '桌面运维常见问题解答手册', description: '如题所述,常见OA办公桌面环境故障解答', base: '/', //项目文件夹设置目录 plugins: [ @@ -13,7 +13,7 @@ module.exports = { }] ], themeConfig: { - repo: 'https://github.com/hoochanlon/desktop-manual', + repo: 'https://github.com/hoochanlon/desktop-manual/', nav: [{ text: '跳转首页', link: '/' }], sidebar: [ { -- GitLab