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 1/3] 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.
From 7a142689314422d9f74b21a933127e55416f0ddc Mon Sep 17 00:00:00 2001
From: braim23 <94292623+braim23@users.noreply.github.com>
Date: Mon, 19 Dec 2022 15:48:58 +0300
Subject: [PATCH 2/3] added the missing {{end}}
---
docs/en/Tutorials/Todo/Index.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/en/Tutorials/Todo/Index.md b/docs/en/Tutorials/Todo/Index.md
index d5c94829e3..eb8c57a8f0 100644
--- a/docs/en/Tutorials/Todo/Index.md
+++ b/docs/en/Tutorials/Todo/Index.md
@@ -48,6 +48,8 @@ This documentation has a tutorial on **YouTube**!! You can watch it here:
+{{end}}
+
## 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.
From 2a6dc8bd9c65d34bea229c09775f470ec25ee5a1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alper=20Ebi=C3=A7o=C4=9Flu?=
<9526587+ebicoglu@users.noreply.github.com>
Date: Mon, 19 Dec 2022 16:33:26 +0300
Subject: [PATCH 3/3] add "video"
---
docs/en/Tutorials/Todo/Index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en/Tutorials/Todo/Index.md b/docs/en/Tutorials/Todo/Index.md
index eb8c57a8f0..5f80393c95 100644
--- a/docs/en/Tutorials/Todo/Index.md
+++ b/docs/en/Tutorials/Todo/Index.md
@@ -14,7 +14,7 @@ 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:
+This documentation has a video tutorial on **YouTube**!! You can watch it here:
{{if UI=="MVC" && DB =="EF"}}