From d9d0206c217515dd56e4fc01dae7a81bde59b289 Mon Sep 17 00:00:00 2001 From: Kamil Kisiela Date: Fri, 22 Nov 2024 14:19:12 +0100 Subject: [PATCH] Update anchor addresses to the-guild.dev/graphql/hive --- ...cing-free-single-sign-on-for-graphql-hive.mdx | 16 ++++++++-------- .../blog/announcing-graphql-hive-release.mdx | 2 +- .../blog/announcing-self-hosted-graphql-hive.mdx | 2 +- .../pages/blog/graphql-hive-and-clickhouse.mdx | 13 +++++++------ website/pages/blog/graphql-hive-preview.mdx | 8 ++++---- website/pages/blog/oss-contributor-workflow.mdx | 2 +- 6 files changed, 22 insertions(+), 21 deletions(-) diff --git a/website/pages/blog/announcing-free-single-sign-on-for-graphql-hive.mdx b/website/pages/blog/announcing-free-single-sign-on-for-graphql-hive.mdx index ba4bd6d84..86cec3701 100644 --- a/website/pages/blog/announcing-free-single-sign-on-for-graphql-hive.mdx +++ b/website/pages/blog/announcing-free-single-sign-on-for-graphql-hive.mdx @@ -11,11 +11,11 @@ thumbnail: /blog-assets/announcing-free-single-sign-on-for-graphql-hive/thumbnai Today we are excited to announce that due to popular demand we now support connecting a GraphQL Hive Organization to an OAuth Open ID Connect Provider (OIDC) for Single Sign On (SSO). -> [GraphQL Hive](https://graphql-hive.com/) is our schema registry solution for continuously -> evolving your GraphQL schema backed by performance insights and usage statistics. Whether you are -> working in a small company with a single GraphQL service or a big multi-team company with multiple -> (federated or composed) GraphQL services, GraphQL Hive is the perfect tool to help you manage your -> GraphQL schema. +> [GraphQL Hive](https://the-guild.dev/graphql/hive) is our schema registry solution for +> continuously evolving your GraphQL schema backed by performance insights and usage statistics. +> Whether you are working in a small company with a single GraphQL service or a big multi-team +> company with multiple (federated or composed) GraphQL services, GraphQL Hive is the perfect tool +> to help you manage your GraphQL schema. GraphQL Hive gives you the flexibility of choosing your existing identity provider of choice for authenticating users, such as Google Workspaces, Okta, Auth0, and many more. @@ -38,8 +38,8 @@ is also available on self-hosted GraphQL Hive Huge thanks go out to the incredible helpful team at [SuperTokens](https://supertokens.com/) that helped us a lot with questions and feedback on shipping this feature. GraphQL Hive is -[fully open source](http://github.com/kamilkisiela/graphql-hive) and also uses the SuperTokens Open +[fully open source](http://github.com/graphql-hive/console) and also uses the SuperTokens Open Source project for user authentication. -- [Get started with adding OAuth OIDC SSO to your GraphQL Hive organization](https://docs.graphql-hive.com/features/sso-oidc-provider) -- [Get started with with custom OIDC providers for self-hosted Hive](https://docs.graphql-hive.com/self-hosting/oidc-login) +- [Get started with adding OAuth OIDC SSO to your GraphQL Hive organization](https://the-guild.dev/graphql/hive/docs/management/sso-oidc-provider) +- [Get started with with custom OIDC providers for self-hosted Hive](https://the-guild.dev/graphql/hive/docs/self-hosting/oidc-login) diff --git a/website/pages/blog/announcing-graphql-hive-release.mdx b/website/pages/blog/announcing-graphql-hive-release.mdx index bf4df073f..b2b8254f9 100644 --- a/website/pages/blog/announcing-graphql-hive-release.mdx +++ b/website/pages/blog/announcing-graphql-hive-release.mdx @@ -82,7 +82,7 @@ Doing so will avoid deployment issues and development issues (ex: getting intros from the wrong development version of the schema). More examples are available in Hive documentation: -[https://docs.graphql-hive.com/features/registry-usage](https://docs.graphql-hive.com/features/registry-usage). +https://the-guild.dev/graphql/hive/docs/high-availability-cdn. The three aspects of Schema Registry covered above **will help you a safer and smoother deployment of your GraphQL APIs**, even when working with standalone or monolithic GraphQL APIs. diff --git a/website/pages/blog/announcing-self-hosted-graphql-hive.mdx b/website/pages/blog/announcing-self-hosted-graphql-hive.mdx index b480dc938..e16f998c9 100644 --- a/website/pages/blog/announcing-self-hosted-graphql-hive.mdx +++ b/website/pages/blog/announcing-self-hosted-graphql-hive.mdx @@ -37,4 +37,4 @@ Today, we are happy to announce that we have reached this milestone and spinning GraphQL Hive instance is as easy as running a single command! All you need is `docker` and `docker-compose` installed on your machine. -[Head over to our GraphQL Hive documentation for getting started!](https://docs.graphql-hive.com/self-hosting/get-started) +[Head over to our GraphQL Hive documentation for getting started!](https://the-guild.dev/graphql/hive/docs/self-hosting/get-started) diff --git a/website/pages/blog/graphql-hive-and-clickhouse.mdx b/website/pages/blog/graphql-hive-and-clickhouse.mdx index 3b6b78b25..30007523b 100644 --- a/website/pages/blog/graphql-hive-and-clickhouse.mdx +++ b/website/pages/blog/graphql-hive-and-clickhouse.mdx @@ -15,9 +15,9 @@ by covering Hive's architecture in detail. ## What Is GraphQL Hive? -[GraphQL Hive](https://graphql-hive.com) is a Schema Registry, Monitoring, and Analytics solution -for GraphQL APIs. A fully open-source tool that helps you to track the history of changes prevents -breaking the API and analyzing the traffic of your API. +[GraphQL Hive](https://the-guild.dev/graphql/hive) is a Schema Registry, Monitoring, and Analytics +solution for GraphQL APIs. A fully open-source tool that helps you to track the history of changes +prevents breaking the API and analyzing the traffic of your API. GraphQL Hive makes you aware of how your GraphQL API is used and what is the experience of its final users. @@ -32,9 +32,10 @@ you missed it, we recently It is important to be aware of how a GraphQL API is used and what is the experience of its final users. To answer these questions GraphQL Hive collects -[Usage Reports](https://docs.graphql-hive.com/specs/usage-reports). By looking at the sample below, -you can get an idea of how GraphQL Hive knows when it's safe to delete a type or a field of your -GraphQL API. This is the most important building block of all data available in GraphQL Hive. +[Usage Reports](https://the-guild.dev/graphql/hive/docs/specs/usage-reports). By looking at the +sample below, you can get an idea of how GraphQL Hive knows when it's safe to delete a type or a +field of your GraphQL API. This is the most important building block of all data available in +GraphQL Hive. ```json { diff --git a/website/pages/blog/graphql-hive-preview.mdx b/website/pages/blog/graphql-hive-preview.mdx index 00e86841e..588e6e125 100644 --- a/website/pages/blog/graphql-hive-preview.mdx +++ b/website/pages/blog/graphql-hive-preview.mdx @@ -9,7 +9,7 @@ image: /blog-assets/graphql-hive/cover.png --- Today, we're happy to announce -[**GraphQL Hive**](https://graphql-hive.com/?utm_source=blog&utm_medium=link&utm_campaign=blog_hive) - +[**GraphQL Hive**](https://the-guild.dev/graphql/hive?utm_source=blog&utm_medium=link&utm_campaign=blog_hive) - **a registry of schemas** to manage, safeguard and optimize your **team's workflows** when deploying **GraphQL services**. Hold your horses, we're not publicly launching it yet, it's only the start of a beta testing program we give out today. **Sign up for early access!** @@ -35,8 +35,8 @@ workflows and on-premise needs. [Apollo Federation](https://the-guild.dev/graphql/hive/federation) and Schema Stitching services**. In a later release we also aim to support other types of schemas, like open-api, gRPC, SOAP and others that are not originally GraphQL thanks to the power of our -[GraphQL Mesh library](https://graphql-mesh.com). That is in order that you will be able to enjoy -all the powerful features from GraphQL Hive, even if you don't use GraphQL. +[GraphQL Mesh library](https://the-guild.dev/graphql/hive). That is in order that you will be able +to enjoy all the powerful features from GraphQL Hive, even if you don't use GraphQL. ![Use GraphQL Hive with GraphQL Mesh](https://og-image-guild.vercel.app/**Beyond**%20GraphQL.png?theme=light&md=1&fontSize=100px&images=https://graphql-mesh.com/img/mesh-text-logo.svg&images=https%3A%2F%2Fgraphql-hive.com%2Flogo.svg&widths=auto&widths=380) @@ -53,7 +53,7 @@ All of that to get a clear picture of how the GraphQL APIs are being developed a ## Request for Early Access Today! If you're interested to try it out and give us feedback, please visit -[graphql-hive.com](https://graphql-hive.com/?utm_source=blog&utm_medium=link&utm_campaign=blog_hive) +[graphql-hive.com](https://the-guild.dev/graphql/hive/?utm_source=blog&utm_medium=link&utm_campaign=blog_hive) and sign up for the early access program. The benefits are that you will get to work closely with us, while we review your use-cases and workflows and make sure GraphQL Hive supports you in the best way possible! diff --git a/website/pages/blog/oss-contributor-workflow.mdx b/website/pages/blog/oss-contributor-workflow.mdx index 632298918..42c7dd043 100644 --- a/website/pages/blog/oss-contributor-workflow.mdx +++ b/website/pages/blog/oss-contributor-workflow.mdx @@ -57,7 +57,7 @@ contributors: - [SOFA](https://sofa-api.com) - [GraphQL-ESLint](https://github.com/dimaMachina/graphql-eslint) - [GraphQL Inspector](https://graphql-inspector.com) -- [GraphQL Hive](https://graphql-hive.com) +- [GraphQL Hive](https://the-guild.dev/graphql/hive) As you can see, the list goes on (for a good reason), and we have more interesting projects on the way which you can find [here](/open-source) 😉