From 8578064514b39538595b73fece8c69a381687a4b Mon Sep 17 00:00:00 2001 From: Nanook Claw Date: Wed, 15 Apr 2026 19:06:12 +0000 Subject: [PATCH 1/4] fix: clarify Save button location in Versions & Deployments docs The Save button is only visible within the Online Editor (Edit Code) interface, not on the main Worker dashboard or Deployments tab. This updates the instructions to specify navigating to Edit Code first. Closes #28812 --- .../workers/configuration/versions-and-deployments/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/workers/configuration/versions-and-deployments/index.mdx b/src/content/docs/workers/configuration/versions-and-deployments/index.mdx index fe6e7fb8a6c7c12..ff5770a1013b965 100644 --- a/src/content/docs/workers/configuration/versions-and-deployments/index.mdx +++ b/src/content/docs/workers/configuration/versions-and-deployments/index.mdx @@ -58,7 +58,7 @@ Wrangler versions before 3.73.0 require you to specify a `--x-versions` flag. ::: -To create a new version of your Worker that is not deployed immediately, use the [`wrangler versions upload`](/workers/wrangler/commands/general/#versions-upload) command or create a new version via the Cloudflare dashboard using the **Save** button. You can find the **Save** option under the down arrow beside the "Deploy" button. +To create a new version of your Worker that is not deployed immediately, use the [`wrangler versions upload`](/workers/wrangler/commands/general/#versions-upload) command or create a new version via the Online Editor in the Cloudflare dashboard by clicking **Edit Code**, then selecting the **Save** option under the down arrow beside the "Deploy" button. Versions created in this way can then be deployed all at once or gradually deployed using the [`wrangler versions deploy`](/workers/wrangler/commands/general/#versions-deploy) command or via the Cloudflare dashboard under the **Deployments** tab. From 6884cd8d56548351277e9e1c6093e04233b4554b Mon Sep 17 00:00:00 2001 From: NanookClaw Date: Mon, 27 Apr 2026 09:07:41 +0000 Subject: [PATCH 2/4] =?UTF-8?q?fix:=20apply=20reviewer=20suggestions=20?= =?UTF-8?q?=E2=80=94=20lowercase=20'online=20code=20editor',=20'selecting'?= =?UTF-8?q?=20phrasing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../workers/configuration/versions-and-deployments/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/workers/configuration/versions-and-deployments/index.mdx b/src/content/docs/workers/configuration/versions-and-deployments/index.mdx index ff5770a1013b965..280dda9bdb9a5f6 100644 --- a/src/content/docs/workers/configuration/versions-and-deployments/index.mdx +++ b/src/content/docs/workers/configuration/versions-and-deployments/index.mdx @@ -58,7 +58,7 @@ Wrangler versions before 3.73.0 require you to specify a `--x-versions` flag. ::: -To create a new version of your Worker that is not deployed immediately, use the [`wrangler versions upload`](/workers/wrangler/commands/general/#versions-upload) command or create a new version via the Online Editor in the Cloudflare dashboard by clicking **Edit Code**, then selecting the **Save** option under the down arrow beside the "Deploy" button. +To create a new version of your Worker that is not deployed immediately, use the [`wrangler versions upload`](/workers/wrangler/commands/general/#versions-upload) command or create a new version via the online code editor in the Cloudflare dashboard by selecting **Edit code**, then selecting the **Save** option under the down arrow beside the "Deploy" button. Versions created in this way can then be deployed all at once or gradually deployed using the [`wrangler versions deploy`](/workers/wrangler/commands/general/#versions-deploy) command or via the Cloudflare dashboard under the **Deployments** tab. From 3c089be7367fae02fd1db2485caa019e24481dd3 Mon Sep 17 00:00:00 2001 From: Nanook Date: Wed, 29 Apr 2026 00:37:38 +0000 Subject: [PATCH 3/4] Restructure into CLI/Dashboard tabs per review feedback --- .../versions-and-deployments/index.mdx | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/content/docs/workers/configuration/versions-and-deployments/index.mdx b/src/content/docs/workers/configuration/versions-and-deployments/index.mdx index 280dda9bdb9a5f6..50bbe48c8d72204 100644 --- a/src/content/docs/workers/configuration/versions-and-deployments/index.mdx +++ b/src/content/docs/workers/configuration/versions-and-deployments/index.mdx @@ -58,7 +58,21 @@ Wrangler versions before 3.73.0 require you to specify a `--x-versions` flag. ::: -To create a new version of your Worker that is not deployed immediately, use the [`wrangler versions upload`](/workers/wrangler/commands/general/#versions-upload) command or create a new version via the online code editor in the Cloudflare dashboard by selecting **Edit code**, then selecting the **Save** option under the down arrow beside the "Deploy" button. +To create a new version of your Worker that is not deployed immediately: + + + +Run the [`wrangler versions upload`](/workers/wrangler/commands/general/#versions-upload) command. + + + +1. In the Cloudflare dashboard, go to your Worker. +2. Select **Edit code**. +3. Make your changes, then select the down arrow beside the **Deploy** button. +4. Select **Save**. + + + Versions created in this way can then be deployed all at once or gradually deployed using the [`wrangler versions deploy`](/workers/wrangler/commands/general/#versions-deploy) command or via the Cloudflare dashboard under the **Deployments** tab. From 377429ed6c738c6641b360674659263390be039a Mon Sep 17 00:00:00 2001 From: Nanook Date: Mon, 4 May 2026 11:47:17 +0000 Subject: [PATCH 4/4] fix: use prose with 'online code editor' per review feedback Replace tabbed interface with simpler prose using 'online code editor' terminology consistent with the gradual deployments page. --- .../versions-and-deployments/index.mdx | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/src/content/docs/workers/configuration/versions-and-deployments/index.mdx b/src/content/docs/workers/configuration/versions-and-deployments/index.mdx index 50bbe48c8d72204..280dda9bdb9a5f6 100644 --- a/src/content/docs/workers/configuration/versions-and-deployments/index.mdx +++ b/src/content/docs/workers/configuration/versions-and-deployments/index.mdx @@ -58,21 +58,7 @@ Wrangler versions before 3.73.0 require you to specify a `--x-versions` flag. ::: -To create a new version of your Worker that is not deployed immediately: - - - -Run the [`wrangler versions upload`](/workers/wrangler/commands/general/#versions-upload) command. - - - -1. In the Cloudflare dashboard, go to your Worker. -2. Select **Edit code**. -3. Make your changes, then select the down arrow beside the **Deploy** button. -4. Select **Save**. - - - +To create a new version of your Worker that is not deployed immediately, use the [`wrangler versions upload`](/workers/wrangler/commands/general/#versions-upload) command or create a new version via the online code editor in the Cloudflare dashboard by selecting **Edit code**, then selecting the **Save** option under the down arrow beside the "Deploy" button. Versions created in this way can then be deployed all at once or gradually deployed using the [`wrangler versions deploy`](/workers/wrangler/commands/general/#versions-deploy) command or via the Cloudflare dashboard under the **Deployments** tab.