From 7c8ac779ad127914bf5a391b9414e1faed234116 Mon Sep 17 00:00:00 2001 From: Kamil Kisiela Date: Mon, 18 Nov 2024 15:35:55 +0100 Subject: [PATCH] Modify docs/gateway page - include "graphql router" (#5990) Co-authored-by: github-actions[bot] --- packages/web/docs/src/components/landing-page.tsx | 2 +- packages/web/docs/src/pages/docs/gateway/index.mdx | 8 ++++---- packages/web/docs/src/pages/index.mdx | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/web/docs/src/components/landing-page.tsx b/packages/web/docs/src/components/landing-page.tsx index f90b346f1..60f9cd8a9 100644 --- a/packages/web/docs/src/components/landing-page.tsx +++ b/packages/web/docs/src/components/landing-page.tsx @@ -33,7 +33,7 @@ export function IndexPage(): ReactElement { size="xl" className="mx-auto max-w-3xl text-balance text-center text-white" > - Open-source GraphQL Federation Platform + Open-Source GraphQL Federation Platform

Schema registry, analytics and gateway for GraphQL federation and other GraphQL APIs. diff --git a/packages/web/docs/src/pages/docs/gateway/index.mdx b/packages/web/docs/src/pages/docs/gateway/index.mdx index 91df1e6a3..2758f5e64 100644 --- a/packages/web/docs/src/pages/docs/gateway/index.mdx +++ b/packages/web/docs/src/pages/docs/gateway/index.mdx @@ -1,21 +1,21 @@ --- title: GraphQL Gateway description: - Hive Gateway is the Apollo Federation Gateway and/or Proxy Gateway for your GraphQL services. + Hive Gateway is the GraphQL federation Gateway and/or Proxy Gateway for your GraphQL services. --- import { Callout, Cards, Tabs } from '@theguild/components' # Hive Gateway -Hive Gateway is a fully open-source MIT-licensed GraphQL gateway that can act as a +Hive Gateway is a fully open-source MIT-licensed GraphQL gateway (GraphQL router) that can act as a [GraphQL federation](/federation) Gateway or a Proxy Gateway for any GraphQL services. The Hive Gateway can be run as a standalone binary, a Docker Image, or as a JavaScript package (e.g. within Node.js, Bun, Deno, Google Cloud Functions, Azure Functions or Cloudflare Workers) -Hive Gateway provides the following features on top of your Federated GraphQL schema or proxied -GraphQL schema: +Our GraphQL API Gateway provides the following features on top of your Federated GraphQL schema or +proxied GraphQL schema: - [GraphQL Subscriptions](/docs/gateway/subscriptions) with WebSockets, HTTP Callbacks or SSE - Automatic query and request batching to reduce the number of HTTP requests to your subgraph diff --git a/packages/web/docs/src/pages/index.mdx b/packages/web/docs/src/pages/index.mdx index 71a7e4c07..f37f5cc92 100644 --- a/packages/web/docs/src/pages/index.mdx +++ b/packages/web/docs/src/pages/index.mdx @@ -1,7 +1,7 @@ --- -title: Open-source GraphQL Federation Platform +title: Open-Source GraphQL Federation Platform description: - Fully Open-source schema registry, analytics and gateway for GraphQL federation and other GraphQL + Fully Open-Source schema registry, analytics and gateway for GraphQL federation and other GraphQL APIs ---