Skip to content

Commit

Permalink
Remove "BETA" marker from config entries
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Eckert committed Jun 12, 2023
1 parent c04c122 commit 7def767
Showing 1 changed file with 11 additions and 35 deletions.
46 changes: 11 additions & 35 deletions website/data/docs-nav-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -506,7 +486,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"
Expand All @@ -522,24 +502,25 @@
{
"title": "Run WebAssembly plug-ins in Envoy proxies",
"path": "connect/proxies/envoy-extensions/usage/wasm"
} ]
}
]
},
{
"title": "Configuration",
"routes": [
{
"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"
}
]
]
}
]
},
Expand Down Expand Up @@ -638,11 +619,6 @@
},
{
"title": "API Gateways",
"badge": {
"text": "BETA",
"type": "outlined",
"color": "neutral"
},
"routes": [
{
"title": "Overview",
Expand Down Expand Up @@ -1016,7 +992,7 @@
{
"title": "Limit traffic rates from source IP addresses",
"path": "agent/limits/usage/limit-request-rates-from-ips"
}
}
]
},
{
Expand Down

0 comments on commit 7def767

Please sign in to comment.