From c8661efcc8b729af4c16dc29555e656613a1436d Mon Sep 17 00:00:00 2001 From: Austin Akers Date: Thu, 23 Oct 2025 13:50:03 -0400 Subject: [PATCH 1/4] updated broken links --- docusaurus.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index a69edbe9..6f01fee7 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -371,7 +371,7 @@ const config: Config = { }, { label: 'X (Twitter)', - href: 'https://twitter.com/harperdbio', + href: 'https://twitter.com/harper_fast', }, ], }, @@ -388,7 +388,7 @@ const config: Config = { }, { label: 'GitHub', - href: 'https://github.com/HarperDB/harperdb', + href: 'https://github.com/HarperFast/harperdb', }, { label: 'Contact', From 60f02f8a75abd860fc3ab5507c03802ae5cfc027 Mon Sep 17 00:00:00 2001 From: Austin Akers Date: Thu, 23 Oct 2025 13:55:09 -0400 Subject: [PATCH 2/4] fixed and replaced broken links --- docusaurus.config.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 6f01fee7..b77ddbc7 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -362,12 +362,12 @@ const config: Config = { title: 'Community', items: [ { - label: 'Slack', - href: 'https://harperdbcommunity.slack.com', + label: 'Discord', + href: 'https://discord.gg/VzZuaw3Xay', }, { label: 'LinkedIn', - href: 'https://www.linkedin.com/company/harpersystems/', + href: 'https://www.linkedin.com/company/harperfast/', }, { label: 'X (Twitter)', @@ -384,15 +384,15 @@ const config: Config = { }, { label: 'Blog', - href: 'https://www.harpersystems.dev/blog', + href: 'https://www.harper.fast/resources', }, { label: 'GitHub', - href: 'https://github.com/HarperFast/harperdb', + href: 'https://github.com/HarperFast', }, { label: 'Contact', - href: 'https://www.harpersystems.dev/contact', + href: 'mailto:opensource@harperdb.io', }, ], }, From 93fd3a120515ad6e39b43821d3ba0d6b2e26b622 Mon Sep 17 00:00:00 2001 From: Austin Akers Date: Thu, 23 Oct 2025 13:59:31 -0400 Subject: [PATCH 3/4] more footer updates --- docusaurus.config.ts | 4 ++-- release-notes-data.json | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index b77ddbc7..509aa336 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -379,8 +379,8 @@ const config: Config = { title: 'More', items: [ { - label: 'Harper Systems', - href: 'https://www.harpersystems.dev', + label: 'Harper Fast', + href: 'https://www.harper.fast', }, { label: 'Blog', diff --git a/release-notes-data.json b/release-notes-data.json index 5ab50eb8..14136661 100644 --- a/release-notes-data.json +++ b/release-notes-data.json @@ -37,7 +37,10 @@ "4": { "pupName": "Tucker", "versions": [ + "4.7.2", + "4.7.1", "4.7.0", + "4.6.14", "4.6.13", "4.6.12", "4.6.11", @@ -52,6 +55,8 @@ "4.6.2", "4.6.1", "4.6.0", + "4.5.32", + "4.5.31", "4.5.30", "4.5.29", "4.5.28", From f6aa1e84ef57259164ace676df2207e384973355 Mon Sep 17 00:00:00 2001 From: Austin Akers Date: Thu, 23 Oct 2025 14:00:44 -0400 Subject: [PATCH 4/4] updated logo url --- docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 509aa336..3c083df9 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -302,7 +302,7 @@ const config: Config = { alt: 'Harper Logo', src: 'img/HarperPrimaryBlk.svg', srcDark: 'img/HarperPrimaryWht.svg', - href: 'https://www.harpersystems.dev', + href: 'https://www.harper.fast/', }, items: [ {