Skip to content

Commit fed7fb5

Browse files
committed
Continue fundamentals refactor
1 parent 53110f7 commit fed7fb5

File tree

7 files changed

+27
-5
lines changed

7 files changed

+27
-5
lines changed

src/content/docs/fundamentals/api/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ sidebar:
99

1010
import { DirectoryListing } from "~/components";
1111

12+
Cloudflare offers an extensive API for developers which allows most features to be configured, deployed, or controlled programmatically. Most of the API surface is a [REST API](/api/), but we also offer [GraphQL](/analytics/graphql-api/) for analytics scenarios, and [Wrangler APIs](/workers/wrangler/api/) which are available to support [Cloudflare Workers](/workers/).
13+
1214
<DirectoryListing />
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
pcx_content_type: navigation
3+
title: GraphQL API
4+
external_link: /analytics/graphql-api/
5+
sidebar:
6+
order: 2
7+
---
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
22
pcx_content_type: reference
3-
title: Limits
3+
title: Rate Limits
44
sidebar:
55
order: 2
6-
76
---
87

9-
import { Render } from "~/components"
8+
import { Render } from "~/components";
109

1110
<Render file="api-rate-limits" product="fundamentals" />

src/content/docs/fundamentals/api/reference/sdks.mdx renamed to src/content/docs/fundamentals/api/reference/sdks/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
pcx_content_type: reference
2+
pcx_content_type: navigation
33
title: SDKs
44
sidebar:
5-
order: 5
5+
order: 4
66
---
77

88
Cloudflare offers language software development kits (SDKs) as well as `curl` examples to demonstrate how to use the Cloudflare API. The SDK libraries allow you to interact with the Cloudflare API in language-specific syntax and more easily integrate with your existing applications.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
pcx_content_type: reference
3+
title: Terraform
4+
sidebar:
5+
order: 2
6+
external_link: /terraform/
7+
---
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
pcx_content_type: navigation
3+
title: Wrangler APIs
4+
external_link: /workers/wrangler/api/
5+
sidebar:
6+
order: 3
7+
---

0 commit comments

Comments
 (0)