docs: fix docusaurus config for seerr (#1991)

Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
This commit is contained in:
Ludovic Ortega
2025-10-07 20:44:00 +03:00
committed by GitHub
parent 3de457f5bb
commit 3ff1c061b8

View File

@@ -3,7 +3,7 @@ import type { Config } from '@docusaurus/types';
import { themes as prismThemes } from 'prism-react-renderer'; import { themes as prismThemes } from 'prism-react-renderer';
const config: Config = { const config: Config = {
title: 'Jellyseerr', title: 'Seerr',
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',
@@ -11,8 +11,8 @@ const config: Config = {
baseUrl: '/', baseUrl: '/',
trailingSlash: false, trailingSlash: false,
organizationName: 'fallenbagel', organizationName: 'seerr-team',
projectName: 'Jellyseerr', projectName: 'seerr',
deploymentBranch: 'gh-pages', deploymentBranch: 'gh-pages',
onBrokenLinks: 'throw', onBrokenLinks: 'throw',
@@ -31,8 +31,7 @@ const config: Config = {
sidebarPath: './sidebars.ts', sidebarPath: './sidebars.ts',
routeBasePath: '/', routeBasePath: '/',
path: '../docs', path: '../docs',
editUrl: editUrl: 'https://github.com/seerr-team/seerr/edit/develop/docs/',
'https://github.com/fallenbagel/jellyseerr/edit/develop/docs/',
}, },
pages: false, pages: false,
theme: { theme: {
@@ -64,7 +63,7 @@ const config: Config = {
}, },
navbar: { navbar: {
logo: { logo: {
alt: 'Jellyseerr', alt: 'Seerr',
src: 'img/logo.svg', src: 'img/logo.svg',
}, },
items: [ items: [
@@ -74,7 +73,7 @@ const config: Config = {
position: 'right', position: 'right',
}, },
{ {
href: 'https://github.com/fallenbagel/jellyseerr', href: 'https://github.com/seerr-team/seerr',
label: 'GitHub', label: 'GitHub',
position: 'right', position: 'right',
}, },
@@ -101,7 +100,7 @@ const config: Config = {
}, },
{ {
label: 'GitHub', label: 'GitHub',
href: 'https://github.com/fallenbagel/jellyseerr', href: 'https://github.com/seerr-team/seerr',
}, },
], ],
}, },
@@ -114,12 +113,12 @@ const config: Config = {
}, },
{ {
label: 'Github Discussions', label: 'Github Discussions',
href: 'https://github.com/fallenbagel/jellyseerr/discussions', href: 'https://github.com/seerr-team/seerr/discussions',
}, },
], ],
}, },
], ],
copyright: `Copyright © ${new Date().getFullYear()} Jellyseerr. Built with Docusaurus.`, copyright: `Copyright © ${new Date().getFullYear()} Seerr. Built with Docusaurus.`,
}, },
prism: { prism: {
theme: prismThemes.shadesOfPurple, theme: prismThemes.shadesOfPurple,