diff --git a/docs/source/reference/router/configuration.mdx b/docs/source/reference/router/configuration.mdx index 144fc63edf..fcb888892c 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. 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: