docs: add a page with mob programming resources
This commit is contained in:
parent
72f827f052
commit
12c228f10b
12
src/pages/mob.mdx
Normal file
12
src/pages/mob.mdx
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
layout: ~/layouts/PageLayout.astro
|
||||||
|
title: "An Introduction to Mob Programming"
|
||||||
|
---
|
||||||
|
|
||||||
|
import YouTubeVideo from "~/components/YouTubeVideo.astro";
|
||||||
|
|
||||||
|
<div class="space-y-8">
|
||||||
|
<YouTubeVideo id="28S4CVkYhWA" />
|
||||||
|
<YouTubeVideo id="ri-35oHWIU8" />
|
||||||
|
<YouTubeVideo id="jPLEbZLE3g8" />
|
||||||
|
</div>
|
Loading…
Reference in a new issue