From 2f1d2b5d838dfd81e64dcc7201cb7108dc304105 Mon Sep 17 00:00:00 2001 From: Donggang Cao Date: Wed, 28 Apr 2021 17:34:53 +0800 Subject: [PATCH] update repo from github to trustie --- docs/.vuepress/config.js | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 23fb531..f543d53 100755 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -33,7 +33,8 @@ module.exports = { * ref:https://v1.vuepress.vuejs.org/theme/default-theme-config.html */ themeConfig: { - repo: 'https://github.com/xuos/xuos', + repo: 'https://git.trustie.net/xuos/xiuos', + repoLabel: '源码', editLinks: false, docsDir: '', editLinkText: '', diff --git a/package.json b/package.json index f4f9aec..958fcd2 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "name": "XUOS Lab", "email": "caodg@pku.edu.cn" }, - "repository": "https://github.com/xuos/xuos-web", + "repository": "https://git.trustie.net/xuos/xiuos", "scripts": { "dev": "vuepress dev docs", "build": "vuepress build docs"