Skip to content

Commit 3169d3d

Browse files
authored
Update ordering of Platform content in Pages docs (#1747)
1 parent 500d516 commit 3169d3d

File tree

9 files changed

+46
-1
lines changed

9 files changed

+46
-1
lines changed

products/pages/src/content/platform/api.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# API
1+
---
2+
order: 7
3+
pcx-content-type: concept
4+
---
5+
6+
# REST API
27

38
The [Pages API](https://api.cloudflare.com/#pages-project-properties) empowers you to build automations and integrate Pages with your development workflow. At a high level, the API endpoints let you manage deployments and builds and configure projects. We plan to support prebuilt deployments and hooks soon. Refer to the [API documentation](https://api.cloudflare.com/) for a full breakdown of object types and endpoints.
49

products/pages/src/content/platform/build-configuration.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
order: 2
3+
pcx-content-type: concept
4+
---
5+
16
# Build configuration
27

38
## Build commands and directories

products/pages/src/content/platform/github-integration.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
order: 1
3+
pcx-content-type: concept
4+
---
5+
16
# GitHub integration
27

38
We support connecting Cloudflare Pages to your GitHub repositories to look for new changes to your project.

products/pages/src/content/platform/known-issues.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
order: 9
3+
pcx-content-type: concept
4+
---
5+
16
# Known issues
27

38
Here are some known bugs and issues that we're aware of with Cloudflare Pages:

products/pages/src/content/platform/limits.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
order: 8
3+
pcx-content-type: concept
4+
---
5+
16
# Limits
27

38
Below, we've listed the limits for users using the Cloudflare Pages free plan. For more details on removing these limits, check out our [Cloudflare plans](https://www.cloudflare.com/plans) page.

products/pages/src/content/platform/preview-deployments.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
order: 3
3+
pcx-content-type: concept
4+
---
5+
16
# Preview deployments
27

38
Preview deployments allow you to preview new versions of your project without deploying it to production.

products/pages/src/content/platform/redirects.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
order: 6
3+
pcx-content-type: concept
4+
---
5+
16
# Redirects
27

38
## Creating redirects

products/pages/src/content/platform/rollbacks.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
order: 5
3+
pcx-content-type: concept
4+
---
5+
16
# Rollbacks
27

38
Rollbacks allow you to instantly revert your project to a previous production deployment.

products/pages/src/content/platform/serving-pages.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
order: 4
3+
pcx-content-type: concept
4+
---
5+
16
# Serving Pages
27

38
Cloudflare Pages includes a number of "good defaults" for serving your Pages sites. This page details some of those decisions, so you can understand how Pages works, and how you might want to override some of the default behaviors.

0 commit comments

Comments
 (0)