From b39b5ee99468d26f25ae5d2b868703e35f6a47a4 Mon Sep 17 00:00:00 2001 From: Atharva Date: Fri, 28 Jun 2024 05:45:46 +0530 Subject: add josh's video in `community-content.mdx` (#2049) * add josh's video in `community-content.mdx`--- docs/src/content/docs/resources/community-content.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/src/content/docs/resources/community-content.mdx b/docs/src/content/docs/resources/community-content.mdx index 164397cd..42509198 100644 --- a/docs/src/content/docs/resources/community-content.mdx +++ b/docs/src/content/docs/resources/community-content.mdx @@ -141,5 +141,11 @@ import YouTubeGrid from '~/components/youtube-grid.astro'; description: 'In this video I go over what makes Starlight so cool and why you may want to give it a try on your next project.', }, + { + href: 'https://www.youtube.com/watch?v=Q1E4Gkt63ko', + title: "Astro Starlight and emoji-blast with Chris Swithinbank", + description: + "Wherein Chris, the creator of Astro's Starlight framework-on-a-framework, walks me through setting it up for a new emoji-blast website. 🌟 🎇", + }, ]} /> -- cgit