From fdde4860a54a2dbbc60db162be2c3a6015dcbd08 Mon Sep 17 00:00:00 2001 From: hoodiearon Date: Wed, 22 Apr 2020 15:44:56 +0800 Subject: [PATCH] asd --- docs/.vuepress/config.js | 4 ++-- readme.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index f35936d..2b15a8c 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -1,7 +1,7 @@ module.exports = { title: '桌面运维管理指南', description: '如题所述,常见OA办公桌面环境故障解答', - base: '/desktop-manual/', //项目文件夹设置目录 + base: '/helpdesk-manual/', //项目文件夹设置目录 plugins: [ // https://vuepress.github.io/zh/plugins 插件下载 ['@vuepress/plugin-back-to-top'],//安装不了插件,建议非全局安装vue @@ -13,7 +13,7 @@ module.exports = { }] ], themeConfig: { - repo: 'https://github.com/hoochanlon/desktop-manual/', + repo: 'https://github.com/hoochanlon/helpdesk-manual/', nav: [{ text: '跳转首页', link: '/' }], sidebar: [ { diff --git a/readme.md b/readme.md index b9bac5e..2723cc4 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# 《桌面运维常见问题解答手册》 +# 《桌面运维管理指南》 写作这篇文档目的,是为了帮助信息综合运维、桌面运维工程师解决一些影响事务的桌面、软硬件各类问题,以提高公司整体的办公效率。同时,该篇文档也可作为普通办公人员或是普通的计算机爱好者解决问题的参考手册。 -- GitLab