Skip to content
Merged
Changes from all 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
41 changes: 23 additions & 18 deletions src/content/docs/rules/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@ Rules features require that you [proxy the DNS records](/dns/manage-dns-records/

## Features

<Feature header="Configuration Rules" href="/rules/configuration-rules/">
Customize Cloudflare configuration settings for matching incoming requests.
</Feature>

<Feature header="Snippets" href="/rules/snippets/">
Customize the behavior of your website or application using short pieces of
JavaScript code.
</Feature>

<Feature header="Transform Rules" href="/rules/transform/">
Adjust the URI path, query string, and HTTP headers of requests and responses
on the Cloudflare global network.
</Feature>

<Feature
header="URL normalization"
href="/rules/normalization/"
cta="Configure URL normalization"
>
Modify the URLs of incoming requests so that they conform to a consistent
formatting standard.
</Feature>

<Feature header="Redirects" href="/rules/url-forwarding/">
Redirect visitors from a source URL to a target URL with a specific HTTP
status code. Use Single Redirects or Bulk Redirects depending on your use
Expand All @@ -53,8 +53,9 @@ Rules features require that you [proxy the DNS records](/dns/manage-dns-records/
destination port.
</Feature>

<Feature header="Configuration Rules" href="/rules/configuration-rules/">
Customize Cloudflare configuration settings for matching incoming requests.
<Feature header="Cloud Connector" href="/rules/cloud-connector/">
Route matching incoming traffic from your website to a public cloud provider
such as AWS, Google Cloud, and Azure.
</Feature>

<Feature header="Compression Rules" href="/rules/compression-rules/">
Expand All @@ -63,9 +64,17 @@ Rules features require that you [proxy the DNS records](/dns/manage-dns-records/
type.
</Feature>

<Feature header="Snippets" href="/rules/snippets/">
Customize the behavior of your website or application using short pieces of
JavaScript code.
<Feature header="Page Rules" href="/rules/page-rules/" cta="Use Page Rules">
Trigger certain actions when a request matches a URL pattern.
</Feature>

<Feature
header="URL normalization"
href="/rules/normalization/"
cta="Configure URL normalization"
>
Modify the URLs of incoming requests so that they conform to a consistent
formatting standard.
</Feature>

<Feature
Expand All @@ -77,10 +86,6 @@ Rules features require that you [proxy the DNS records](/dns/manage-dns-records/
Cloudflare product, including Workers.
</Feature>

<Feature header="Page Rules" href="/rules/page-rules/" cta="Use Page Rules">
Trigger certain actions when a request matches a URL pattern.
</Feature>

---

## Related products
Expand Down
Loading