Skip to content

Commit 52d25d0

Browse files
irvinebroquethomasgauvindcpena
authored
Apply suggestions from code review
Co-authored-by: Thomas Gauvin <[email protected]> Co-authored-by: Denise Peña <[email protected]>
1 parent 7f4eacd commit 52d25d0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/content/docs/workers/static-assets/compatibility-matrix.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import {
1717
Tabs,
1818
} from "~/components";
1919

20-
You can deply full-stack applications, including front-end static assets and back-end APIs and server-side rendered pages (SSR), to both Cloudflare [Workers](/workers/static-assets/) and [Pages](/pages/). The compatibility matrix below shows which features are available for each, to help you choose whether to build with Workers or Pages. Unless otherwise stated below, what works in Pages works in Workers, and what works in Workers works in Pages. Think something is missing from this list? [Open a pull request](https://github.com/cloudflare/cloudflare-docs/edit/production/src/content/docs/workers/static-assets/compatibility-matrix.mdx) or [create a GitHub issue](https://github.com/cloudflare/cloudflare-docs/issues/new).
20+
You can deploy full-stack applications, including front-end static assets and back-end APIs and server-side rendered pages (SSR), to both Cloudflare [Workers](/workers/static-assets/) and [Pages](/pages/). The compatibility matrix below shows which features are available for each, to help you choose whether to build with Workers or Pages. Unless otherwise stated below, what works in Pages works in Workers, and what works in Workers works in Pages. Think something is missing from this list? [Open a pull request](https://github.com/cloudflare/cloudflare-docs/edit/production/src/content/docs/workers/static-assets/compatibility-matrix.mdx) or [create a GitHub issue](https://github.com/cloudflare/cloudflare-docs/issues/new).
2121

2222
We plan to bridge the gaps between Workers and Pages and provide ways to migrate your Pages projects to Workers.
2323

@@ -76,7 +76,7 @@ We plan to bridge the gaps between Workers and Pages and provide ways to migrate
7676
| [Pages Plugins](/pages/functions/plugins/) | ❌ <sup>9</sup> ||
7777

7878

79-
<sup>1</sup> For more details on which bindings are supported in remote development, [refer to the docs](/workers/testing/local-development/#supported-resource-bindings-in-different-environments)
79+
<sup>1</sup> For more details on which bindings are supported in remote development, [refer to the docs](/workers/testing/local-development/#supported-resource-bindings-in-different-environments).
8080

8181
<sup>2</sup> Similar to <sup>1</sup>, to customize the HTTP headers that
8282
are returned by static assets, you can use [Service
@@ -96,14 +96,14 @@ Redirects](/rules/url-forwarding/bulk-redirects/).
9696

9797
<sup>5</sup> You cannot yet enable [Smart
9898
Placement](/workers/configuration/smart-placement/) for Workers with static assets.
99-
This is a temporary limitation, we are working to remove it.
99+
This is a temporary limitation we are working to remove.
100100

101101
<sup>6</sup> You cannot yet add a [Tail
102102
Worker](/workers/observability/logs/tail-workers/) to a project with assets.
103103
This is a temporary limitation, we are working to remove it.
104104

105-
<sup>7</sup> To [use Durable Objects with your Cloudflare Pages project](/pages/functions/bindings/#durable-objects), you must create a separate Worker with a Durable Object, and then declare a binding to it in both your Production and Preview environments. Using Durable Objects with Workers is simpler, and recommended.
105+
<sup>7</sup> To [use Durable Objects with your Cloudflare Pages project](/pages/functions/bindings/#durable-objects), you must create a separate Worker with a Durable Object and then declare a binding to it in both your Production and Preview environments. Using Durable Objects with Workers is simpler and recommended.
106106

107107
<sup>8</sup> Workers [supports popular frameworks](/workers/frameworks/), many of which implement file-based routing.
108108

109-
<sup>9</sup> Everything that is possible with Pages Functions, can also be achieved by adding code to your Worker, or using framework-specific plugins for relevant third party tools.
109+
<sup>9</sup> Everything that is possible with Pages Functions can also be achieved by adding code to your Worker or by using framework-specific plugins for relevant third party tools.

0 commit comments

Comments
 (0)