From 754424d9b22ba6a897ccd50501cc99afcc34a2da Mon Sep 17 00:00:00 2001
From: braim23 <94292623+braim23@users.noreply.github.com>
Date: Mon, 19 Dec 2022 15:40:33 +0300
Subject: [PATCH] Embedded YouTube Videos to Index.md
---
docs/en/Tutorials/Todo/Index.md | 34 +++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/docs/en/Tutorials/Todo/Index.md b/docs/en/Tutorials/Todo/Index.md
index c036b2068b..d5c94829e3 100644
--- a/docs/en/Tutorials/Todo/Index.md
+++ b/docs/en/Tutorials/Todo/Index.md
@@ -14,6 +14,40 @@ This is a single-part quick-start tutorial to build a simple todo application wi
You can find the source code of the completed application [here](https://github.com/abpframework/abp-samples/tree/master/TodoApp).
+This documentation has a tutorial on **YouTube**!! You can watch it here:
+
+{{if UI=="MVC" && DB =="EF"}}
+
+
+
+{{else if UI=="Blazor" && DB=="EF"}}
+
+
+
+{{else if UI=="BlazorServer" && DB=="EF"}}
+
+
+
+{{else if UI=="NG" && DB=="EF"}}
+
+
+
+{{else if UI=="MVC" && DB=="Mongo"}}
+
+
+
+{{else if UI=="BlazorServer" && DB=="Mongo"}}
+
+
+
+{{else if UI=="Blazor" && DB=="Mongo"}}
+
+
+
+{{else if UI=="NG" && DB=="Mongo"}}
+
+
+
## Pre-Requirements
* An IDE (e.g. [Visual Studio](https://visualstudio.microsoft.com/vs/)) that supports [.NET 6.0+](https://dotnet.microsoft.com/download/dotnet) development.