[docs] Update demo video to the new recording - #6041
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThe documentation updates replace three embedded YouTube video references with video ChangesEmbedded video reference updates
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This localized documentation update only replaces outdated embedded video IDs, with no actionable merge-blocking risk remaining after normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Context
The demo video was re-recorded, so the old recording (
Y5l2BPRkKC8) is out of date everywhere it is embedded. PR #6036 swapped it in the four README files. The docs site still played the old video.Changes
Three YouTube embeds now point at the new recording (
7Wfvtv428Fs):docs/docs/getting-started/01-introduction.mdx(the "Watch this short video" embed on the docs landing page)docs/blog/entries/agenta-is-now-a-workspace-for-building-agents.mdx(both embeds: the summary card and the body)Each page embeds the video with a plain
<iframe src="https://www.youtube.com/embed/<id>">, so only the id changed. The docs pages never used the GitHub thumbnail asset that the READMEs do, so there is no image to swap here. Nothing else in the pages moved.Notes
A repo-wide grep for the old video id and the old thumbnail asset id now returns nothing outside
.git, so this completes the swap PR #6036 started.