Skip to content

Commit 5a4596a

Browse files
committed
Add links
1 parent 4c7c6c2 commit 5a4596a

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

src/content/docs/ruleset-engine/about/phases.mdx

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,16 @@ title: Phases
33
pcx_content_type: concept
44
sidebar:
55
order: 2
6-
76
---
87

9-
A phase defines a stage in the life of a request where you can execute rulesets. Phases are defined by Cloudflare and cannot be modified.
8+
A phase defines a stage in the life of a request where you can execute [rulesets](/ruleset-engine/about/rulesets/). Phases are defined by Cloudflare and cannot be modified.
109

11-
Phases exist at two levels: at the **account** level and at the **zone** level. For the same phase, rules defined at the account level are evaluated **before** the rules defined at the zone level.
10+
Phases exist at two levels: at the account level and at the zone level. For the same phase, rules defined at the account level are evaluated before the rules defined at the zone level.
1211

1312
Each phase has at most one [entry point ruleset](/ruleset-engine/about/rulesets/#entry-point-ruleset) at the account and zone level.
1413

1514
:::note
16-
17-
1815
Currently, phases at the account level are only available in Enterprise plans.
19-
20-
2116
:::
2217

2318
The following diagram outlines the request handling process where requests go through the available phases:

src/content/docs/ruleset-engine/about/rulesets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Specific Cloudflare products may provide other types of rulesets.
1919

2020
## Entry point ruleset
2121

22-
An entry point ruleset contains a list of ordered rules that run in a [phase](/ruleset-engine/about/phases/) at the account or zone level. This ruleset is an entry point for all rules executed in a phase. Some of these rules may run other rulesets.
22+
An entry point ruleset contains a list of ordered [rules](/ruleset-engine/about/rules/) that run in a [phase](/ruleset-engine/about/phases/) at the account or zone level. This ruleset is an entry point for all rules executed in a phase. Some of these rules may run other rulesets.
2323

2424
Each phase has at most one entry point ruleset at the account level and at the zone level.
2525

0 commit comments

Comments
 (0)