Skip to content

Commit 84b48f2

Browse files
committed
More format tweaking
1 parent 88a2bda commit 84b48f2

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

src/content/docs/workers/index.mdx

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,29 @@ Get started with your first project:
3535

3636
## Build with Workers
3737

38-
**Front-end applications** <br/> Use Cloudflare's [CDN & cache](/cache/) for incredibly fast rendering anywhere in the world
38+
<div>
39+
#### Front-end applications
3940

40-
**Back-end applications** <br/> Connect to data stores with [Smart Placement](/workers/configuration/smart-placement/) to optimize latency
41+
<span>Use Cloudflare's [CDN & cache](/cache/) for incredibly fast rendering anywhere in the world</span>
42+
</div>
4143

42-
**Serverless AI inference** <br/> Run LLMs, image generation, and more with [Workers AI](/workers-ai/)
44+
<div>
45+
#### Back-end applications
4346

44-
**Background jobs** <br/> Enable [cron jobs](/workers/configuration/cron-triggers/), [Workflows](/workflows/), and [Queues](/queues/)
47+
<span>Connect to data stores with [Smart Placement](/workers/configuration/smart-placement/) to optimize latency</span>
48+
</div>
49+
50+
<div>
51+
#### Serverless AI inference
52+
53+
<span>Run LLMs, image generation, and more with [Workers AI](/workers-ai/)</span>
54+
</div>
55+
56+
<div>
57+
#### Background jobs
58+
59+
<span>Enable [cron jobs](/workers/configuration/cron-triggers/), [Workflows](/workflows/), and [Queues](/queues/)</span>
60+
</div>
4561

4662
---
4763

0 commit comments

Comments
 (0)