Skip to content

Commit 16b7c35

Browse files
committed
fix ordering and spacing
1 parent cd0f69e commit 16b7c35

File tree

5 files changed

+4
-113
lines changed

5 files changed

+4
-113
lines changed

.idea/workspace.xml

Lines changed: 0 additions & 109 deletions
This file was deleted.

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: 4
7+
order: 3
88
---
99

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

src/content/docs/workers/local-development.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ When running `wrangler dev`, resources such as KV, Durable Objects, D1, and R2 w
6262

6363
### Use bindings in Wrangler configuration files
6464

65-
[Wrangler](/workers/wrangler/) will automatically create local versions of bindings found in the [`wrangler.toml / wrangler.json` file](/workers/wrangler/configuration/). These local resources will not have data in them initially, so you will need to add data manually via Wrangler commands and the [`--local` flag](/workers/local-development/#use---local-flag).
65+
[Wrangler](/workers/wrangler/) will automatically create local versions of bindings found in the [`wrangler.toml / wrangler.json` file](/workers/wrangler/configuration/). These local resources will not have data in them initially, so you will need to add data manually via Wrangler commands and the [`--local` flag](#use---local-flag).
6666

6767
When you run `wrangler dev` Wrangler stores local resources in a `.wrangler/state` folder, which is automatically created.
6868

src/content/docs/workers/static-assets/compatibility-matrix.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ We plan to bridge the gaps between Workers and Pages and provide ways to migrate
3434
| [Gradual Deployments](/workers/configuration/versions-and-deployments/) |||
3535
| [Preview URLs](/workers/configuration/previews) |||
3636
| [Testing tools](/workers/testing) |||
37-
| [Local Development](/workers/local-development/) |||
37+
| [Local Development](/workers/local-development/) |||
3838
| [Remote Development (`--remote`)](/workers/wrangler/commands/) |||
3939
| [Quick Editor in Dashboard](https://blog.cloudflare.com/improved-quick-edit) |||
4040
| **Static Assets** | | |

src/content/docs/workers/tutorials/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: Tutorials
66
sidebar:
7-
order: 5
7+
order: 4
88
---
99

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

0 commit comments

Comments
 (0)