Skip to content

Commit b762624

Browse files
committed
Workers dashboard getting started UI updates
1 parent b2d52b8 commit b762624

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

src/content/docs/workers/get-started/dashboard.mdx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ Follow this guide to create a Workers application using [the Cloudflare dashboar
2323
To create a Workers application:
2424

2525
1. 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

src/content/partials/workers/dash-creation-next-steps.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ Editing in the dashboard is helpful for simpler use cases.
1111
Once you have created your Worker script, you can edit and deploy your Worker using the Cloudflare dashboard:
1212

1313
1. 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

0 commit comments

Comments
 (0)