docs: add a page with mob programming resources

This commit is contained in:
Oliver Davies 2023-05-11 09:52:44 +01:00
parent 72f827f052
commit 12c228f10b

12
src/pages/mob.mdx Normal file
View 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>