diff --git a/src/content/docs/rules/index.mdx b/src/content/docs/rules/index.mdx
index ec2359bddf0c12..7db2a1cbcb8005 100644
--- a/src/content/docs/rules/index.mdx
+++ b/src/content/docs/rules/index.mdx
@@ -27,20 +27,20 @@ Rules features require that you [proxy the DNS records](/dns/manage-dns-records/
## Features
+
+ Customize Cloudflare configuration settings for matching incoming requests.
+
+
+
+ Customize the behavior of your website or application using short pieces of
+ JavaScript code.
+
+
Adjust the URI path, query string, and HTTP headers of requests and responses
on the Cloudflare global network.
-
- Modify the URLs of incoming requests so that they conform to a consistent
- formatting standard.
-
-
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
@@ -53,8 +53,9 @@ Rules features require that you [proxy the DNS records](/dns/manage-dns-records/
destination port.
-
- Customize Cloudflare configuration settings for matching incoming requests.
+
+ Route matching incoming traffic from your website to a public cloud provider
+ such as AWS, Google Cloud, and Azure.
@@ -63,9 +64,17 @@ Rules features require that you [proxy the DNS records](/dns/manage-dns-records/
type.
-
- Customize the behavior of your website or application using short pieces of
- JavaScript code.
+
+ Trigger certain actions when a request matches a URL pattern.
+
+
+
+ Modify the URLs of incoming requests so that they conform to a consistent
+ formatting standard.
-
- Trigger certain actions when a request matches a URL pattern.
-
-
---
## Related products