mirror of
https://github.com/sussy-code/docs.git
synced 2026-04-29 04:22:55 +00:00
Update discord server links
This commit is contained in:
parent
489fae8fed
commit
845c286e2e
2 changed files with 3 additions and 3 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/9vmr6vBQKS).
|
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).
|
||||||
</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.
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ const starLinks = [
|
||||||
newTab: true,
|
newTab: true,
|
||||||
icon: 'akar-icons:github-fill',
|
icon: 'akar-icons:github-fill',
|
||||||
}),
|
}),
|
||||||
link('Discord', 'https://discord.gg/9vmr6vBQKS', {
|
link('Discord', 'https://discord.gg/kdkTZ4McvD', {
|
||||||
style: 'star',
|
style: 'star',
|
||||||
newTab: true,
|
newTab: true,
|
||||||
icon: 'fa6-brands:discord',
|
icon: 'fa6-brands:discord',
|
||||||
|
|
@ -25,7 +25,7 @@ export default defineTheme({
|
||||||
editRepositoryBase: "https://github.com/sussy-code/docs/blob/master",
|
editRepositoryBase: "https://github.com/sussy-code/docs/blob/master",
|
||||||
socials: [
|
socials: [
|
||||||
social.github("https://github.com/sussy-code"),
|
social.github("https://github.com/sussy-code"),
|
||||||
social.discord("https://discord.gg/9vmr6vBQKS"),
|
social.discord("https://discord.gg/kdkTZ4McvD"),
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
meta: (pageMeta) => (
|
meta: (pageMeta) => (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue