mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-23 18:29:19 -05:00
docs: update docs links to docs.seerr.dev (#1990) [skip ci]
This commit is contained in:
@@ -34,7 +34,7 @@ With more features on the way! Check out our [issue tracker](/../../issues) to s
|
|||||||
|
|
||||||
Check out our documentation for instructions on how to install and run Seerr:
|
Check out our documentation for instructions on how to install and run Seerr:
|
||||||
|
|
||||||
https://docs.jellyseerr.dev/getting-started/
|
https://docs.seerr.dev/getting-started/
|
||||||
|
|
||||||
### Packages:
|
### Packages:
|
||||||
|
|
||||||
@@ -48,7 +48,7 @@ Nix: [Nixpkg](https://search.nixos.org/packages?channel=unstable&show=jellyseerr
|
|||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
- Check out the [Seerr Documentation](https://docs.jellyseerr.dev) before asking for help. Your question might already be in the docs!
|
- Check out the [Seerr Documentation](https://docs.seerr.dev) before asking for help. Your question might already be in the docs!
|
||||||
- You can get support on [Discord](https://discord.gg/seerr).
|
- You can get support on [Discord](https://discord.gg/seerr).
|
||||||
- You can ask questions in the Help category of our [GitHub Discussions](/../../discussions).
|
- You can ask questions in the Help category of our [GitHub Discussions](/../../discussions).
|
||||||
- Bug reports and feature requests can be submitted via [GitHub Issues](/../../issues).
|
- Bug reports and feature requests can be submitted via [GitHub Issues](/../../issues).
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Jellyseerr docs is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
|
Jellyseerr docs is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
|
||||||
|
|
||||||
Jellyseerr docs will be available at [docs.jellyseerr.dev](https://docs.jellyseerr.dev).
|
Jellyseerr docs will be available at [docs.seerr.dev](https://docs.seerr.dev).
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ const config: Config = {
|
|||||||
tagline: 'One Stop Solution for all your media request needs',
|
tagline: 'One Stop Solution for all your media request needs',
|
||||||
favicon: 'img/favicon.ico',
|
favicon: 'img/favicon.ico',
|
||||||
|
|
||||||
url: 'https://docs.jellyseerr.dev',
|
url: 'https://docs.seerr.dev',
|
||||||
baseUrl: '/',
|
baseUrl: '/',
|
||||||
trailingSlash: false,
|
trailingSlash: false,
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
docs.jellyseerr.dev
|
docs.seerr.dev
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ const handle = app.getRequestHandler();
|
|||||||
|
|
||||||
if (!appDataPermissions()) {
|
if (!appDataPermissions()) {
|
||||||
logger.error(
|
logger.error(
|
||||||
'Something went wrong while checking config folder! Please ensure the config folder is set up properly.\nhttps://docs.jellyseerr.dev/getting-started'
|
'Something went wrong while checking config folder! Please ensure the config folder is set up properly.\nhttps://docs.seerr.dev/getting-started'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -288,7 +288,7 @@ const NotificationsWebhook = () => {
|
|||||||
{values.supportVariables && (
|
{values.supportVariables && (
|
||||||
<div className="mt-2">
|
<div className="mt-2">
|
||||||
<Link
|
<Link
|
||||||
href="https://docs.jellyseerr.dev/using-jellyseerr/notifications/webhook#template-variables"
|
href="https://docs.seerr.dev/using-jellyseerr/notifications/webhook#template-variables"
|
||||||
passHref
|
passHref
|
||||||
legacyBehavior
|
legacyBehavior
|
||||||
>
|
>
|
||||||
@@ -376,7 +376,7 @@ const NotificationsWebhook = () => {
|
|||||||
<span>{intl.formatMessage(messages.resetPayload)}</span>
|
<span>{intl.formatMessage(messages.resetPayload)}</span>
|
||||||
</Button>
|
</Button>
|
||||||
<Link
|
<Link
|
||||||
href="https://docs.jellyseerr.dev/using-jellyseerr/notifications/webhook#template-variables"
|
href="https://docs.seerr.dev/using-jellyseerr/notifications/webhook#template-variables"
|
||||||
passHref
|
passHref
|
||||||
legacyBehavior
|
legacyBehavior
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -157,12 +157,12 @@ const SettingsAbout = () => {
|
|||||||
<List title={intl.formatMessage(messages.gettingsupport)}>
|
<List title={intl.formatMessage(messages.gettingsupport)}>
|
||||||
<List.Item title={intl.formatMessage(messages.documentation)}>
|
<List.Item title={intl.formatMessage(messages.documentation)}>
|
||||||
<a
|
<a
|
||||||
href="https://docs.jellyseerr.dev"
|
href="https://docs.seerr.dev"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
className="text-indigo-500 transition duration-300 hover:underline"
|
className="text-indigo-500 transition duration-300 hover:underline"
|
||||||
>
|
>
|
||||||
https://docs.jellyseerr.dev
|
https://docs.seerr.dev
|
||||||
</a>
|
</a>
|
||||||
</List.Item>
|
</List.Item>
|
||||||
<List.Item title={intl.formatMessage(messages.githubdiscussions)}>
|
<List.Item title={intl.formatMessage(messages.githubdiscussions)}>
|
||||||
|
|||||||
Reference in New Issue
Block a user