From ecb7dce96983203ba76dca483db134d32e77226f Mon Sep 17 00:00:00 2001 From: Ske Date: Thu, 18 Jun 2020 18:56:03 +0200 Subject: [PATCH] Add beta documentation disclaimers --- docs/content/.vuepress/config.js | 1 + docs/content/index.md | 11 ++++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/content/.vuepress/config.js b/docs/content/.vuepress/config.js index a8cf66b6..7119c1a6 100644 --- a/docs/content/.vuepress/config.js +++ b/docs/content/.vuepress/config.js @@ -20,6 +20,7 @@ module.exports = { themeConfig: { nav: [ + { text: "THIS IS A WORK IN PROGRESS SITE. PLEASE SEE THE OFFICIAL DOCUMENTATION FOR COMPLETE INFORMATION.", link: "https://pluralkit.me" }, { text: "Support server", link: "https://discord.gg/PczBt78" }, { text: "Invite bot", link: "https://discordapp.com/oauth2/authorize?client_id=466378653216014359&scope=bot&permissions=536995904" } ], diff --git a/docs/content/index.md b/docs/content/index.md index 841387be..ca590ad6 100644 --- a/docs/content/index.md +++ b/docs/content/index.md @@ -1,2 +1,11 @@ # PluralKit -Front page goes here. Unfinished. \ No newline at end of file +Front page goes here. Unfinished. + +::: danger NOTE +If you're looking for the official PluralKit documentation, please see the official website: + +[**https://pluralkit.me/**](https://pluralkit.me/) + +This site will some day become the official documentation, **but it is not finished** and a lot of pages are still blank. +Treat it as a sneak peek. +::: \ No newline at end of file