mirror of https://github.com/hashicorp/consul
Remove "BETA" marker from config entries
parent
c04c122ef3
commit
7def767862
|
@ -402,39 +402,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,8 @@
|
|||
{
|
||||
"title": "Run WebAssembly plug-ins in Envoy proxies",
|
||||
"path": "connect/proxies/envoy-extensions/usage/wasm"
|
||||
} ]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Configuration",
|
||||
|
@ -638,11 +619,6 @@
|
|||
},
|
||||
{
|
||||
"title": "API Gateways",
|
||||
"badge": {
|
||||
"text": "BETA",
|
||||
"type": "outlined",
|
||||
"color": "neutral"
|
||||
},
|
||||
"routes": [
|
||||
{
|
||||
"title": "Overview",
|
||||
|
|
Loading…
Reference in New Issue