Backport of Remove "BETA" marker from config entries into release/1.16.x (#18272)
backport of commit 7def767862c011e56b752e5cd83d320507511c7e Co-authored-by: Thomas Eckert <teckert@hashicorp.com>
This commit is contained in:
parent
556dd95cd8
commit
fee32407f1
|
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue