-
Notifications
You must be signed in to change notification settings - Fork 10.4k
[Ruleset Engine] Use Type component in fields reference #18070
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Ruleset Engine] Use Type component in fields reference #18070
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
7 files reviewed, 2 total issue(s) found.
src/content/docs/ruleset-engine/rules-language/fields/http-request-header.mdx
Show resolved
Hide resolved
src/content/docs/ruleset-engine/rules-language/fields/standard-fields.mdx
Show resolved
Hide resolved
Deploying cloudflare-docs with
|
| Latest commit: |
6fb2e66
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://84b800eb.cloudflare-docs-7ou.pages.dev |
| Branch Preview URL: | https://pedro-2024-11-08-ruleset-eng.cloudflare-docs-7ou.pages.dev |
|
|
||
| </Details> | ||
|
|
||
| ## `cf.response.1xxx_code` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ## `cf.response.1xxx_code` | |
| ## `cf.response.1xxx_code` |
Do these need to be capitalised as well (in light of the below changes)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, not here, since the field name is in lowercase.
| ## `ip.dst` | ||
|
|
||
| `ip.dst` `IP Address` | ||
| `ip.dst` <Type text='IP address' /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| `ip.dst` <Type text='IP address' /> | |
| `ip.dst` <Type text='IP address' /> |
More out of curiosity - is IP address a valid type?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the Rules language yes.
No description provided.