Skip to content

Commit 99a1683

Browse files
authored
Add Cloud Connector to Rules landing page, align order with the dashboard (#18052)
1 parent 0da0524 commit 99a1683

File tree

1 file changed

+23
-18
lines changed

1 file changed

+23
-18
lines changed

src/content/docs/rules/index.mdx

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,20 @@ Rules features require that you [proxy the DNS records](/dns/manage-dns-records/
2727

2828
## Features
2929

30+
<Feature header="Configuration Rules" href="/rules/configuration-rules/">
31+
Customize Cloudflare configuration settings for matching incoming requests.
32+
</Feature>
33+
34+
<Feature header="Snippets" href="/rules/snippets/">
35+
Customize the behavior of your website or application using short pieces of
36+
JavaScript code.
37+
</Feature>
38+
3039
<Feature header="Transform Rules" href="/rules/transform/">
3140
Adjust the URI path, query string, and HTTP headers of requests and responses
3241
on the Cloudflare global network.
3342
</Feature>
3443

35-
<Feature
36-
header="URL normalization"
37-
href="/rules/normalization/"
38-
cta="Configure URL normalization"
39-
>
40-
Modify the URLs of incoming requests so that they conform to a consistent
41-
formatting standard.
42-
</Feature>
43-
4444
<Feature header="Redirects" href="/rules/url-forwarding/">
4545
Redirect visitors from a source URL to a target URL with a specific HTTP
4646
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/
5353
destination port.
5454
</Feature>
5555

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

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

66-
<Feature header="Snippets" href="/rules/snippets/">
67-
Customize the behavior of your website or application using short pieces of
68-
JavaScript code.
67+
<Feature header="Page Rules" href="/rules/page-rules/" cta="Use Page Rules">
68+
Trigger certain actions when a request matches a URL pattern.
69+
</Feature>
70+
71+
<Feature
72+
header="URL normalization"
73+
href="/rules/normalization/"
74+
cta="Configure URL normalization"
75+
>
76+
Modify the URLs of incoming requests so that they conform to a consistent
77+
formatting standard.
6978
</Feature>
7079

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

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

8691
## Related products

0 commit comments

Comments
 (0)