From 464e5a49c6547548b7ff043a9cb8e4603d098050 Mon Sep 17 00:00:00 2001
From: braim23 <94292623+braim23@users.noreply.github.com>
Date: Thu, 9 Feb 2023 15:44:32 +0300
Subject: [PATCH 1/2] Embedded YouTube videos to the Single Layer TodoApp Doc
---
docs/en/Tutorials/Todo/Single-Layer/Index.md | 26 ++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/docs/en/Tutorials/Todo/Single-Layer/Index.md b/docs/en/Tutorials/Todo/Single-Layer/Index.md
index b257ebbe01..7dad7f0bd4 100644
--- a/docs/en/Tutorials/Todo/Single-Layer/Index.md
+++ b/docs/en/Tutorials/Todo/Single-Layer/Index.md
@@ -14,6 +14,32 @@ 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-SingleLayer).
+{{if UI=="MVC" && 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=="NG" && DB=="Mongo"}}
+
+
+
+{{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 e9ac721f9897b901cbbdf856bbc3128d28cbc7a4 Mon Sep 17 00:00:00 2001
From: Hamza Albreem <94292623+braim23@users.noreply.github.com>
Date: Thu, 9 Feb 2023 16:15:56 +0300
Subject: [PATCH 2/2] Update Index.md
---
docs/en/Tutorials/Todo/Single-Layer/Index.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/en/Tutorials/Todo/Single-Layer/Index.md b/docs/en/Tutorials/Todo/Single-Layer/Index.md
index 7dad7f0bd4..ce73289605 100644
--- a/docs/en/Tutorials/Todo/Single-Layer/Index.md
+++ b/docs/en/Tutorials/Todo/Single-Layer/Index.md
@@ -14,6 +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-SingleLayer).
+This documentation has a video tutorial on **YouTube**!! You can watch it here:
{{if UI=="MVC" && DB =="EF"}}