Skip to content

Commit 90514a7

Browse files
committed
Added video to hacker news example docs
1 parent 2d63c5d commit 90514a7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/guides/examples/scrape-hacker-news.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ description: "This example demonstrates how to scrape the top 3 articles from Ha
77
import LocalDevelopment from "/snippets/local-development-extensions.mdx";
88
import ScrapingWarning from "/snippets/web-scraping-warning.mdx";
99

10+
<video
11+
src="https://content.trigger.dev/scrape-hacker-news.mp4"
12+
preload="auto"
13+
controls={true}
14+
autoPlay={false}
15+
width="100%"
16+
height="100%"
17+
/>
18+
1019
## Overview
1120

1221
In this example we'll be using a number of different tools and features to:

0 commit comments

Comments
 (0)