Skip to content

Commit

Permalink
docs: changed the name to lowercase (fallenbagel#1296)
Browse files Browse the repository at this point in the history
  • Loading branch information
fallenbagel authored Jan 21, 2025
1 parent 62c1a70 commit 002557d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gen-docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const config: Config = {
baseUrl: '/',
trailingSlash: false,

organizationName: 'Fallenbagel',
organizationName: 'fallenbagel',
projectName: 'Jellyseerr',
deploymentBranch: 'gh-pages',

Expand All @@ -32,7 +32,7 @@ const config: Config = {
routeBasePath: '/',
path: '../docs',
editUrl:
'https://github.com/Fallenbagel/jellyseerr/edit/develop/docs/',
'https://github.com/fallenbagel/jellyseerr/edit/develop/docs/',
},
blog: false,
pages: false,
Expand Down Expand Up @@ -70,7 +70,7 @@ const config: Config = {
},
items: [
{
href: 'https://github.com/Fallenbagel/jellyseerr',
href: 'https://github.com/fallenbagel/jellyseerr',
label: 'GitHub',
position: 'right',
},
Expand Down

0 comments on commit 002557d

Please sign in to comment.