Skip to content

Commit 61c11ed

Browse files
committed
chore: move Local Development up to top level in Workers docs
1 parent 605f68f commit 61c11ed

File tree

22 files changed

+208
-17
lines changed

22 files changed

+208
-17
lines changed

.idea/codeStyles/Project.xml

Lines changed: 62 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/codeStyles/codeStyleConfig.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/prettier.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 112 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/content/docs/workers/ci-cd/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pcx_content_type: concept
33
title: CI/CD
44
description: Set up continuous integration and continuous deployment for your Workers.
55
sidebar:
6-
order: 8
6+
order: 9
77
---
88

99
You can set up continuous integration and continuous deployment (CI/CD) for your Workers by using either the integrated build system, [Workers Builds](#workers-builds), or using [external providers](#external-cicd) to optimize your development workflow.

src/content/docs/workers/configuration/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pcx_content_type: navigation
33
title: Configuration
44
sidebar:
5-
order: 7
5+
order: 8
66
group:
77
hideIndex: true
88
---

src/content/docs/workers/databases/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pcx_content_type: navigation
33
title: Databases
44
sidebar:
5-
order: 12
5+
order: 13
66
group:
77
hideIndex: true
88
---

src/content/docs/workers/demos.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pcx_content_type: navigation
33
title: Demos and architectures
44
sidebar:
5-
order: 5
5+
order: 6
66

77
---
88

src/content/docs/workers/examples/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ hideChildren: true
44
pcx_content_type: navigation
55
title: Examples
66
sidebar:
7-
order: 3
7+
order: 4
88
---
99

1010
import { GlossaryTooltip, ListExamples } from "~/components";

0 commit comments

Comments
 (0)