mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
update for new docs
This commit is contained in:
parent
aebcfe9f25
commit
4a7b62bc0b
5 changed files with 10 additions and 10 deletions
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
|
@ -1,2 +1,2 @@
|
|||
* 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]
|
||||
|
|
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
|
@ -35,7 +35,7 @@ There are two places where to request features or report bugs:
|
|||
### 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
|
||||
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.
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
## Links And Resources
|
||||
| Service | Link | Source Code |
|
||||
|----------------|------------------------------------------------------------------|----------------------------------------------------------|
|
||||
| Sudo-Flix Docs | Coming soon | N/A |
|
||||
| Extension | Coming soon | N/A |
|
||||
| Sudo-Flix Docs | [sudo-docs](https://sussy-code.github.io/docs) | [Source Code](https://github.com/sussy-code/docs) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
|
@ -19,7 +19,7 @@
|
|||
## Referrers
|
||||
- [Priacy Subreddit Megathread](https://www.reddit.com/r/Piracy/s/iymSloEpXn)
|
||||
- [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)
|
||||
- Search Engines: DuckDuckGo, Bing, Google
|
||||
- Rentry.co? (This ones a mystery)
|
||||
|
|
|
@ -95,10 +95,10 @@ export function SupportPage() {
|
|||
<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"
|
||||
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>
|
||||
</div>
|
||||
</Paragraph>
|
||||
|
@ -106,7 +106,7 @@ export function SupportPage() {
|
|||
items={[
|
||||
<Item title={t("support.q1.title")}>
|
||||
<Trans i18nKey="support.q1.body">
|
||||
<MwLink to="https://movie-web.github.io/links/discord" />
|
||||
<MwLink to="https://discord.gg/FXq5fnepPf" />
|
||||
</Trans>
|
||||
</Item>,
|
||||
<Item title={t("support.q2.title")}>
|
||||
|
|
|
@ -55,7 +55,7 @@ function ProxyEdit({ proxyUrls, setProxyUrls }: ProxyEditProps) {
|
|||
</p>
|
||||
<p className="max-w-[20rem] font-medium">
|
||||
<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
|
||||
</MwLink>
|
||||
</Trans>
|
||||
|
@ -125,7 +125,7 @@ function BackendEdit({ backendUrl, setBackendUrl }: BackendEditProps) {
|
|||
</p>
|
||||
<p className="max-w-[20rem] font-medium">
|
||||
<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
|
||||
</MwLink>
|
||||
</Trans>
|
||||
|
|
Loading…
Reference in a new issue