From b7626241df0cc0de1b24240ed7f4ce4e040ecf13 Mon Sep 17 00:00:00 2001 From: ToriLindsay Date: Mon, 24 Feb 2025 11:55:08 +0000 Subject: [PATCH 1/3] Workers dashboard getting started UI updates --- src/content/docs/workers/get-started/dashboard.mdx | 11 ++++++----- .../partials/workers/dash-creation-next-steps.mdx | 7 ++++--- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/src/content/docs/workers/get-started/dashboard.mdx b/src/content/docs/workers/get-started/dashboard.mdx index 75d3c45499c09b2..454de2386776b7a 100644 --- a/src/content/docs/workers/get-started/dashboard.mdx +++ b/src/content/docs/workers/get-started/dashboard.mdx @@ -23,11 +23,12 @@ Follow this guide to create a Workers application using [the Cloudflare dashboar To create a Workers application: 1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account. -2. Go to **Workers & Pages**. -3. Select **Create**. -4. Select a template or **Create Worker**. -5. Review the provided code and select **Deploy**. -6. Preview your Worker at its provided [`workers.dev`](/workers/configuration/routing/workers-dev/) subdomain. +2. Go to **Compute (Workers)**. +3. Go to **Workers & Pages**. +4. Select **Create**. +5. Select a template or import a repository. To create a new, blank Worker, select **Hello world**. +6. Review the provided code and select **Deploy**. +7. Preview your Worker at its provided [`workers.dev`](/workers/configuration/routing/workers-dev/) subdomain. ## Development diff --git a/src/content/partials/workers/dash-creation-next-steps.mdx b/src/content/partials/workers/dash-creation-next-steps.mdx index 1ea666b81e7ef9e..4631934c069ab3f 100644 --- a/src/content/partials/workers/dash-creation-next-steps.mdx +++ b/src/content/partials/workers/dash-creation-next-steps.mdx @@ -11,9 +11,10 @@ Editing in the dashboard is helpful for simpler use cases. Once you have created your Worker script, you can edit and deploy your Worker using the Cloudflare dashboard: 1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account. -2. Select **Workers & Pages**. -3. Select your application. -4. Select **Edit Code**. +2. Select **Compute (Workers)**. +3. Select **Workers & Pages**. +4. Select your application. +5. Select **Edit Code**. ![Edit code directly within the Cloudflare dashboard](~/assets/images/workers/workers-edit-code.png) From 91ca3658b5b51b74d0c11a448fedbef9929cf89a Mon Sep 17 00:00:00 2001 From: ToriLindsay Date: Wed, 19 Mar 2025 14:47:01 +0000 Subject: [PATCH 2/3] UI changed again --- src/content/partials/workers/dash-creation-next-steps.mdx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/content/partials/workers/dash-creation-next-steps.mdx b/src/content/partials/workers/dash-creation-next-steps.mdx index 4631934c069ab3f..1ea666b81e7ef9e 100644 --- a/src/content/partials/workers/dash-creation-next-steps.mdx +++ b/src/content/partials/workers/dash-creation-next-steps.mdx @@ -11,10 +11,9 @@ Editing in the dashboard is helpful for simpler use cases. Once you have created your Worker script, you can edit and deploy your Worker using the Cloudflare dashboard: 1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account. -2. Select **Compute (Workers)**. -3. Select **Workers & Pages**. -4. Select your application. -5. Select **Edit Code**. +2. Select **Workers & Pages**. +3. Select your application. +4. Select **Edit Code**. ![Edit code directly within the Cloudflare dashboard](~/assets/images/workers/workers-edit-code.png) From c06c665062a78f8a213b7f1b4dc29c6b1892a8f1 Mon Sep 17 00:00:00 2001 From: ToriLindsay Date: Thu, 20 Mar 2025 11:58:06 +0000 Subject: [PATCH 3/3] Apply suggestions from code review --- src/content/docs/workers/get-started/dashboard.mdx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/content/docs/workers/get-started/dashboard.mdx b/src/content/docs/workers/get-started/dashboard.mdx index 454de2386776b7a..9dd4246dbbd1f7b 100644 --- a/src/content/docs/workers/get-started/dashboard.mdx +++ b/src/content/docs/workers/get-started/dashboard.mdx @@ -23,12 +23,11 @@ Follow this guide to create a Workers application using [the Cloudflare dashboar To create a Workers application: 1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account. -2. Go to **Compute (Workers)**. -3. Go to **Workers & Pages**. -4. Select **Create**. -5. Select a template or import a repository. To create a new, blank Worker, select **Hello world**. -6. Review the provided code and select **Deploy**. -7. Preview your Worker at its provided [`workers.dev`](/workers/configuration/routing/workers-dev/) subdomain. +2. Go to **Workers & Pages**. +3. Select **Create**. +4. Select a template or import a repository. To create a new, blank Worker, select **Hello world**. +5. Review the provided code and select **Deploy**. +6. Preview your Worker at its provided [`workers.dev`](/workers/configuration/routing/workers-dev/) subdomain. ## Development