From d1cddf79851fda246bc01683306daf065fe62fb2 Mon Sep 17 00:00:00 2001 From: Abhishek Doshi Date: Wed, 29 Jul 2026 13:50:35 +0530 Subject: [PATCH] docs: add Arcade installation walkthrough video to getting started guide --- src/content/docs/getting-started/index.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/content/docs/getting-started/index.mdx b/src/content/docs/getting-started/index.mdx index 399f9e8e..2e89e193 100644 --- a/src/content/docs/getting-started/index.mdx +++ b/src/content/docs/getting-started/index.mdx @@ -11,8 +11,12 @@ import { LinkCard, } from 'starlight-theme-nova/components'; import { Steps, Tabs, TabItem } from '@astrojs/starlight/components'; +import ArcadeEmbed from '~/components/ArcadeEmbed.astro'; -{/* TODO: Add 2-minute installation walkthrough video */} + This guide walks you through installing Shorebird and integrating it into your Flutter app.