mirror of https://github.com/hashicorp/consul
fix render issue
parent
96ef69ffb4
commit
ef36a80ebf
|
@ -2,7 +2,7 @@
|
||||||
layout: docs
|
layout: docs
|
||||||
page_title: Consul API Gateway Gateway
|
page_title: Consul API Gateway Gateway
|
||||||
description: >-
|
description: >-
|
||||||
Consul API Gateway Gateway
|
Consul API Gateway Gateway
|
||||||
---
|
---
|
||||||
|
|
||||||
# Gateway
|
# Gateway
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
layout: docs
|
layout: docs
|
||||||
page_title: Consul API Gateway GatewayClass
|
page_title: Consul API Gateway GatewayClass
|
||||||
description: >-
|
description: >-
|
||||||
Consul API Gateway GatewayClass
|
Consul API Gateway GatewayClass
|
||||||
---
|
---
|
||||||
|
|
||||||
# GatewayClass
|
# GatewayClass
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
layout: docs
|
layout: docs
|
||||||
page_title: Consul API Gateway GatewayClassConfig
|
page_title: Consul API Gateway GatewayClassConfig
|
||||||
description: >-
|
description: >-
|
||||||
Consul API Gateway GatewayClassConfig
|
Consul API Gateway GatewayClassConfig
|
||||||
---
|
---
|
||||||
|
|
||||||
# GatewayClassConfig
|
# GatewayClassConfig
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
layout: docs
|
layout: docs
|
||||||
page_title: Consul API Gateway Configuration
|
page_title: Consul API Gateway Configuration
|
||||||
description: >-
|
description: >-
|
||||||
Consul API Gateway Configuration
|
Consul API Gateway Configuration
|
||||||
---
|
---
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
layout: docs
|
layout: docs
|
||||||
page_title: Consul API Gateway Routes
|
page_title: Consul API Gateway Routes
|
||||||
description: >-
|
description: >-
|
||||||
Consul API Gateway Routes
|
Consul API Gateway Routes
|
||||||
---
|
---
|
||||||
|
|
||||||
# Route
|
# Route
|
||||||
|
|
|
@ -431,11 +431,11 @@
|
||||||
"path": "api-gateway/configuration/gatewayclass"
|
"path": "api-gateway/configuration/gatewayclass"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Gateway Class",
|
"title": "Gateway Class Config",
|
||||||
"path": "api-gateway/configuration/gatewayclassconfig"
|
"path": "api-gateway/configuration/gatewayclassconfig"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Gateway Class",
|
"title": "Routes",
|
||||||
"path": "api-gateway/configuration/routes"
|
"path": "api-gateway/configuration/routes"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue