You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/workers/ci-cd/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ pcx_content_type: concept
3
3
title: CI/CD
4
4
description: Set up continuous integration and continuous deployment for your Workers.
5
5
sidebar:
6
-
order: 7
6
+
order: 8
7
7
---
8
8
9
9
You can set up continuous integration and continuous deployment (CI/CD) for your Workers by using either the native build system, [Workers Builds](#workers-builds), or using [external providers](#external-cicd) to optimize your development workflow.
Copy file name to clipboardExpand all lines: src/content/docs/workers/playground.mdx
+20-19Lines changed: 20 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,10 @@
2
2
pcx_content_type: concept
3
3
title: Playground
4
4
sidebar:
5
-
order: 5
6
-
5
+
order: 6
7
6
---
8
7
9
-
import { LinkButton } from"~/components"
8
+
import { LinkButton } from"~/components";
10
9
11
10
:::note[Browser support]
12
11
@@ -18,7 +17,9 @@ The quickest way to experiment with Cloudflare Workers is in the [Playground](ht
18
17
19
18
The Playground uses the same editor as the authenticated experience. The Playground provides the ability to [share](#share) the code you write as well as [deploy](#deploy) it instantly to Cloudflare's global network. This way, you can try new things out and deploy them when you are ready.
20
19
21
-
<LinkButtonhref="https://workers.cloudflare.com/playground"icon="external">Launch the Playground</LinkButton>
0 commit comments