From c8aa43c124552e5c865ce8d209f13d29d0d0fc41 Mon Sep 17 00:00:00 2001 From: Engincan VESKE Date: Mon, 2 Dec 2024 10:38:35 +0300 Subject: [PATCH] Update part-01.md --- docs/en/tutorials/book-store-with-abp-suite/part-01.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/en/tutorials/book-store-with-abp-suite/part-01.md b/docs/en/tutorials/book-store-with-abp-suite/part-01.md index d6dc9cdf24..d3a258448a 100644 --- a/docs/en/tutorials/book-store-with-abp-suite/part-01.md +++ b/docs/en/tutorials/book-store-with-abp-suite/part-01.md @@ -1,4 +1,5 @@ # Web Application Development (with ABP Suite) Tutorial - Part 1: Creating the Solution + ````json //[doc-params] { @@ -21,7 +22,7 @@ Before starting the development, create a new solution named `Acme.BookStore` an You can use the following configurations: * **Solution Name:** `Acme.BookStore` -* **UI Framework:** {{if UI=="MVC}} ASP.NET Core MVC / Razor Pages {{end}} +* **UI Framework:** {{if UI=="MVC"}} ASP.NET Core MVC / Razor Pages {{end}} * **UI Theme:** LeptonX * **Mobile Framework:** None * **Database Provider:** {{if DB=="EF"}} Entity Framework Core {{end}} @@ -36,4 +37,4 @@ The initial solution structure should be like the following in the ABP Studio's ## Summary -We've created the initial layered monolith solution. In the next part, we will learn how to create entities, and generate CRUD pages based on the specified options (including tests, UI, customizable code support etc.) with [ABP Suite](../../suite/index.md). \ No newline at end of file +We've created the initial layered monolith solution. In the next part, we will learn how to create entities, and generate CRUD pages based on the specified options (including tests, UI, customizable code support etc.) with [ABP Suite](../../suite/index.md).