diff options
author | Atharva | 2024-06-28 05:45:46 +0530 |
---|---|---|
committer | GitHub | 2024-06-28 05:45:46 +0530 |
commit | b39b5ee99468d26f25ae5d2b868703e35f6a47a4 (patch) | |
tree | ee5eb119cb3aae428407ee346f783403dc730e44 | |
parent | 87e9ad029c9730fca8df66e35828b57cd0872a61 (diff) | |
download | IT.starlight-b39b5ee99468d26f25ae5d2b868703e35f6a47a4.tar.gz IT.starlight-b39b5ee99468d26f25ae5d2b868703e35f6a47a4.tar.bz2 IT.starlight-b39b5ee99468d26f25ae5d2b868703e35f6a47a4.zip |
add josh's video in `community-content.mdx` (#2049)
* add josh's video in `community-content.mdx`
-rw-r--r-- | docs/src/content/docs/resources/community-content.mdx | 6 |
1 files changed, 6 insertions, 0 deletions
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. 🌟 🎇", + }, ]} /> |