From 8e512b8d4cdae217a76170dcfba2bd2125bbf554 Mon Sep 17 00:00:00 2001 From: Edward Huang Date: Tue, 23 Jul 2024 17:47:22 -0700 Subject: [PATCH] DOC-193 remove offline license docs --- src/content/graphos/cloud-routing/dedicated/migration.mdx | 2 +- src/content/shared/graphos-router-features.mdx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/content/graphos/cloud-routing/dedicated/migration.mdx b/src/content/graphos/cloud-routing/dedicated/migration.mdx index 1d582a07a..76d41429a 100644 --- a/src/content/graphos/cloud-routing/dedicated/migration.mdx +++ b/src/content/graphos/cloud-routing/dedicated/migration.mdx @@ -16,7 +16,7 @@ GraphOS offers two tiers of cloud routing: Serverless and Dedicated. This guide -Dedicated cloud routers currently support all [premium router features](/router/enterprise-features) except for [safelisting with persisted queries](/router/configuration/persisted-queries/), [automatic persisted queries](/apollo-server/performance/apq/), and [offline licenses](/router/enterprise-features/#offline-enterprise-license). Support for both persisted queries features is on the roadmap. +Dedicated cloud routers currently support all [premium router features](/router/enterprise-features) except for [safelisting with persisted queries](/router/configuration/persisted-queries/), and [automatic persisted queries](/apollo-server/performance/apq/). Support for both persisted queries features is on the roadmap. diff --git a/src/content/shared/graphos-router-features.mdx b/src/content/shared/graphos-router-features.mdx index d911cb7b3..81c7a014a 100644 --- a/src/content/shared/graphos-router-features.mdx +++ b/src/content/shared/graphos-router-features.mdx @@ -10,4 +10,3 @@ The GraphOS Router supports a collection of premium features specific to GraphOS - Custom request handling in any language via [external coprocessing](https://www.apollographql.com/docs/router/customizations/coprocessor/) - Mitigation of potentially malicious requests via [operation limits](https://www.apollographql.com/docs/router/configuration/operation-limits),[demand control](https://www.apollographql.com/docs/router/executing-operations/demand-control), and [safelisting](https://www.apollographql.com/docs/graphos/operations/persisted-queries) - Custom instrumentation and telemetry, including [custom attributes for spans](https://www.apollographql.com/docs/router/configuration/telemetry/instrumentation/spans/#attributes). -- An [offline Enterprise license](https://www.apollographql.com/docs/router/enterprise-features/#offline-enterprise-license) that enables running the router with Enterprise features when disconnected from the internet.