Skip to content

Commit 72c83c0

Browse files
authored
Using WranglerNamespace for Pipelines commands (cloudflare#26500)
1 parent 5323855 commit 72c83c0

File tree

5 files changed

+13
-237
lines changed

5 files changed

+13
-237
lines changed

public/__redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1221,6 +1221,7 @@
12211221

12221222
# pipelines
12231223
/pipelines/concepts/how-pipelines-work/ /pipelines/ 301
1224+
/pipelines/platform/wrangler-commands/ /pipelines/reference/wrangler-commands/ 301
12241225

12251226
# queues
12261227
/queues/configuration/ /queues/configuration/configure-queues/ 301

src/content/docs/pipelines/platform/wrangler-commands.mdx

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
pcx_content_type: concept
3+
title: Wrangler commands
4+
sidebar:
5+
order: 80
6+
---
7+
8+
import { WranglerNamespace } from "~/components";
9+
10+
<WranglerNamespace namespace="pipelines"/>
11+

src/content/docs/workers/wrangler/commands.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1199,7 +1199,7 @@ wrangler pages functions build [<DIRECTORY>] [OPTIONS]
11991199

12001200
Manage your [Pipelines](/pipelines/).
12011201

1202-
<Render file="wrangler-commands/pipelines" product="workers" />
1202+
<WranglerNamespace namespace="pipelines" headingLevel={3}/>
12031203

12041204
---
12051205

src/content/partials/workers/wrangler-commands/pipelines.mdx

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

0 commit comments

Comments
 (0)