From a34cb551142faebefa2b5a35fa4f3768ca7d8c94 Mon Sep 17 00:00:00 2001 From: Sam Alba Date: Sat, 4 Dec 2021 13:28:12 -0800 Subject: [PATCH] docs: fixed iframe markup Signed-off-by: Sam Alba --- docs/learn/1003-get-started.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/learn/1003-get-started.md b/docs/learn/1003-get-started.md index 1e9d1ec1..86906027 100644 --- a/docs/learn/1003-get-started.md +++ b/docs/learn/1003-get-started.md @@ -2,10 +2,9 @@ slug: /1003/get-started/ --- - # Get Started with Dagger - + In this tutorial, you will learn the basics of Dagger by building a Dagger project from scratch. This simple project deploys a [React](https://reactjs.org/) application to your local machine via Docker. In later tutorials, you will learn how to configure Dagger to deploy to remote infrastructure such as EKS and GKE.