From b634ec2afe6c10899ccf791a13bce84dc48dbf56 Mon Sep 17 00:00:00 2001 From: fallenbagel <98979876+fallenbagel@users.noreply.github.com> Date: Tue, 21 Jan 2025 17:18:59 +0800 Subject: [PATCH] docs: changed the name to lowercase --- gen-docs/docusaurus.config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gen-docs/docusaurus.config.ts b/gen-docs/docusaurus.config.ts index 1aed70432..637741b02 100644 --- a/gen-docs/docusaurus.config.ts +++ b/gen-docs/docusaurus.config.ts @@ -11,7 +11,7 @@ const config: Config = { baseUrl: '/', trailingSlash: false, - organizationName: 'Fallenbagel', + organizationName: 'fallenbagel', projectName: 'Jellyseerr', deploymentBranch: 'gh-pages', @@ -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, @@ -70,7 +70,7 @@ const config: Config = { }, items: [ { - href: 'https://github.com/Fallenbagel/jellyseerr', + href: 'https://github.com/fallenbagel/jellyseerr', label: 'GitHub', position: 'right', },