Skip to content

Commit 3ef9f09

Browse files
committed
Corrected order
1 parent 470567f commit 3ef9f09

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

src/content/docs/workers/vite-plugin/cloudflare-environments.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pcx_content_type: reference
33
title: Cloudflare Environments
44
head: []
55
sidebar:
6-
order: 5
6+
order: 6
77
description: Using Cloudflare environments with the Vite plugin
88
---
99

src/content/docs/workers/vite-plugin/debugging.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ pcx_content_type: reference
33
title: Debugging
44
head: []
55
sidebar:
6-
order: 7
7-
description: Debugging Worker code with the Vite plugin
6+
order: 8
7+
description: Debugging with the Vite plugin
88
---
99

1010
The Cloudflare Vite plugin has debugging enabled by default and listens on port `9229`.

src/content/docs/workers/vite-plugin/migrating-from-wrangler-dev.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pcx_content_type: reference
33
title: Migrating from wrangler dev
44
head: []
55
sidebar:
6-
order: 8
6+
order: 9
77
description: Migrating from wrangler dev to the Vite plugin
88
---
99

src/content/docs/workers/vite-plugin/secrets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pcx_content_type: reference
33
title: Secrets
44
head: []
55
sidebar:
6-
order: 6
6+
order: 7
77
description: Using secrets with the Vite plugin
88
---
99

src/content/docs/workers/vite-plugin/static-assets.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ pcx_content_type: reference
33
title: Static Assets
44
head: []
55
sidebar:
6-
order: 4
7-
description: Static assets with the Vite plugin
6+
order: 5
7+
description: Static assets and the Vite plugin
88
---
99

1010
import { WranglerConfig } from "~/components";

src/content/docs/workers/vite-plugin/vite-environments.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pcx_content_type: reference
33
title: Vite Environments
44
head: []
55
sidebar:
6-
order: 3
6+
order: 4
77
description: Vite environments and the Vite plugin
88
---
99

0 commit comments

Comments
 (0)