From 52588741bc6017ae6f181c78ff24cad43bd3c78f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E5=8F=AF?= Date: Fri, 28 Oct 2022 15:19:33 +0800 Subject: [PATCH] docs: fix edit links --- website/docs/.vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/.vuepress/config.js b/website/docs/.vuepress/config.js index e900d0f096..74e0cbde46 100644 --- a/website/docs/.vuepress/config.js +++ b/website/docs/.vuepress/config.js @@ -65,7 +65,7 @@ module.exports = { // "GitHub"/"GitLab"/"Bitbucket" 其中之一,或是 "Source"。 repoLabel: "查看文档源码", // 假如文档不是放在仓库的根目录下: - docsDir: "docs", + docsDir: "website/docs", // 假如文档放在一个特定的分支下: docsBranch: "master", editLinks: true,