Skip to content

Commit 22459c2

Browse files
committed
embed video in the quickstart documentation
1 parent cd7b143 commit 22459c2

File tree

4 files changed

+1903
-1810
lines changed

4 files changed

+1903
-1810
lines changed

docs/docs/getting_started/quickstart.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Quickstart
33
description: Get started with CocoIndex in 10 minutes
44
---
55

6+
import ReactPlayer from 'react-player'
7+
68
# Build your first CocoIndex project
79

810
This guide will help you get up and running with CocoIndex in just a few minutes, that does:
@@ -11,6 +13,8 @@ This guide will help you get up and running with CocoIndex in just a few minutes
1113
* loads the data into a vector store (PG Vector)
1214

1315

16+
<ReactPlayer playing controls url='https://www.youtube.com/watch?v=gv5R8nOXsWU' />
17+
1418
## Prerequisite: Install CocoIndex environment
1519

1620
We'll need to install a bunch of dependencies for this project.

docs/package-lock.json

Lines changed: 31 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"posthog-docusaurus": "^2.0.2",
2424
"prism-react-renderer": "^2.3.0",
2525
"react": "^19.0.0",
26-
"react-dom": "^19.0.0"
26+
"react-dom": "^19.0.0",
27+
"react-player": "^2.16.0"
2728
},
2829
"devDependencies": {
2930
"@docusaurus/module-type-aliases": "3.7.0",

0 commit comments

Comments
 (0)