mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Add beta documentation disclaimers
This commit is contained in:
parent
5494d2edec
commit
ecb7dce969
2 changed files with 11 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ module.exports = {
|
||||||
|
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
nav: [
|
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: "Support server", link: "https://discord.gg/PczBt78" },
|
||||||
{ text: "Invite bot", link: "https://discordapp.com/oauth2/authorize?client_id=466378653216014359&scope=bot&permissions=536995904" }
|
{ text: "Invite bot", link: "https://discordapp.com/oauth2/authorize?client_id=466378653216014359&scope=bot&permissions=536995904" }
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,11 @@
|
||||||
# PluralKit
|
# PluralKit
|
||||||
Front page goes here. Unfinished.
|
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.
|
||||||
|
:::
|
||||||
Loading…
Add table
Add a link
Reference in a new issue