From 80765fac2323cf5ecea0c70a85953bc036871a08 Mon Sep 17 00:00:00 2001 From: Maria Elisabeth Schreiber Date: Tue, 3 Dec 2024 16:16:19 -0700 Subject: [PATCH 1/2] Update redirect --- docs/source/reference/router/configuration.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/reference/router/configuration.mdx b/docs/source/reference/router/configuration.mdx index 3c89326a73..061c5f2b1a 100644 --- a/docs/source/reference/router/configuration.mdx +++ b/docs/source/reference/router/configuration.mdx @@ -2,6 +2,8 @@ title: Router Configuration subtitle: Configure a router via environment variables, command-line options, and YAML description: Learn how to configure the Apollo GraphOS Router or Apollo Router Core with environment variables, command-line options and commands, and YAML configuration files. +redirectFrom: + - /router/configuration/overview/ --- Learn how to customize the behavior of your GraphOS Router or Apollo Router Core with environment variables, command-line commands and options, and YAML file configuration. From 7f073723f4cd1682c0fd1a4e9b36585d7653c465 Mon Sep 17 00:00:00 2001 From: Maria Elisabeth Schreiber Date: Tue, 3 Dec 2024 16:50:48 -0700 Subject: [PATCH 2/2] Remove duplicate --- docs/source/routing/configure-your-router.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/source/routing/configure-your-router.mdx b/docs/source/routing/configure-your-router.mdx index c5c835b946..12e4375a68 100644 --- a/docs/source/routing/configure-your-router.mdx +++ b/docs/source/routing/configure-your-router.mdx @@ -2,8 +2,6 @@ title: Configuring a Router subtitle: Learn to configure cloud-hosted and self-hosted routers description: Learn how to configure the Apollo GraphOS Router with environment variables, command-line options and commands, and YAML configuration files. -redirectFrom: - - /router/configuration/overview/ --- You can configure a router in multiple ways. Because cloud-hosted and self-hosted routers share the common foundation of Apollo Router Core, all routers support declarative configuration with a YAML file, usually named `router.yaml`. Differences between configuring cloud-hosted and self-hosted routers: