Skip to content

Commit 19f557c

Browse files
stephanjclaude
andcommitted
docs: update Spec Driven Development YouTube video ID
Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent a73e054 commit 19f557c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docusaurus/blog/2026-02-10-spec-driven-development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ That's the idea behind **Spec Driven Development (SDD)**, the latest feature in
2323
<iframe
2424
width="100%"
2525
style={{aspectRatio: '16/9', maxWidth: '720px', borderRadius: '8px'}}
26-
src="https://www.youtube.com/embed/kuicOEN4YMU"
26+
src="https://www.youtube.com/embed/t1MOHCfsdvk"
2727
title="Spec Driven Development Demo"
2828
frameBorder="0"
2929
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"

docusaurus/docs/features/spec-driven-development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Spec Driven Development (SDD) is a workflow where you define **what** needs to b
1414
<iframe
1515
width="100%"
1616
style={{aspectRatio: '16/9', maxWidth: '720px', borderRadius: '8px'}}
17-
src="https://www.youtube.com/embed/kuicOEN4YMU"
17+
src="https://www.youtube.com/embed/t1MOHCfsdvk"
1818
title="Spec Driven Development Demo"
1919
frameBorder="0"
2020
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"

docusaurus/src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export default function Home() {
6868
<div className={styles.videoContainer}>
6969
<iframe
7070
className={styles.demoVideo}
71-
src="https://www.youtube.com/embed/kuicOEN4YMU"
71+
src="https://www.youtube.com/embed/t1MOHCfsdvk"
7272
title="Spec Driven Development Demo"
7373
frameBorder="0"
7474
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"

0 commit comments

Comments
 (0)