Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ We plan to bridge the gaps between Workers and Pages and provide ways to migrate
| **Pages Functions** | | |
| [File-based Routing](/pages/functions/routing/) | ❌ [^6] | ✅ |
| [Pages Plugins](/pages/functions/plugins/) | ❌ [^7] | ✅ |
| **Domain Configuration** | | |
| [Custom domains](/workers/configuration/routing/custom-domains/#add-a-custom-domain)| ✅ | ✅ |
| [Custom subdomains](/workers/configuration/routing/custom-domains/#set-up-a-custom-domain-in-the-dashboard)|✅|✅|
| [Custom domains outside Cloudflare zones](/pages/configuration/custom-domains/#add-a-custom-cname-record)|❌|✅|
| [Non-root Routes](https://developers.cloudflare.com/workers/configuration/routing/routes/) | ⏳ | ❌ |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| [Non-root Routes](https://developers.cloudflare.com/workers/configuration/routing/routes/) |||
| [Non-root Routes](/workers/configuration/routing/routes/) |||

Issues:

  • Style Guide - (cloudflare.LinkChecks-warning) Warning: When referring to another page in our docs, use the full relative link (/1.1.1.1/check/) instead of the full URL (https://developers.cloudflare.com/1.1.1.1/check/) or a local development link (http://localhost:111/1.1.1.1/check/).

Fix Explanation:

The existing text uses a full URL to link to another page in the documentation. According to the style guide, it should use a full relative link instead. The replacement text corrects this by changing the full URL to a relative link.


[^1]: Does not currently support Workers with static assets. 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).

Expand Down
1 change: 0 additions & 1 deletion src/content/partials/workers/wrangler-v1-deprecation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@
This page is for Wrangler v1, which has been deprecated.
[Learn how to update to the latest version of Wrangler](/workers/wrangler/migration/v1-to-v2/).


:::
Loading