Skip to content

Commit 629e96b

Browse files
ToriLindsaycaley-b
andauthored
Apply suggestions from code review
Co-authored-by: Caley Burton <[email protected]>
1 parent e8096db commit 629e96b

File tree

13 files changed

+59
-15
lines changed

13 files changed

+59
-15
lines changed

src/content/docs/images/get-started.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ Cloudflare will automatically cache every transformed image on our global networ
3333

3434
To enable transformations on your zone:
3535

36-
1. <DashButton url="/?to=/:account/images/delivery-zones" />
36+
1. In the Cloudflare dashboard, go to the **Transformations** page.
37+
38+
<DashButton url="/?to=/:account/images/delivery-zones" />
3739
2. Go to the specific zone where you want to enable transformations.
3840
3. Select **Enable for zone**. This will allow you to optimize and deliver remote images.
3941

src/content/docs/images/manage-images/blur-variants.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ Refer to [Resize images](/images/manage-images/create-variants/) for help creati
1313

1414
To blur an image:
1515

16-
1. <DashButton url="/?to=/:account/images/variants" />
16+
1. In the Cloudflare dashboard, got to the **Variants** page.
17+
18+
<DashButton url="/?to=/:account/images/variants" />
19+
1720
2. Find the variant you want to blur and select **Edit** > **Customization Options**.
1821
3. Use the slider to adjust the blurring effect. You can use the preview image to see how strong the blurring effect will be.
1922
4. Select **Save**.

src/content/docs/images/manage-images/configure-webhooks.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ Currently, webhooks are supported only for [direct creator uploads](/images/uplo
1010

1111
To receive notifications for direct creator uploads:
1212

13-
1. <DashButton url="/?to=/:account/notifications" />
13+
1. In the Cloudflare dashboard, go to the **Notifications** pages.
14+
15+
<DashButton url="/?to=/:account/notifications" />
16+
1417
2. Select **Destinations**.
1518
3. From the Webhooks card, select **Create**.
1619
4. Enter information for your webhook and select **Save and Test**. The new webhook will appear in the **Webhooks** card and can be attached to notifications.

src/content/docs/images/manage-images/create-variants.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ Cloudflare Images can deliver SVG files but will not resize them because it is a
1515
Resize via the Cloudflare dashboard.
1616
:::
1717

18-
1. <DashButton url="/?to=/:account/images/variants" />
18+
1. In the Cloudflare dashboard, go to the **Variants** page.
19+
20+
<DashButton url="/?to=/:account/images/variants" />
21+
1922
2. Select **Create variant**.
2023
2. Name your variant and select **Create**.
2124
3. Define variables for your new variant, such as resizing options, type of fit, and specific metadata options.

src/content/docs/images/manage-images/delete-images.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ You can delete an image from the Cloudflare Images storage using the dashboard o
1111

1212
## Delete images via the Cloudflare dashboard
1313

14-
1. <DashButton url="/?to=/:account/images" />
14+
1. In the Cloudflare dashboard, go to **Images** page.
15+
16+
<DashButton url="/?to=/:account/images" />
17+
1518
2. Find the image you want to remove and select **Delete**.
1619
3. (Optional) To delete more than one image, select the checkbox next to the images you want to delete and then **Delete selected**.
1720

src/content/docs/images/manage-images/delete-variants.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ Deleting a variant is a global action that will affect other images that contain
1919

2020
## Delete variants via the Cloudflare dashboard
2121

22-
1. <DashButton url="/?to=/:account/images/variants" />
22+
1. In the Cloudflare dashboard, go to the **Variants** page.
23+
24+
<DashButton url="/?to=/:account/images/variants" />
25+
2326
2. Find the variant you want to remove and select **Delete**.
2427

2528
## Delete variants via the API

src/content/docs/images/manage-images/edit-images.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@ The Edit option provides you available options to modify a specific image. After
1515

1616
To edit an image:
1717

18-
1. <DashButton url="/?to=/:account/images" />
18+
1. In the Cloudflare dashboard, go to the **Images** page.
19+
20+
<DashButton url="/?to=/:account/images" />
21+
1922
2. Locate the image you want to modify and select **Edit**.

src/content/docs/images/manage-images/enable-flexible-variants.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ Flexible variants allow you to create variants with dynamic resizing which can p
1111

1212
## Enable flexible variants via the Cloudflare dashboard
1313

14-
1. <DashButton url="/?to=/:account/images/variants" />
14+
1. In the Cloudflare dashboard, go to the **Variants** page.
15+
16+
<DashButton url="/?to=/:account/images/variants" />
17+
1518
2. Enable **Flexible variants**.
1619

1720
## Enable flexible variants via the API

src/content/docs/images/manage-images/export-images.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ Cloudflare Images supports image exports via the Cloudflare dashboard and API wh
1111

1212
## Export images via the Cloudflare dashboard
1313

14-
1. <DashButton url="/?to=/:account/images" />
14+
1. In the Cloudflare dashboard, go to the **Images** page.
15+
16+
<DashButton url="/?to=/:account/images" />
17+
1518
2. Find the image or images you want to export.
1619
3. To export a single image, select **Export** from its menu. To export several images, select the checkbox next to each image and then select **Export selected**.
1720

src/content/docs/images/manage-images/serve-images/serve-private-images.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ import { TypeScriptExample,DashButton } from "~/components";
99

1010
You can serve private images by using signed URL tokens. When an image requires a signed URL, the image cannot be accessed without a token unless it is being requested for a variant set to always allow public access.
1111

12-
1. <DashButton url="/?to=/:account/images/keys" />
12+
1. In the Cloudflare dashboard, go to the **Keys** page.
13+
14+
<DashButton url="/?to=/:account/images/keys" />
15+
1316
2. Copy your key and use it to generate an expiring tokenized URL.
1417

1518
:::note

0 commit comments

Comments
 (0)