[PR #409] [MERGED] feat: iframe relevant videos #720

Closed
opened 2026-02-17 17:20:59 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/409
Author: @victorm-lc
Created: 9/8/2025
Status: Merged
Merged: 9/9/2025
Merged by: @lnhsingh

Base: mainHead: vic/add-videos


📝 Commits (3)

  • 30f4dd8 feat: iframe relevant videos
  • 6570199 fix: move videos to their own sections
  • b88715b Apply suggestions from code review

📊 Changes

11 files changed (+110 additions, -3 deletions)

View changed files

📝 src/langgraph-platform/assistants.mdx (+11 -0)
📝 src/langgraph-platform/langgraph-studio.mdx (+10 -0)
📝 src/langsmith/annotation-queues.mdx (+9 -1)
📝 src/langsmith/dashboards.mdx (+10 -0)
📝 src/langsmith/evaluation-quickstart.mdx (+10 -0)
📝 src/langsmith/improve-judge-evaluator-feedback.mdx (+9 -1)
📝 src/langsmith/observability-quickstart.mdx (+11 -0)
📝 src/langsmith/online-evaluations.mdx (+10 -1)
📝 src/langsmith/prompt-engineering-concepts.mdx (+10 -0)
📝 src/langsmith/prompt-engineering-quickstart.mdx (+10 -0)
📝 src/langsmith/rules.mdx (+10 -0)

📄 Description

This PR embeds relevant videos from the Deployed Engineer team directly into the docs pages.
The goal is to make it easier for readers to access video walkthroughs alongside the written guides.

Changes include:

  • Added
## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/409 **Author:** [@victorm-lc](https://github.com/victorm-lc) **Created:** 9/8/2025 **Status:** ✅ Merged **Merged:** 9/9/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `vic/add-videos` --- ### 📝 Commits (3) - [`30f4dd8`](https://github.com/langchain-ai/docs/commit/30f4dd8b3e511bc17c8332dd4296b40ac689126c) feat: iframe relevant videos - [`6570199`](https://github.com/langchain-ai/docs/commit/6570199a98c728ecc93c2cd9d55584f0951c968d) fix: move videos to their own sections - [`b88715b`](https://github.com/langchain-ai/docs/commit/b88715b73b76c69beaec10b75b0a1a2691a334e4) Apply suggestions from code review ### 📊 Changes **11 files changed** (+110 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/langgraph-platform/assistants.mdx` (+11 -0) 📝 `src/langgraph-platform/langgraph-studio.mdx` (+10 -0) 📝 `src/langsmith/annotation-queues.mdx` (+9 -1) 📝 `src/langsmith/dashboards.mdx` (+10 -0) 📝 `src/langsmith/evaluation-quickstart.mdx` (+10 -0) 📝 `src/langsmith/improve-judge-evaluator-feedback.mdx` (+9 -1) 📝 `src/langsmith/observability-quickstart.mdx` (+11 -0) 📝 `src/langsmith/online-evaluations.mdx` (+10 -1) 📝 `src/langsmith/prompt-engineering-concepts.mdx` (+10 -0) 📝 `src/langsmith/prompt-engineering-quickstart.mdx` (+10 -0) 📝 `src/langsmith/rules.mdx` (+10 -0) </details> ### 📄 Description This PR embeds relevant videos from the Deployed Engineer team directly into the docs pages. The goal is to make it easier for readers to access video walkthroughs alongside the written guides. Changes include: - Added <iframe> embeds to relevant LangGraph Platform and LangSmith documentation pages. - Videos cover Assistants, Studio, Annotation Queues, Dashboards, Prompt Engineering, Evaluations, Tracing, and more. - Each embed is styled with w-full aspect-video rounded-xl for consistency across the docs. These updates should improve discoverability and learning by pairing written content with video demonstrations. NOTE: I saw that in https://docs.langchain.com/langsmith/online-evaluations we add a hyper-link to the video tutorial instead of an iFrame. Happy to change from iFrame to hyperlinks instead. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:20:59 -05:00
yindo closed this issue 2026-02-17 17:20:59 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#720