Skip to content

Commit 0afeb86

Browse files
authored
Adding a Demo button that links to the Hello World video on YT (#18054)
* Adding a Demo button that links to the Hello World video on YT * updates
1 parent 5f8a95f commit 0afeb86

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/content/docs/workers-ai/index.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ head:
1111

1212
---
1313

14-
import { CardGrid, Description, Feature, LinkTitleCard, Plan, RelatedProduct, Render } from "~/components"
14+
import { CardGrid, Description, Feature, LinkTitleCard, Plan, RelatedProduct, Render, LinkButton, Flex } from "~/components"
1515

1616
<Description>
1717

@@ -24,6 +24,12 @@ Workers AI allows you to run machine learning models, on the Cloudflare network,
2424

2525
With the launch of Workers AI, Cloudflare is rolling out GPUs to its global network. This enables you to build and deploy ambitious AI applications that run near your users, wherever they are.
2626

27+
<div>
28+
<LinkButton href="/workers-ai/get-started">Get started</LinkButton>
29+
<LinkButton variant="secondary" icon="external" href="https://youtu.be/cK_leoJsBWY?si=4u6BIy_uBOZf9Ve8">Watch a Workers AI demo</LinkButton>
30+
</div>
31+
32+
2733
<Render file="custom_requirements" />
2834

2935
<Render file="file_issues" />

0 commit comments

Comments
 (0)