From 773b70c810fb68d613b1643811fd0f85d2a3274d Mon Sep 17 00:00:00 2001 From: ganicke Date: Fri, 11 Oct 2024 13:36:12 -0700 Subject: [PATCH] add video to page --- docs/extensions/getting-started.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/extensions/getting-started.md b/docs/extensions/getting-started.md index 895f86dabb0f..40221796c898 100644 --- a/docs/extensions/getting-started.md +++ b/docs/extensions/getting-started.md @@ -4,6 +4,16 @@ This guide describes a simple setup that requires nothing, but a web browser. We have another guide, if you want to [use command line tools](/extensions/getting-started/vscode). +### ~ hint + +#### Making an extension + +Watch this overview video on making your own MakeCode extension. + +https://youtu.be/XSskpMEHYlo + +### ~ + ## Step 1: Design blocks in the editor It is easiest to tinker and design your blocks from the editor itself.