@@ -3,16 +3,16 @@ import type { Config } from '@docusaurus/types';
33import { themes as prismThemes } from 'prism-react-renderer' ;
44
55const config : Config = {
6- title : 'Jellyseerr ' ,
6+ title : 'Seerr ' ,
77 tagline : 'One Stop Solution for all your media request needs' ,
88 favicon : 'img/favicon.ico' ,
99
1010 url : 'https://docs.seerr.dev' ,
1111 baseUrl : '/' ,
1212 trailingSlash : false ,
1313
14- organizationName : 'fallenbagel ' ,
15- projectName : 'Jellyseerr ' ,
14+ organizationName : 'seerr-team ' ,
15+ projectName : 'seerr ' ,
1616 deploymentBranch : 'gh-pages' ,
1717
1818 onBrokenLinks : 'throw' ,
@@ -31,8 +31,7 @@ const config: Config = {
3131 sidebarPath : './sidebars.ts' ,
3232 routeBasePath : '/' ,
3333 path : '../docs' ,
34- editUrl :
35- 'https://github.com/fallenbagel/jellyseerr/edit/develop/docs/' ,
34+ editUrl : 'https://github.com/seerr-team/seerr/edit/develop/docs/' ,
3635 } ,
3736 pages : false ,
3837 theme : {
@@ -64,7 +63,7 @@ const config: Config = {
6463 } ,
6564 navbar : {
6665 logo : {
67- alt : 'Jellyseerr ' ,
66+ alt : 'Seerr ' ,
6867 src : 'img/logo.svg' ,
6968 } ,
7069 items : [
@@ -74,7 +73,7 @@ const config: Config = {
7473 position : 'right' ,
7574 } ,
7675 {
77- href : 'https://github.com/fallenbagel/jellyseerr ' ,
76+ href : 'https://github.com/seerr-team/seerr ' ,
7877 label : 'GitHub' ,
7978 position : 'right' ,
8079 } ,
@@ -101,7 +100,7 @@ const config: Config = {
101100 } ,
102101 {
103102 label : 'GitHub' ,
104- href : 'https://github.com/fallenbagel/jellyseerr ' ,
103+ href : 'https://github.com/seerr-team/seerr ' ,
105104 } ,
106105 ] ,
107106 } ,
@@ -114,12 +113,12 @@ const config: Config = {
114113 } ,
115114 {
116115 label : 'Github Discussions' ,
117- href : 'https://github.com/fallenbagel/jellyseerr /discussions' ,
116+ href : 'https://github.com/seerr-team/seerr /discussions' ,
118117 } ,
119118 ] ,
120119 } ,
121120 ] ,
122- copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } Jellyseerr . Built with Docusaurus.` ,
121+ copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } Seerr . Built with Docusaurus.` ,
123122 } ,
124123 prism : {
125124 theme : prismThemes . shadesOfPurple ,
0 commit comments