From dfca06bde4ae5d1848bcd0fda5e769d3cbfbaeca Mon Sep 17 00:00:00 2001 From: Engincan VESKE Date: Thu, 9 Feb 2023 14:14:23 +0000 Subject: [PATCH] Update Index.md --- docs/en/Tutorials/Todo/Single-Layer/Index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/en/Tutorials/Todo/Single-Layer/Index.md b/docs/en/Tutorials/Todo/Single-Layer/Index.md index 51149a0c76..19cfea2f15 100644 --- a/docs/en/Tutorials/Todo/Single-Layer/Index.md +++ b/docs/en/Tutorials/Todo/Single-Layer/Index.md @@ -14,7 +14,12 @@ 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=="Blazor"}} +We are currently preparing a video tutorial for Blazor UI. You can watch other tutorials for the three UI types from [here](https://www.youtube.com/playlist?list=PLsNclT2aHJcPqZxk7D4tU8LtTeCFcN_ci). +{{else}} This documentation has a video tutorial on **YouTube**!! You can watch it here: +{{end}} + {{if UI=="MVC" && DB =="EF"}}