Skip to content

Commit d6d1733

Browse files
authored
[Rules] Update sidebar order (#19958)
1 parent ba2a1e3 commit d6d1733

File tree

12 files changed

+13
-14
lines changed

12 files changed

+13
-14
lines changed

src/content/docs/rules/cloud-connector/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Cloud Connector
33
pcx_content_type: concept
44
sidebar:
5-
order: 8
5+
order: 9
66
group:
77
badge:
88
text: Beta

src/content/docs/rules/compression-rules/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Compression Rules
33
pcx_content_type: concept
44
sidebar:
5-
order: 9
5+
order: 11
66
---
77

88
import { FeatureTable, Render } from "~/components";

src/content/docs/rules/configuration-rules/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pcx_content_type: concept
33
title: Configuration Rules
44
sidebar:
5-
order: 2
5+
order: 3
66
head:
77
- tag: title
88
content: Configuration Rules

src/content/docs/rules/custom-errors/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pcx_content_type: concept
33
title: Custom Errors
44
sidebar:
5-
order: 12
5+
order: 10
66
group:
77
badge:
88
text: Beta
@@ -39,4 +39,4 @@ Custom Errors are available in beta to all paid plans. The exact features depend
3939

4040
<Render file="rules-new-limits" />
4141

42-
<FeatureTable id="rules.custom_errors" />
42+
<FeatureTable id="rules.custom_errors" />

src/content/docs/rules/examples.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ type: overview
33
pcx_content_type: navigation
44
title: Examples
55
sidebar:
6-
order: 1
6+
order: 2
77
---
88

99
import { ListExamples, GlossaryTooltip } from "~/components";

src/content/docs/rules/cache-rules.mdx renamed to src/content/docs/rules/link-cache-rules.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ pcx_content_type: navigation
33
title: Cache Rules
44
external_link: /cache/how-to/cache-rules/
55
sidebar:
6-
order: 7
6+
order: 8
77
---

src/content/docs/rules/normalization/index.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pcx_content_type: concept
33
title: URL normalization
44
sidebar:
5-
order: 11
5+
order: 13
66
---
77

88
import { GlossaryTooltip, Render } from "~/components";
@@ -12,7 +12,6 @@ Cloudflare provides a URL normalization feature to modify the URLs of incoming r
1212
When you enable URL normalization, all incoming URLs are normalized before they pass to subsequent global network features that accept a URL input, such as WAF custom rules, Workers, and Access. Rule expressions that filter traffic based on URLs will therefore trigger correctly, regardless of the format of the incoming URL. When URL normalization is disabled, Cloudflare forwards the URL to origin in its original form.
1313

1414
:::caution
15-
1615
When traffic is proxied via Cloudflare, essential request URL normalization is always applied regardless whether URL normalization is enabled for a specific zone. For example, you cannot disable the conversion of two or more adjacent slashes into a single slash in a request URL by turning off URL normalization.
1716
:::
1817

src/content/docs/rules/origin-rules/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pcx_content_type: concept
33
title: Origin Rules
44
sidebar:
5-
order: 6
5+
order: 7
66
head:
77
- tag: title
88
content: Origin Rules

src/content/docs/rules/page-rules/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pcx_content_type: concept
33
source: https://support.cloudflare.com/hc/en-us/articles/218411427-What-do-the-custom-caching-options-mean-in-Page-Rules-#summary-of-page-rules-settings
44
title: Page Rules
55
sidebar:
6-
order: 10
6+
order: 12
77
---
88

99
import { FeatureTable } from "~/components";

src/content/docs/rules/snippets/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pcx_content_type: concept
33
title: Snippets
44
sidebar:
5-
order: 3
5+
order: 4
66
group:
77
badge:
88
text: Beta

0 commit comments

Comments
 (0)