mirror of https://github.com/status-im/consul.git
added 'Tech Specs' section under API Gateway
This commit is contained in:
parent
154b781bc8
commit
abfa349395
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
layout: docs
|
||||||
|
page_title: Consul API Gateway Technical Specifications
|
||||||
|
description: >-
|
||||||
|
This topic describes technical specifications for Consul API Gateway.
|
||||||
|
---
|
||||||
|
|
||||||
|
# Technical Specifications
|
|
@ -1,7 +1,8 @@
|
||||||
---
|
---
|
||||||
layout: docs
|
layout: docs
|
||||||
page_title: API Gateway
|
page_title: API Gateway
|
||||||
description: Using Consul API gateway functionality
|
description: >-
|
||||||
|
Using Consul API gateway functionality
|
||||||
---
|
---
|
||||||
|
|
||||||
# Consul API Gateway
|
# Consul API Gateway
|
|
@ -375,8 +375,17 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Consul API Gateway <sup>BETA</sup>",
|
"title": "Consul API Gateway",
|
||||||
"path": "api-gateway"
|
"routes": [
|
||||||
|
{
|
||||||
|
"title": "Consul API Gateway",
|
||||||
|
"path": "api-gateway/api-gateway"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Technical Specifications",
|
||||||
|
"path": "api-gateway/api-gateway-tech-specs"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Kubernetes",
|
"title": "Kubernetes",
|
||||||
|
|
Loading…
Reference in New Issue