From fba0d8f14b86c5ac770da9dbb43ec398b3d29c31 Mon Sep 17 00:00:00 2001 From: Mike Morris Date: Tue, 22 Feb 2022 15:17:05 -0500 Subject: [PATCH] website: minor fixups on Consul API Gateway GatewayClassConfig --- website/content/docs/api-gateway/api-gateway.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/content/docs/api-gateway/api-gateway.mdx b/website/content/docs/api-gateway/api-gateway.mdx index c3ef0cc8f..d97715204 100644 --- a/website/content/docs/api-gateway/api-gateway.mdx +++ b/website/content/docs/api-gateway/api-gateway.mdx @@ -143,10 +143,10 @@ Configure the following artifacts to facilitate ingress into your Consul service ### GatewayClassConfig -The `GatewayClassConfig` object describes additional Consul API Gateway-related configuration parameters for the `GatewayClass`. +The `GatewayClassConfig` object describes Consul API Gateway-related configuration parameters for the [`GatewayClass`](#gatewayclass). Add the `kind: GatewayClassConfig` option to the gateway values file to declare a gateway class. -The following example creates a gateway class called `test-gateway-class-config`: +The following example creates a gateway class config called `test-gateway-class-config`: @@ -168,7 +168,7 @@ spec: -The following table describes the required parameters for the `spec` array: +The following table describes the allowed parameters for the `spec` array: | Parameter | Description | Type | Default | | --------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- | ------------------------------------------------ |