diff --git a/pages/self-hosting/hosting-intro.mdx b/pages/self-hosting/hosting-intro.mdx index b5fff1f..efa3273 100644 --- a/pages/self-hosting/hosting-intro.mdx +++ b/pages/self-hosting/hosting-intro.mdx @@ -5,7 +5,7 @@ title: 'Start self-hosting' # How to self-host - 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). 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. diff --git a/pages/support.mdx b/pages/support.mdx new file mode 100644 index 0000000..cae74a9 --- /dev/null +++ b/pages/support.mdx @@ -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. + + + 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 + + + + + + Only ask questions in designated support tickets, otherwise they will most likely not be seen or answered seriously. + diff --git a/theme.config.tsx b/theme.config.tsx index 0df5e11..d40983c 100644 --- a/theme.config.tsx +++ b/theme.config.tsx @@ -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"),