From c02d3dce26a05e2eaf8875ec70c7dba3f08dadbc Mon Sep 17 00:00:00 2001 From: Ske Date: Wed, 10 Jun 2020 18:16:04 +0200 Subject: [PATCH] Add proper git branch for doc links --- docs/content/.vuepress/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/.vuepress/config.js b/docs/content/.vuepress/config.js index 5cc1349c..5f4e2e21 100644 --- a/docs/content/.vuepress/config.js +++ b/docs/content/.vuepress/config.js @@ -48,6 +48,7 @@ module.exports = { repo: "xSke/PluralKit", repoLabel: "Contribute!", docsDir: "docs/content", + docsBranch: "new-docs", editLinks: true, editLinkText: "Help us improve this page!" }