Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions src/content/docs/vectorize/reference/wrangler-commands.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
---
pcx_content_type: navigation
pcx_content_type: reference
title: Wrangler commands
external_link: /workers/wrangler/commands/#vectorize
sidebar:
order: 19

---

import { WranglerNamespace } from "~/components";

Vectorize uses the following [Wrangler Commands](/workers/wrangler/commands/).

<WranglerNamespace namespace="vectorize" headingLevel={3} />
3 changes: 2 additions & 1 deletion src/content/docs/workers/wrangler/commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Manage [Hyperdrive](/hyperdrive/) database configurations.

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

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

---

Expand Down Expand Up @@ -360,6 +360,7 @@ wrangler delete [<SCRIPT>] [OPTIONS]
<Render file="wrangler-commands/r2" product="workers" />

---

## r2 SQL

<Render file="wrangler-commands/r2-sql" product="workers" />
Expand Down
211 changes: 0 additions & 211 deletions src/content/partials/workers/wrangler-commands/vectorize.mdx

This file was deleted.