update for new docs

This commit is contained in:
Cooper Ransom 2024-04-25 15:04:56 -04:00
parent aebcfe9f25
commit 4a7b62bc0b
5 changed files with 10 additions and 10 deletions

2
.github/CODEOWNERS vendored
View File

@ -1,2 +1,2 @@
* Maintainers: [MW-Exodus Team](https://github.com/MW-Legacy) * Maintainers: [MW-Exodus Team](https://github.com/MW-Legacy)
* Founer: (sussy-code)[https://github.com/sussy-code], (sudo-flix)[https://github.com/sudo-flix] * Founder: (sussy-code)[https://github.com/sussy-code]

View File

@ -35,7 +35,7 @@ There are two places where to request features or report bugs:
### Discord Server ### Discord Server
If you do not have a GitHub account or want to discuss a feature or bug with us before making an issue, you can join our Discord server. If you do not have a GitHub account or want to discuss a feature or bug with us before making an issue, you can join our Discord server.
<a href="https://sudo-flix.github.io/links/discord"><img src="https://discord.com/api/guilds/871713465100816424/widget.png?style=banner2" alt="Discord Server"></a> <a href="https://sussy-code.github.io/links/discord"><img src="https://discord.com/api/guilds/871713465100816424/widget.png?style=banner2" alt="Discord Server"></a>
### GitHub Issues ### GitHub Issues
To make a GitHub issue for sudo-flix, please visit the [new issue page](https://github.com/sussy-code/smov/issues/new/choose) where you can pick either the "Bug Report" or "Feature Request" template. To make a GitHub issue for sudo-flix, please visit the [new issue page](https://github.com/sussy-code/smov/issues/new/choose) where you can pick either the "Bug Report" or "Feature Request" template.

View File

@ -6,8 +6,8 @@
## Links And Resources ## Links And Resources
| Service | Link | Source Code | | Service | Link | Source Code |
|----------------|------------------------------------------------------------------|----------------------------------------------------------| |----------------|------------------------------------------------------------------|----------------------------------------------------------|
| Sudo-Flix Docs | Coming soon | N/A | | Sudo-Flix Docs | [sudo-docs](https://sussy-code.github.io/docs) | [Source Code](https://github.com/sussy-code/docs) |
| Extension | Coming soon | N/A | | Extension | [extension](https://sussy-code.github.io/docs/extension) | [Source Code](https://github.com/sussy-code/browser-ext) |
| Proxy | [sudo-proxy](https://sudo-proxy.up.railway.app) | [Source Code](https://github.com/sussy-code/sudo-proxy) | | Proxy | [sudo-proxy](https://sudo-proxy.up.railway.app) | [Source Code](https://github.com/sussy-code/sudo-proxy) |
| Backend | [sudo-backend](https://backend.sudo-flix.lol) | [Source Code](https://github.com/sussy-code/backend) | | Backend | [sudo-backend](https://backend.sudo-flix.lol) | [Source Code](https://github.com/sussy-code/backend) |
| Frontend | [sudo-flix](https://sudo-flix.lol), [2](https://flix.kanded.xyz) | [Source Code](https://github.com/sussy-code/smov) | | Frontend | [sudo-flix](https://sudo-flix.lol), [2](https://flix.kanded.xyz) | [Source Code](https://github.com/sussy-code/smov) |
@ -19,7 +19,7 @@
## Referrers ## Referrers
- [Priacy Subreddit Megathread](https://www.reddit.com/r/Piracy/s/iymSloEpXn) - [Priacy Subreddit Megathread](https://www.reddit.com/r/Piracy/s/iymSloEpXn)
- [Toon's Instances](https://erynith.github.io/movie-web-instances) - [Toon's Instances](https://erynith.github.io/movie-web-instances)
- Sudo-Flix Docs | Coming soon - [Sudo-Flix docs](https://sussy-code.github.io/docs)
- [Sudo-Flix Discord](https://discord.gg/9XyDcpmnmg) - [Sudo-Flix Discord](https://discord.gg/9XyDcpmnmg)
- Search Engines: DuckDuckGo, Bing, Google - Search Engines: DuckDuckGo, Bing, Google
- Rentry.co? (This ones a mystery) - Rentry.co? (This ones a mystery)

View File

@ -95,10 +95,10 @@ export function SupportPage() {
<Button <Button
className="py px-4 box-content bg-buttons-secondary hover:bg-buttons-secondaryHover bg-opacity-90 text-buttons-secondaryText justify-center items-center inline-block" className="py px-4 box-content bg-buttons-secondary hover:bg-buttons-secondaryHover bg-opacity-90 text-buttons-secondaryText justify-center items-center inline-block"
onClick={() => onClick={() =>
window.open("https://movie-web.github.io/docs", "_blank") window.open("https://sussy-code.github.io/docs", "_blank")
} }
> >
Movie-Web Docs Sudo-Flix Docs
</Button> </Button>
</div> </div>
</Paragraph> </Paragraph>
@ -106,7 +106,7 @@ export function SupportPage() {
items={[ items={[
<Item title={t("support.q1.title")}> <Item title={t("support.q1.title")}>
<Trans i18nKey="support.q1.body"> <Trans i18nKey="support.q1.body">
<MwLink to="https://movie-web.github.io/links/discord" /> <MwLink to="https://discord.gg/FXq5fnepPf" />
</Trans> </Trans>
</Item>, </Item>,
<Item title={t("support.q2.title")}> <Item title={t("support.q2.title")}>

View File

@ -55,7 +55,7 @@ function ProxyEdit({ proxyUrls, setProxyUrls }: ProxyEditProps) {
</p> </p>
<p className="max-w-[20rem] font-medium"> <p className="max-w-[20rem] font-medium">
<Trans i18nKey="settings.connections.workers.description"> <Trans i18nKey="settings.connections.workers.description">
<MwLink to="https://movie-web.github.io/docs/proxy/deploy"> <MwLink to="https://sussy-code.github.io/docs/proxy/deploy">
Proxy documentation Proxy documentation
</MwLink> </MwLink>
</Trans> </Trans>
@ -125,7 +125,7 @@ function BackendEdit({ backendUrl, setBackendUrl }: BackendEditProps) {
</p> </p>
<p className="max-w-[20rem] font-medium"> <p className="max-w-[20rem] font-medium">
<Trans i18nKey="settings.connections.server.description"> <Trans i18nKey="settings.connections.server.description">
<MwLink to="https://movie-web.github.io/docs/backend/deploy"> <MwLink to="https://sussy-code.github.io/docs/backend/deploy">
Backend documentation Backend documentation
</MwLink> </MwLink>
</Trans> </Trans>