From 7fb2afe9e26114c89597b13785565afa812fc6d2 Mon Sep 17 00:00:00 2001 From: spiral Date: Thu, 2 Jun 2022 23:09:32 -0400 Subject: [PATCH] feat(docs): add dashboard link to navbar --- 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 bcb9debc..62f85010 100644 --- a/docs/content/.vuepress/config.js +++ b/docs/content/.vuepress/config.js @@ -27,6 +27,7 @@ module.exports = { nextLinks: true, prevLinks: true, nav: [ + { text: "Web dashboard", link: "https://dash.pluralkit.me" }, { text: "Support server", link: "https://discord.gg/PczBt78" }, { text: "Invite bot", link: "https://discord.com/oauth2/authorize?client_id=466378653216014359&scope=bot%20applications.commands&permissions=536995904" } ],