Skip to content

Commit e466bc2

Browse files
a-robinsonOxyjun
andauthored
Remove references to Queues and Vectorize still being in beta (#17180)
* Remove beta notices for Queues and Vectorize since they're now GA Fixes #17179 * Remove beta references from Vectorize docs landing page Since Vectorize is now GA. * Update src/content/docs/vectorize/index.mdx --------- Co-authored-by: Jun Lee <[email protected]>
1 parent 53ef9db commit e466bc2

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

src/content/docs/vectorize/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Store large amounts of unstructured data without the costly egress bandwidth fee
7272
<CardGrid>
7373

7474
<LinkTitleCard title="Limits" href="/vectorize/platform/limits/" icon="document">
75-
Learn about what limits Vectorize has during the open beta and how to work within them.
75+
Learn about Vectorize limits and how to work within them.
7676
</LinkTitleCard>
7777

7878
<LinkTitleCard title="Use cases" href="/use-cases/ai/" icon="document">
@@ -84,7 +84,7 @@ Learn more about the storage and database options you can build on with Workers.
8484
</LinkTitleCard>
8585

8686
<LinkTitleCard title="Developer Discord" href="https://discord.cloudflare.com" icon="discord">
87-
Connect with the Workers community on Discord to ask questions, join the `#vectorize-open-beta` channel to show what you are building, and discuss the platform with other developers.
87+
Connect with the Workers community on Discord to ask questions, join the `#vectorize` channel to show what you are building, and discuss the platform with other developers.
8888
</LinkTitleCard>
8989

9090
<LinkTitleCard title="@CloudflareDev" href="https://x.com/cloudflaredev" icon="x.com">

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -473,11 +473,6 @@ Manage [Hyperdrive](/hyperdrive/) database configurations.
473473

474474
## `vectorize`
475475

476-
:::note
477-
478-
Vectorize is currently in open beta. Report Vectorize bugs in [GitHub](https://github.com/cloudflare/workers-sdk/issues/new/choose).
479-
:::
480-
481476
Interact with a [Vectorize](/vectorize/) vector database.
482477

483478
### `create`
@@ -1509,11 +1504,6 @@ wrangler pages secret bulk [<FILENAME>] [OPTIONS]
15091504

15101505
## `queues`
15111506

1512-
:::note
1513-
1514-
Queues is currently in open beta. Report Queues bugs in [GitHub](https://github.com/cloudflare/workers-sdk/issues/new/choose).
1515-
:::
1516-
15171507
Manage your Workers [Queues](/queues/) configurations.
15181508

15191509
### `create`

0 commit comments

Comments
 (0)