File tree Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments