Skip to content

Commit

Permalink
Merge 7def767 into backport/remove-api-gateway-beta-tag/vertically-we…
Browse files Browse the repository at this point in the history
…lcome-hamster
  • Loading branch information
hc-github-team-consul-core authored Jul 25, 2023
2 parents 46ae1ee + 7def767 commit ba51ed9
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 @@ -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",
Expand Down Expand Up @@ -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"
Expand All @@ -538,24 +518,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 @@ -658,11 +639,6 @@
},
{
"title": "API Gateways",
"badge": {
"text": "BETA",
"type": "outlined",
"color": "neutral"
},
"routes": [
{
"title": "Overview",
Expand Down Expand Up @@ -1090,7 +1066,7 @@
{
"title": "Limit traffic rates from source IP addresses",
"path": "agent/limits/usage/limit-request-rates-from-ips"
}
}
]
},
{
Expand Down

0 comments on commit ba51ed9

Please sign in to comment.