Add /support page due to increase in users

This commit is contained in:
sussy-code 2024-05-02 17:54:59 +00:00
parent 9b431f08cf
commit 99bf7a39bf
3 changed files with 21 additions and 1 deletions

View File

@ -5,7 +5,7 @@ title: 'Start self-hosting'
# How to self-host
<Note>
We provide support on a case-by-case basis. If you have any questions, feel free to ask in our [Discord server](https://discord.gg/kdkTZ4McvD).
We provide support and answer questions. If you have any enquiries, feel free to ask in our [Discord server](https://discord.gg/kdkTZ4McvD).
</Note>
Since sudo-flix has many different components, there are a few configurations of how you can host it. Each of these configurations has their own benefits, whether that be having complete control over your data or customizing your experience.

19
pages/support.mdx Normal file
View File

@ -0,0 +1,19 @@
---
title: 'Support'
---
# Support
We provide support to users and hosters in our discord server. Though we have some rules about the questions you can ask.
<Frame>
1. No questions about NSBX. (unless of course it doesn't work)
2. Don't ask to be put on the [instances list](/instances)
3. No asking developers to help you code
4. No duplicate tickets
<Button to='https://discord.gg/kdkTZ4McvD'>Join the Discord</Button>
</Frame>
<Note>
Only ask questions in designated support tickets, otherwise they will most likely not be seen or answered seriously.
</Note>

View File

@ -85,6 +85,7 @@ export default defineTheme({
group("Global", [
link("Instances", "/instances", { icon: 'mdi:web' }),
link("Browser extension", "/extension", { icon: 'mdi:extension' }),
link("Support", "/support", { icon: 'mdi:help' }),
]),
group("Self-Hosting", [
link("Start self-hosting", "/self-hosting/hosting-intro"),