Skip to content

Commit b659fb6

Browse files
committed
move videos to repository
1 parent dfcd80a commit b659fb6

File tree

9 files changed

+297
-19
lines changed

9 files changed

+297
-19
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
static/video/** filter=lfs diff=lfs merge=lfs -text

.github/workflows/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
18+
lfs: true
1819
- uses: actions/setup-node@v4
1920
with:
2021
node-version: 18

.github/workflows/test-deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
18+
lfs: true
1819
- uses: actions/setup-node@v4
1920
with:
2021
node-version: 18

docs/0-what-is/0-introduction.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ slug: '/'
77
hide_table_of_contents: true
88
---
99

10+
import ReactPlayer from 'react-player';
11+
1012
<div style={{ position: 'relative', paddingBottom: '56.25%', height: 0, overflow: 'hidden', maxWidth: '100%' }}>
11-
<iframe
12-
src="https://www.loom.com/embed/0df6511a4c9c4e3a98dc43ada9e109df?sid=dba50455-ac4e-4e3d-ba66-db88a67f653b?hideEmbedTopBar=true&hide_title=true&hide_owner=true&hide_share=true&hide_speed=true"
13-
webkitallowfullscreen
14-
frameborder="0"
15-
mozallowfullscreen
16-
allowFullScreen
17-
style={{ position: 'absolute', top: 0, left: 0, width: '100%', height: '100%' }}
18-
></iframe>
13+
<ReactPlayer
14+
style={{ position: 'absolute', top: 0, left: 0, width: '100%', height: '100%' }}
15+
controls
16+
playIcon
17+
src='/video/01-what-is-conduit.mp4'
18+
/>
1919
</div>
2020

2121
<br/>

docs/0-what-is/1-getting-started.mdx

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,15 @@ sidebar_position: 0
55
slug: '/getting-started'
66
---
77

8+
import ReactPlayer from 'react-player';
89

910
<div style={{ position: 'relative', paddingBottom: '56.25%', height: 0, overflow: 'hidden', maxWidth: '100%' }}>
10-
<iframe
11-
src="https://www.loom.com/embed/4b9797ab29364fa4beb91cf9604b503a?sid=3afbd018-e8cf-4c97-a4ce-bf59d9c4cc3f?hideEmbedTopBar=true&hide_title=true&hide_owner=true&hide_share=true&hide_speed=true"
12-
webkitallowfullscreen
13-
frameborder="0"
14-
mozallowfullscreen
15-
allowFullScreen
16-
style={{ position: 'absolute', top: 0, left: 0, width: '100%', height: '100%' }}
17-
></iframe>
11+
<ReactPlayer
12+
style={{ position: 'absolute', top: 0, left: 0, width: '100%', height: '100%' }}
13+
controls
14+
playIcon
15+
src='/video/02-starting-with-conduit.mp4'
16+
/>
1817
</div>
1918

2019
## Our goal

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"react-diff-viewer-continued": "^3.4.0",
3636
"react-dom": "^18.0.0",
3737
"react-markdown": "^9.0.1",
38+
"react-player": "^3.0.0",
3839
"tailwindcss": "^3.4.0"
3940
},
4041
"devDependencies": {
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:d4abf76e76c003a51c0d557e89dc60c53d4785fc829059dacffe2c049e886e2e
3+
size 59365557
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:4385529fbcbf9a35c54fb42c7aed0e4710e271a5c7815cceedfacfb16a29687a
3+
size 43319857

0 commit comments

Comments
 (0)