docs: update privacy policy, add terms of service

This commit is contained in:
Iris System 2024-10-23 10:42:01 +13:00
parent 92930e110f
commit eff4120ce1
4 changed files with 153 additions and 20 deletions

View file

@ -43,6 +43,7 @@ module.exports = {
"/user-guide",
"/command-list",
"/privacy-policy",
"/terms-of-service",
"/faq",
"/tips-and-tricks"
]
@ -71,11 +72,16 @@ module.exports = {
]
},
["https://discord.gg/PczBt78", "Join the support server"],
]
],
pkBannerContent: "PluralKit's new <a href=\"/terms-of-service/\">Terms of Service</a> and <a href=\"/privacy/\">Privacy Policy</a> will go into effect on November 11th, 2024.",
},
plugins: [
'@vuepress/plugin-back-to-top',
["vuepress-plugin-clean-urls", { normalSuffix: "/" }],
],
globalUIComponents: [
'PluralKitBanner'
]
}