mirror of
https://github.com/sussy-code/docs.git
synced 2026-05-06 18:19:33 +00:00
Add /support page due to increase in users
This commit is contained in:
parent
9b431f08cf
commit
99bf7a39bf
3 changed files with 21 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ title: 'Start self-hosting'
|
||||||
# How to self-host
|
# How to self-host
|
||||||
|
|
||||||
<Note>
|
<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>
|
</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.
|
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
19
pages/support.mdx
Normal 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>
|
||||||
|
|
@ -85,6 +85,7 @@ export default defineTheme({
|
||||||
group("Global", [
|
group("Global", [
|
||||||
link("Instances", "/instances", { icon: 'mdi:web' }),
|
link("Instances", "/instances", { icon: 'mdi:web' }),
|
||||||
link("Browser extension", "/extension", { icon: 'mdi:extension' }),
|
link("Browser extension", "/extension", { icon: 'mdi:extension' }),
|
||||||
|
link("Support", "/support", { icon: 'mdi:help' }),
|
||||||
]),
|
]),
|
||||||
group("Self-Hosting", [
|
group("Self-Hosting", [
|
||||||
link("Start self-hosting", "/self-hosting/hosting-intro"),
|
link("Start self-hosting", "/self-hosting/hosting-intro"),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue