Skip to content

Commit 61322f2

Browse files
committed
Adding button to "Get started"
1 parent 83fa0d6 commit 61322f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/content/docs/queues/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ head:
99
content: Overview
1010
---
1111

12-
import { CardGrid, Description, Feature, LinkTitleCard, Plan, RelatedProduct } from "~/components"
12+
import { CardGrid, Description, Feature, LinkTitleCard, Plan, RelatedProduct, LinkButton } from "~/components"
1313

1414
<Description>
1515

@@ -23,6 +23,8 @@ Send and receive messages with guaranteed delivery and no charges for egress ban
2323

2424
Cloudflare Queues integrate with [Cloudflare Workers](/workers/) and enable you to build applications that can [guarantee delivery](/queues/reference/delivery-guarantees/), [offload work from a request](/queues/reference/how-queues-works/), [send data from Worker to Worker](/queues/configuration/configure-queues/), and [buffer or batch data](/queues/configuration/batching-retries/).
2525

26+
<LinkButton href="/queues/get-started/">Get started</LinkButton>
27+
2628
***
2729

2830
## Features

0 commit comments

Comments
 (0)