Skip to content

Commit c70fc0c

Browse files
RafaelPoclaude
andauthored
Use GitHub LFS media URLs for setup videos and posters (#254)
The deploy workflow doesn't fetch LFS files, so the static site was serving LFS pointer files instead of actual video/image content. Point directly at media.githubusercontent.com URLs instead. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3a5b346 commit c70fc0c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/mcp-server.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ https://mcp.everyrow.io/mcp
2626
<div style={{display: 'grid', gridTemplateColumns: '1fr 1fr', gap: '1rem', marginTop: '1.5rem', marginBottom: '1.5rem'}}>
2727
<div>
2828
<p style={{fontWeight: 600, fontSize: '0.875rem', marginBottom: '0.5rem'}}>Adding the connector</p>
29-
<video controls preload="metadata" poster="/docs/videos/setup-claude-web-poster.jpg" style={{display: 'block', width: '100%', borderRadius: '8px', border: '1px solid #e5e7eb'}}>
30-
<source src="/docs/videos/setup-claude-web.mp4" type="video/mp4" />
29+
<video controls preload="metadata" poster="https://media.githubusercontent.com/media/futuresearch/everyrow-sdk/main/docs-site/public/videos/setup-claude-web-poster.jpg" style={{display: 'block', width: '100%', borderRadius: '8px', border: '1px solid #e5e7eb'}}>
30+
<source src="https://media.githubusercontent.com/media/futuresearch/everyrow-sdk/main/docs-site/public/videos/setup-claude-web.mp4" type="video/mp4" />
3131
</video>
3232
</div>
3333
<div>
3434
<p style={{fontWeight: 600, fontSize: '0.875rem', marginBottom: '0.5rem'}}>Whitelisting the upload domain</p>
35-
<video controls preload="metadata" poster="/docs/videos/setup-whitelist-poster.jpg" style={{display: 'block', width: '100%', borderRadius: '8px', border: '1px solid #e5e7eb'}}>
36-
<source src="/docs/videos/setup-whitelist.mp4" type="video/mp4" />
35+
<video controls preload="metadata" poster="https://media.githubusercontent.com/media/futuresearch/everyrow-sdk/main/docs-site/public/videos/setup-whitelist-poster.jpg" style={{display: 'block', width: '100%', borderRadius: '8px', border: '1px solid #e5e7eb'}}>
36+
<source src="https://media.githubusercontent.com/media/futuresearch/everyrow-sdk/main/docs-site/public/videos/setup-whitelist.mp4" type="video/mp4" />
3737
</video>
3838
</div>
3939
</div>
@@ -61,8 +61,8 @@ Then start Claude Code and authenticate:
6161

6262
<div style={{marginTop: '1.5rem', marginBottom: '1.5rem'}}>
6363
<p style={{fontWeight: 600, fontSize: '0.875rem', marginBottom: '0.5rem'}}>Connecting Claude Code via remote HTTP MCP</p>
64-
<video controls preload="metadata" poster="/docs/videos/setup-claude-code-poster.jpg" style={{display: 'block', width: '100%', maxWidth: '640px', borderRadius: '8px', border: '1px solid #e5e7eb'}}>
65-
<source src="/docs/videos/setup-claude-code.mp4" type="video/mp4" />
64+
<video controls preload="metadata" poster="https://media.githubusercontent.com/media/futuresearch/everyrow-sdk/main/docs-site/public/videos/setup-claude-code-poster.jpg" style={{display: 'block', width: '100%', maxWidth: '640px', borderRadius: '8px', border: '1px solid #e5e7eb'}}>
65+
<source src="https://media.githubusercontent.com/media/futuresearch/everyrow-sdk/main/docs-site/public/videos/setup-claude-code.mp4" type="video/mp4" />
6666
</video>
6767
</div>
6868

0 commit comments

Comments
 (0)