Skip to content

Commit a6a8e5c

Browse files
add back api gateway page
1 parent 7468413 commit a6a8e5c

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

public/__redirects

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@
176176

177177
# api-shield
178178
/api-shield/security/sequential-abuse-detection/ /api-shield/security/sequence-analytics/ 301
179-
/api-shield/api-gateway/ /api-shield/ 301
180179

181180
# bots
182181
/bots/about/plans/ /bots/plans/ 301
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
pcx_content_type: concept
3+
type: overview
4+
title: API Gateway
5+
sidebar:
6+
order: 5
7+
8+
---
9+
10+
API Gateway is a package of features that will do everything for your APIs, including:
11+
12+
- **Security**: Protect your API from malicious traffic with [API Discovery](/api-shield/security/api-discovery/), [Schema validation](/api-shield/security/schema-validation/), [mTLS validation](/api-shield/security/mtls/), and more.
13+
- **Management and monitoring**: Streamline API management with [Endpoint Management](/api-shield/management-and-monitoring/) and [tools](https://blog.cloudflare.com/api-gateway/) like analytics, routing, and authentication.
14+
- **Logging, quota management, and more**: All of Cloudflare's [established features](https://blog.cloudflare.com/api-gateway/), like caching, load balancing, and log integrations work natively with API Gateway.
15+
16+
For more details about API Gateway, refer to the [introductory blog post](https://blog.cloudflare.com/api-gateway/).

src/content/docs/api-shield/management-and-monitoring/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pcx_content_type: concept
33
type: overview
44
title: Management and Monitoring
55
sidebar:
6-
order: 5
6+
order: 6
77
label: Endpoint Management
88

99
---

src/content/docs/api-shield/reference/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pcx_content_type: reference
33
title: Reference
44
sidebar:
5-
order: 6
5+
order: 7
66
group:
77
hideIndex: true
88

0 commit comments

Comments
 (0)