From 5d7184f8d1bb535397ca2a16b0d57d69669dd7e0 Mon Sep 17 00:00:00 2001 From: Miykaelxxm Date: Wed, 2 Mar 2022 16:26:03 +0800 Subject: [PATCH] fix edit link --- docs/.vuepress/config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index cdc272b..ec21a40 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -79,7 +79,9 @@ module.exports = { themeConfig: { repo: "https://gitcode.net/dev-cloud/spring", repoLabel: "GitCode", - docsRepo: "https://gitcode.net/dev-cloud/spring", + docsRepo: "https://gitcode.net/dev-cloud/spring/", + docsDir: 'docs', + docsBranch: 'master', editLinks: true, editLinkText: "帮助我们改善此页面!", lastUpdated: "Last Updated", -- GitLab