From 0fd3b61b4e3378d878e6f5f9c3e0b04fd38fba67 Mon Sep 17 00:00:00 2001 From: MelanX Date: Sat, 31 Aug 2024 15:35:15 +0200 Subject: [PATCH] Update project references to chaotictrials.github.io --- docusaurus.config.ts | 8 ++++---- src/components/DependencyTable/index.tsx | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 84ed058..85f9747 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -15,7 +15,7 @@ const config: Config = { baseUrl: '/', organizationName: 'ChaoticTrials', - projectName: 'Website', + projectName: 'chaotictrials.github.io', onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn', @@ -38,7 +38,7 @@ const config: Config = { { docs: { sidebarPath: './sidebars.ts', - editUrl: 'https://github.com/ChaoticTrials/Website/tree/main/', + editUrl: 'https://github.com/ChaoticTrials/chaotictrials.github.io/tree/main/', versions: { current: { label: `${getNextVersionName()}`, @@ -52,7 +52,7 @@ const config: Config = { type: ['rss', 'atom'], xslt: true, }, - editUrl: 'https://github.com/ChaoticTrials/Website/tree/main/', + editUrl: 'https://github.com/ChaoticTrials/chaotictrials.github.io/tree/main/', onInlineTags: 'warn', onInlineAuthors: 'warn', onUntruncatedBlogPosts: 'warn', @@ -107,7 +107,7 @@ const config: Config = { dropdownActiveClassDisabled: true, }, { - href: 'https://github.com/ChaoticTrials/Website', + href: 'https://github.com/ChaoticTrials/chaotictrials.github.io', label: 'GitHub', position: 'right', }, diff --git a/src/components/DependencyTable/index.tsx b/src/components/DependencyTable/index.tsx index 3f8df79..a108935 100644 --- a/src/components/DependencyTable/index.tsx +++ b/src/components/DependencyTable/index.tsx @@ -13,7 +13,7 @@ interface Project { // Define a global constant for the headers const HEADERS = { - 'User-Agent': 'GitHub@ChaoticTrials/Website' + 'User-Agent': 'GitHub@ChaoticTrials/chaotictrials.github.io' }; const CACHE_EXPIRATION_MS = 5 * 60 * 1000;