From ef36a80ebf6f32dc47b10bb6a358e63952f5509e Mon Sep 17 00:00:00 2001 From: Sarah Alsmiller Date: Wed, 6 Jul 2022 11:59:40 -0500 Subject: [PATCH] fix render issue --- website/content/docs/api-gateway/configuration/gateway.mdx | 2 +- .../content/docs/api-gateway/configuration/gatewayclass.mdx | 2 +- .../docs/api-gateway/configuration/gatewayclassconfig.mdx | 2 +- website/content/docs/api-gateway/configuration/index.mdx | 2 +- website/content/docs/api-gateway/configuration/routes.mdx | 2 +- website/data/docs-nav-data.json | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/website/content/docs/api-gateway/configuration/gateway.mdx b/website/content/docs/api-gateway/configuration/gateway.mdx index c1dd183268..5300fe7ca9 100644 --- a/website/content/docs/api-gateway/configuration/gateway.mdx +++ b/website/content/docs/api-gateway/configuration/gateway.mdx @@ -2,7 +2,7 @@ layout: docs page_title: Consul API Gateway Gateway description: >- -Consul API Gateway Gateway + Consul API Gateway Gateway --- # Gateway diff --git a/website/content/docs/api-gateway/configuration/gatewayclass.mdx b/website/content/docs/api-gateway/configuration/gatewayclass.mdx index 2a80fb683d..5f92df12dd 100644 --- a/website/content/docs/api-gateway/configuration/gatewayclass.mdx +++ b/website/content/docs/api-gateway/configuration/gatewayclass.mdx @@ -2,7 +2,7 @@ layout: docs page_title: Consul API Gateway GatewayClass description: >- -Consul API Gateway GatewayClass + Consul API Gateway GatewayClass --- # GatewayClass diff --git a/website/content/docs/api-gateway/configuration/gatewayclassconfig.mdx b/website/content/docs/api-gateway/configuration/gatewayclassconfig.mdx index 7648b04736..3d660d1a7c 100644 --- a/website/content/docs/api-gateway/configuration/gatewayclassconfig.mdx +++ b/website/content/docs/api-gateway/configuration/gatewayclassconfig.mdx @@ -2,7 +2,7 @@ layout: docs page_title: Consul API Gateway GatewayClassConfig description: >- -Consul API Gateway GatewayClassConfig + Consul API Gateway GatewayClassConfig --- # GatewayClassConfig diff --git a/website/content/docs/api-gateway/configuration/index.mdx b/website/content/docs/api-gateway/configuration/index.mdx index ebdaaeb6fa..8952a0dc4a 100644 --- a/website/content/docs/api-gateway/configuration/index.mdx +++ b/website/content/docs/api-gateway/configuration/index.mdx @@ -2,7 +2,7 @@ layout: docs page_title: Consul API Gateway Configuration description: >- -Consul API Gateway Configuration + Consul API Gateway Configuration --- # Configuration diff --git a/website/content/docs/api-gateway/configuration/routes.mdx b/website/content/docs/api-gateway/configuration/routes.mdx index 987e8193ab..32d314cec1 100644 --- a/website/content/docs/api-gateway/configuration/routes.mdx +++ b/website/content/docs/api-gateway/configuration/routes.mdx @@ -2,7 +2,7 @@ layout: docs page_title: Consul API Gateway Routes description: >- -Consul API Gateway Routes + Consul API Gateway Routes --- # Route diff --git a/website/data/docs-nav-data.json b/website/data/docs-nav-data.json index a8ef09cef5..148d54f68c 100644 --- a/website/data/docs-nav-data.json +++ b/website/data/docs-nav-data.json @@ -431,11 +431,11 @@ "path": "api-gateway/configuration/gatewayclass" }, { - "title": "Gateway Class", + "title": "Gateway Class Config", "path": "api-gateway/configuration/gatewayclassconfig" }, { - "title": "Gateway Class", + "title": "Routes", "path": "api-gateway/configuration/routes" } ]