You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/rules/reference/page-rules-migration.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ becomes a **filter expression** such as:
72
72
73
73
To help you map existing Page Rules to modern Rules products, this table outlines how Page Rules settings translate to modern Rules and provides examples for common configurations.
74
74
75
-
Also, to streamline common configurations, the Cloudflare the dashboard now includes dozens of one-click templates, available in **Rules** > **Templates**. These templates enable you to deploy commonly used features — such as redirects, rewrites, and header modifications — instantly, with pre-filled filter expressions and actions. Explore these templates in the dashboard for a faster setup.
75
+
Also, to streamline common configurations, the Cloudflare dashboard now includes dozens of one-click templates, available in **Rules** > **Templates**. These templates enable you to deploy commonly used features — such as redirects, rewrites, and header modifications — instantly, with pre-filled filter expressions and actions. Explore these templates in the dashboard for a faster setup.
Copy file name to clipboardExpand all lines: src/content/docs/style-guide/documentation-content-strategy/content-types/overview.mdx
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,26 @@ Description of external resource related to current product.
99
99
100
100
## Additional Information
101
101
102
-
Only use Overview for the first page in a developer documentation set.
102
+
Overiew pages are the default "first" page in any nested navigation. In some cases to ensure good information architecture and navigability, you may need to rename or remove Overview pages.
103
+
104
+
### When to consider removing an Overview page
105
+
106
+
If the overview acts as a table of contents that provides no additional information or context, this is when to consider removing it altogether.
107
+
108
+
### How to remove an Overview page
109
+
110
+
Deleting the `index.mdx` file of an overview page is not possible and will result in a build error. To remove the page from the docs, the index.mdx file will need to be hidden from displaying through sidebar styling changes. To ensure that users do not accidentally access the overview page, a redirect will need to be added as well.
111
+
112
+
To hide an overview page, set the group.hideIndex property to true in the page's front matter.
*`options` - optional properties to pass when creating an instance, includng a user-provided ID and payload parameters.
189
+
*`options` - optional properties to pass when creating an instance, including a user-provided ID and payload parameters.
190
190
191
191
An ID is automatically generated, but a user-provided ID can be specified (up to 64 characters [^1]). This can be useful when mapping Workflows to users, merchants or other identifiers in your system. You can also provide a JSON object as the `params` property, allowing you to pass data for the Workflow instance to act on as its [`WorkflowEvent`](/workflows/build/events-and-parameters/).
0 commit comments