Skip to content

Commit 7476943

Browse files
committed
Update Images overview page: rewrite Features section and fix typo
1 parent fffb73e commit 7476943

1 file changed

Lines changed: 49 additions & 29 deletions

File tree

src/content/docs/images/index.mdx

Lines changed: 49 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import {
1919
} from "~/components";
2020

2121
<Description>
22-
Create scalable and reliable image pipelines without managing complex insfrastructure.
22+
Create scalable and reliable image pipelines without managing complex infrastructure.
2323
</Description>
2424

2525
<Plan type="workers-all" />
@@ -30,61 +30,56 @@ With Images, you can dynamically resize, optimize, and manipulate images at Clou
3030

3131
![Use Images to optimize images for delivery](~/assets/images/images/overview.png)
3232

33-
## Get started with Images
33+
## Get started
3434

35-
There are two distinct ways that you can use Images:
35+
Cloudflare offers two integration paths for Images:
3636

3737
<CardGrid>
3838
<LinkCard
39-
title="Use your own storage"
40-
description="Transform, optimize, and deliver remote images that are stored anywhere, including in R2."
39+
title="Bring your own storage"
40+
description="Transform and deliver images that are stored on any origin, including S3-compatible buckets like R2."
4141
href="/images/optimization/transformations/overview/"
4242
/>
4343
<LinkCard
4444
title="Use Images to host your assets"
45-
description="Streamline your development with our fully managed solution for storage, optimization, and delivery."
45+
description="Upload directly to Images for a fully managed solution to handle storage, optimization, and delivery."
4646
href="/images/optimization/hosted-images/"
4747
/>
4848
</CardGrid>
4949

5050
If you’re new to Images, start here to learn the essentials:
5151

52-
- Understand how <a href="/images/get-started/introduction">image optimization</a> improves your user experience and website performance.
53-
- Familiarize yourself with the <a href="/images/get-started/key-concepts">terminology</a>.
54-
- Browse the various <a href="/images/optimization/features">features for optimizing and manipulating images</a>.
52+
- Understand how [image optimization](/images/get-started/introduction/) improves your user experience and website performance.
53+
- Familiarize yourself with the [terminology](/images/get-started/key-concepts/) used through our documentation.
54+
- Read about the [limits and supported formats](/images/optimization/features/) for image inputs and outputs.
5555

5656
---
5757

5858
## Features
5959

60-
<Feature header="Storage" href="/images/storage/upload-images/methods">
61-
Use Cloudflare’s edge network to store your images.
62-
</Feature>
63-
6460
<Feature
65-
header="Direct creator upload"
66-
href="/images/storage/upload-images/direct-creator-upload/"
67-
cta=""
61+
header="Optimization"
62+
href="/images/optimization/features/"
63+
cta="Use optimization"
6864
>
69-
Accept uploads directly and securely from your users by generating a one-time
70-
token.
65+
Browse the various features for compressing, cropping, resizing, and manipulating images.
7166
</Feature>
7267

7368
<Feature
74-
header="Variants"
75-
href="/images/optimization/hosted-images/create-variants/"
76-
cta="Create variants by transforming images"
69+
header="Storage"
70+
href="/images/storage/upload-images/methods"
71+
cta="Use Images API"
7772
>
78-
Add up to 100 variants to specify how images should be resized for various use
79-
cases.
73+
Learn how Images can streamline uploads in your image pipeline.
8074
</Feature>
8175

8276
<Feature
83-
header="Signed URLs"
84-
href="/images/optimization/hosted-images/serve-private-images/"
85-
cta="Serve private images"
77+
header="Predefined variants"
78+
href="/images/optimization/hosted-images/create-variants/"
79+
cta="Use variants"
8680
>
87-
Control access to your images by using signed URL tokens.
81+
Create predefined variants to specify how a hosted image should be resized on
82+
request.
8883
</Feature>
8984

9085
---
@@ -93,10 +88,35 @@ If you’re new to Images, start here to learn the essentials:
9388

9489
<CardGrid>
9590
<LinkTitleCard
96-
title="Community Forum"
91+
title="Pricing"
92+
href="/images/pricing/"
93+
icon="pen"
94+
>
95+
Learn about Images pricing.
96+
</LinkTitleCard>
97+
98+
<LinkTitleCard
99+
title="Community"
97100
href="https://community.cloudflare.com/c/developers/images/63"
98101
icon="open-book"
99102
>
100-
Engage with other users and the Images team on Cloudflare support forum.
103+
Engage with other users and the Images team on Community forum.
104+
</LinkTitleCard>
105+
106+
<LinkTitleCard
107+
title="Discord"
108+
href="https://discord.cloudflare.com"
109+
icon="discord"
110+
>
111+
Ask questions, show what you're building, and discuss the platform with other developers.
112+
</LinkTitleCard>
113+
114+
<LinkTitleCard
115+
title="@CloudflareDev"
116+
href="https://x.com/cloudflaredev"
117+
icon="x.com"
118+
>
119+
Follow @CloudflareDev on Twitter to learn about product announcements from the Developer Platform.
101120
</LinkTitleCard>
102121
</CardGrid>
122+

0 commit comments

Comments
 (0)