From 9775781b4609fb24cece934af5c96fb9461463d9 Mon Sep 17 00:00:00 2001 From: hc-github-team-consul-core Date: Tue, 25 Jul 2023 13:34:00 -0400 Subject: [PATCH] Backport of Remove "BETA" marker from config entries into release/1.16.x (#18272) backport of commit 7def767862c011e56b752e5cd83d320507511c7e Co-authored-by: Thomas Eckert --- website/data/docs-nav-data.json | 46 ++++++++------------------------- 1 file changed, 11 insertions(+), 35 deletions(-) diff --git a/website/data/docs-nav-data.json b/website/data/docs-nav-data.json index 18ad4237d1..6d8926592c 100644 --- a/website/data/docs-nav-data.json +++ b/website/data/docs-nav-data.json @@ -410,39 +410,19 @@ }, { "title": "API gateway", - "href": "/consul/docs/connect/gateways/api-gateway/configuration/api-gateway", - "badge": { - "text": "BETA", - "type": "outlined", - "color": "neutral" - } + "href": "/consul/docs/connect/gateways/api-gateway/configuration/api-gateway" }, { "title": "HTTP route", - "href": "/consul/docs/connect/gateways/api-gateway/configuration/http-route", - "badge": { - "text": "BETA", - "type": "outlined", - "color": "neutral" - } + "href": "/consul/docs/connect/gateways/api-gateway/configuration/http-route" }, { "title": "TCP route", - "href": "/consul/docs/connect/gateways/api-gateway/configuration/tcp-route", - "badge": { - "text": "BETA", - "type": "outlined", - "color": "neutral" - } + "href": "/consul/docs/connect/gateways/api-gateway/configuration/tcp-route" }, { "title": "Inline certificate", - "href": "/consul/docs/connect/gateways/api-gateway/configuration/inline-certificate", - "badge": { - "text": "BETA", - "type": "outlined", - "color": "neutral" - } + "href": "/consul/docs/connect/gateways/api-gateway/configuration/inline-certificate" }, { "title": "Ingress gateway", @@ -522,7 +502,7 @@ { "title": "Delegate authorization to external services", "path": "connect/proxies/envoy-extensions/usage/ext-authz" - }, + }, { "title": "Run Lua scripts in Envoy proxies", "path": "connect/proxies/envoy-extensions/usage/lua" @@ -538,7 +518,8 @@ { "title": "Run WebAssembly plug-ins in Envoy proxies", "path": "connect/proxies/envoy-extensions/usage/wasm" - } ] + } + ] }, { "title": "Configuration", @@ -546,16 +527,16 @@ { "title": "External authorization", "path": "connect/proxies/envoy-extensions/configuration/ext-authz" - }, + }, { "title": "Property override", "path": "connect/proxies/envoy-extensions/configuration/property-override" - }, + }, { "title": "WebAssembly", "path": "connect/proxies/envoy-extensions/configuration/wasm" } - ] + ] } ] }, @@ -658,11 +639,6 @@ }, { "title": "API Gateways", - "badge": { - "text": "BETA", - "type": "outlined", - "color": "neutral" - }, "routes": [ { "title": "Overview", @@ -1090,7 +1066,7 @@ { "title": "Limit traffic rates from source IP addresses", "path": "agent/limits/usage/limit-request-rates-from-ips" - } + } ] }, {