Modify docs/gateway page - include "graphql router" (#5990)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Kamil Kisiela 2024-11-18 15:35:55 +01:00 committed by GitHub
parent 1ea4df95b5
commit 7c8ac779ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 7 deletions

View file

@ -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
</Heading>
<p className="mx-auto w-[512px] max-w-[80%] text-center leading-6 text-white/80">
Schema registry, analytics and gateway for GraphQL federation and other GraphQL APIs.

View file

@ -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

View file

@ -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
---