Skip to content

Commit 5323855

Browse files
authored
[Vectorize] Replace manually set wrangler commands with WranglerNamespace component (#26462)
* [Vectorize] Replace manually set wrangler commands with WranglerNamespace component * Apply suggestion from @kodster28
1 parent 9b4b1c8 commit 5323855

File tree

3 files changed

+9
-215
lines changed

3 files changed

+9
-215
lines changed
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
---
2-
pcx_content_type: navigation
2+
pcx_content_type: reference
33
title: Wrangler commands
4-
external_link: /workers/wrangler/commands/#vectorize
54
sidebar:
65
order: 19
7-
86
---
7+
8+
import { WranglerNamespace } from "~/components";
9+
10+
Vectorize uses the following [Wrangler Commands](/workers/wrangler/commands/).
11+
12+
<WranglerNamespace namespace="vectorize" />

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Manage [Hyperdrive](/hyperdrive/) database configurations.
155155

156156
Interact with a [Vectorize](/vectorize/) vector database.
157157

158-
<Render product="workers" file="wrangler-commands/vectorize" />
158+
<WranglerNamespace namespace="vectorize" headingLevel={3} />
159159

160160
---
161161

@@ -369,6 +369,7 @@ wrangler delete [<SCRIPT>] [OPTIONS]
369369
<Render file="wrangler-commands/r2" product="workers" />
370370

371371
---
372+
372373
## r2 SQL
373374

374375
<Render file="wrangler-commands/r2-sql" product="workers" />

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

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

0 commit comments

Comments
 (0)