Skip to content

Commit

Permalink
Add /support page due to increase in users
Browse files Browse the repository at this point in the history
  • Loading branch information
sussy-code committed May 2, 2024
1 parent 9b431f0 commit 99bf7a3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pages/self-hosting/hosting-intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
19 changes: 19 additions & 0 deletions pages/support.mdx
Original file line number Diff line number Diff line change
@@ -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>
1 change: 1 addition & 0 deletions theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 99bf7a3

Please sign in to comment.