File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,12 @@ Follow this guide to create a Workers application using [the Cloudflare dashboar
2323To create a Workers application:
2424
25251 . Log in to the [ Cloudflare dashboard] ( https://dash.cloudflare.com ) and select your account.
26- 2 . Go to ** Workers & Pages** .
27- 3 . Select ** Create** .
28- 4 . Select a template or ** Create Worker** .
29- 5 . Review the provided code and select ** Deploy** .
30- 6 . Preview your Worker at its provided [ ` workers.dev ` ] ( /workers/configuration/routing/workers-dev/ ) subdomain.
26+ 2 . Go to ** Compute (Workers)** .
27+ 3 . Go to ** Workers & Pages** .
28+ 4 . Select ** Create** .
29+ 5 . Select a template or import a repository. To create a new, blank Worker, select ** Hello world** .
30+ 6 . Review the provided code and select ** Deploy** .
31+ 7 . Preview your Worker at its provided [ ` workers.dev ` ] ( /workers/configuration/routing/workers-dev/ ) subdomain.
3132
3233## Development
3334
Original file line number Diff line number Diff line change @@ -11,9 +11,10 @@ Editing in the dashboard is helpful for simpler use cases.
1111Once you have created your Worker script, you can edit and deploy your Worker using the Cloudflare dashboard:
1212
13131 . Log in to the [ Cloudflare dashboard] ( https://dash.cloudflare.com ) and select your account.
14- 2 . Select ** Workers & Pages** .
15- 3 . Select your application.
16- 4 . Select ** Edit Code** .
14+ 2 . Select ** Compute (Workers)** .
15+ 3 . Select ** Workers & Pages** .
16+ 4 . Select your application.
17+ 5 . Select ** Edit Code** .
1718
1819![ Edit code directly within the Cloudflare dashboard] ( ~/assets/images/workers/workers-edit-code.png )
1920
You can’t perform that action at this time.
0 commit comments