diff --git a/public/_redirects b/public/_redirects index d242bd12fc91518..11a115c825cb7f8 100644 --- a/public/_redirects +++ b/public/_redirects @@ -999,6 +999,7 @@ /rules/url-forwarding/bulk-redirects/use-cases/ /rules/url-forwarding/examples/ 301 /rules/url-forwarding/single-redirects/examples/ /rules/url-forwarding/examples/ 301 /rules/url-forwarding/dynamic-redirects/parameters/ /rules/url-forwarding/single-redirects/settings/ 301 +/rules/transform/manage/ /rules/transform/ 301 # ruleset engine /ruleset-engine/rules-language/fields/standard-fields/ /ruleset-engine/rules-language/fields/reference/ 301 diff --git a/src/content/docs/rules/transform/manage.mdx b/src/content/docs/rules/transform/manage.mdx deleted file mode 100644 index eb1005a6189f002..000000000000000 --- a/src/content/docs/rules/transform/manage.mdx +++ /dev/null @@ -1,43 +0,0 @@ ---- -pcx_content_type: reference -title: Work with Transform Rules -sidebar: - order: 5 ---- - -You can perform the following operations in the **Rules** > **Overview** page: - -- Create new rewrite URL rules, HTTP request header modification rules, and HTTP response header modification rules. -- View a list of existing rules (both active and paused). -- Activate or pause rules (turn on or off). -- Edit rules. -- Delete rules. -- Reorder rules. - -## Create rules - -In **Rules** > **Overview** you can create the following rules, among others: - -- [Rewrite URL rules](/rules/transform/url-rewrite/create-dashboard/) -- [HTTP request header modification rules](/rules/transform/request-header-modification/create-dashboard/) -- [HTTP response header modification rules](/rules/transform/response-header-modification/create-dashboard/) - -Refer to each linked section for details on creating each rule type. - -## Turn on or off a rule - -Select the three dots next to the rule, and then select **Enable** or **Disable** to turn the rule on or off. - -## Edit a rule - -To edit a rule, select the rule name. Alternatively, select the three dots menu > **Edit**. - -## Delete a rule - -To delete a rule, select the three dots menu > **Delete** next to the rule you want to remove. In the confirmation dialog that appears, select **Delete** to confirm and complete the operation. - -## Order rules - -Cloudflare evaluates each type of Transform Rules in list order, where rules are evaluated in the order they appear in the rules list. You can drag and drop rules into position to reorder them using the handle next to each rule. - -To specify an exact rule position, select the three dots menu > **Move to** and enter the new rule position.