diff --git a/docs/index.mdx b/docs/index.mdx index e6e11ca2..99ac5c59 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -10,7 +10,7 @@ import CustomDocCardList from '@site/src/components/CustomDocCardList'; ### Get the Most Out of Harper -Join our Discord to access expert support, collaborate with Harper’s core team, and stay up to date on the latest platform updates. [Join Our Discord →](https://discord.gg/VzZuaw3Xay) +Join our Discord to access expert support, collaborate with Harper's core team, and stay up to date on the latest platform updates. [Join Our Discord →](https://harper.fast/discord) ::: Harper is an all-in-one backend technology that fuses database technologies, caching, application hosting, and messaging functions into a single system. Unlike traditional architectures where each piece runs independently and incurs extra costs and latency from serialization and network operations between processes, Harper systems can handle workloads seamlessly and efficiently. diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 4b29211d..860787bc 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -52,7 +52,7 @@ const config: Config = { // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. - organizationName: 'HarperDB', // Usually your GitHub org/user name. + organizationName: 'HarperFast', // Usually your GitHub org/user name. projectName: 'documentation', // Usually your repo name. onBrokenLinks: 'throw', @@ -72,10 +72,10 @@ const config: Config = { // For current docs: versionDocsDirPath is 'docs' if (versionDocsDirPath.startsWith('versioned_docs')) { // Versioned docs are in versioned_docs/version-X.X/ - return `https://github.com/HarperDB/documentation/blob/main/${versionDocsDirPath}/${docPath}`; + return `https://github.com/HarperFast/documentation/blob/main/${versionDocsDirPath}/${docPath}`; } else { // Current docs are in the root docs/ directory - return `https://github.com/HarperDB/documentation/blob/main/docs/${docPath}`; + return `https://github.com/HarperFast/documentation/blob/main/docs/${docPath}`; } }, lastVersion: '4.7', @@ -156,7 +156,7 @@ const config: Config = { path: 'release-notes', routeBasePath: 'release-notes', sidebarPath: './sidebarsReleaseNotes.ts', - editUrl: 'https://github.com/HarperDB/documentation/blob/main/', + editUrl: 'https://github.com/HarperFast/documentation/blob/main/', // Sort by semantic version and filter out index files from sidebar async sidebarItemsGenerator({ defaultSidebarItemsGenerator, ...args }) { const sidebarItems = await defaultSidebarItemsGenerator(args); @@ -196,7 +196,7 @@ const config: Config = { path: 'fabric', routeBasePath: 'fabric', sidebarPath: './sidebarsFabric.ts', - editUrl: 'https://github.com/HarperDB/documentation/blob/main/', + editUrl: 'https://github.com/HarperFast/documentation/blob/main/', }, ], @@ -332,7 +332,7 @@ const config: Config = { dropdownActiveClassDisabled: true, }, { - href: 'https://github.com/HarperDB/documentation', + href: 'https://github.com/HarperFast/documentation', label: 'GitHub', position: 'right', }, @@ -363,7 +363,7 @@ const config: Config = { items: [ { label: 'Discord', - href: 'https://discord.gg/VzZuaw3Xay', + href: 'https://harper.fast/discord', }, { label: 'LinkedIn', @@ -384,11 +384,11 @@ const config: Config = { items: [ { label: 'Harper Fast', - href: 'https://www.harper.fast', + href: 'https://harper.fast', }, { label: 'Blog', - href: 'https://www.harper.fast/resources', + href: 'https://harper.fast/resources', }, { label: 'GitHub', diff --git a/versioned_docs/version-4.4/index.md b/versioned_docs/version-4.4/index.md index 71b197fb..5d9285f2 100644 --- a/versioned_docs/version-4.4/index.md +++ b/versioned_docs/version-4.4/index.md @@ -8,7 +8,7 @@ title: Harper Docs ### Get the Most Out of Harper -Join our Discord to access expert support, collaborate with Harper’s core team, and stay up to date on the latest platform updates. [Join Our Discord →](https://discord.gg/VzZuaw3Xay) +Join our Discord to access expert support, collaborate with Harper’s core team, and stay up to date on the latest platform updates. [Join Our Discord →](https://harper.fast/discord) ::: ## What is Harper? Performance, Simplicity, and Scale. diff --git a/versioned_docs/version-4.5/index.mdx b/versioned_docs/version-4.5/index.mdx index 1e4b7a9a..35553c7e 100644 --- a/versioned_docs/version-4.5/index.mdx +++ b/versioned_docs/version-4.5/index.mdx @@ -10,7 +10,7 @@ import CustomDocCardList from '@site/src/components/CustomDocCardList'; ### Get the Most Out of Harper -Join our Discord to access expert support, collaborate with Harper’s core team, and stay up to date on the latest platform updates. [Join Our Discord →](https://discord.gg/VzZuaw3Xay) +Join our Discord to access expert support, collaborate with Harper’s core team, and stay up to date on the latest platform updates. [Join Our Discord →](https://harper.fast/discord) ::: Welcome to the Harper Documentation! Here, you'll find all things Harper, and everything you need to get started, troubleshoot issues, and make the most of our platform. diff --git a/versioned_docs/version-4.6/index.mdx b/versioned_docs/version-4.6/index.mdx index e6e11ca2..8d2cbcb5 100644 --- a/versioned_docs/version-4.6/index.mdx +++ b/versioned_docs/version-4.6/index.mdx @@ -10,7 +10,7 @@ import CustomDocCardList from '@site/src/components/CustomDocCardList'; ### Get the Most Out of Harper -Join our Discord to access expert support, collaborate with Harper’s core team, and stay up to date on the latest platform updates. [Join Our Discord →](https://discord.gg/VzZuaw3Xay) +Join our Discord to access expert support, collaborate with Harper’s core team, and stay up to date on the latest platform updates. [Join Our Discord →](https://harper.fast/discord) ::: Harper is an all-in-one backend technology that fuses database technologies, caching, application hosting, and messaging functions into a single system. Unlike traditional architectures where each piece runs independently and incurs extra costs and latency from serialization and network operations between processes, Harper systems can handle workloads seamlessly and efficiently. diff --git a/versioned_docs/version-4.7/index.mdx b/versioned_docs/version-4.7/index.mdx index e6e11ca2..8d2cbcb5 100644 --- a/versioned_docs/version-4.7/index.mdx +++ b/versioned_docs/version-4.7/index.mdx @@ -10,7 +10,7 @@ import CustomDocCardList from '@site/src/components/CustomDocCardList'; ### Get the Most Out of Harper -Join our Discord to access expert support, collaborate with Harper’s core team, and stay up to date on the latest platform updates. [Join Our Discord →](https://discord.gg/VzZuaw3Xay) +Join our Discord to access expert support, collaborate with Harper’s core team, and stay up to date on the latest platform updates. [Join Our Discord →](https://harper.fast/discord) ::: Harper is an all-in-one backend technology that fuses database technologies, caching, application hosting, and messaging functions into a single system. Unlike traditional architectures where each piece runs independently and incurs extra costs and latency from serialization and network operations between processes, Harper systems can handle workloads seamlessly and efficiently.