Skip to content

Commit 2cc6fd9

Browse files
committed
Update abp-suite tutorials
1 parent c8f0ec6 commit 2cc6fd9

File tree

6 files changed

+12
-49
lines changed

6 files changed

+12
-49
lines changed

docs/en/tutorials/book-store-with-abp-suite/index.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
# Web Application Development (with ABP Suite) Tutorial
2-
````json
3-
//[doc-params]
4-
{
5-
"UI": ["MVC"],
6-
"DB": ["EF"]
7-
}
8-
````
1+
# Web Application Development Tutorial (with ABP Suite)
2+
93
````json
104
//[doc-nav]
115
{
@@ -20,7 +14,7 @@
2014
2115
## About This Tutorial
2216

23-
> In this tutorial, you will use the [ABP Suite](../../suite/index.md) to generate everything you need to build the **BookStore** application, such as [*Entities*](../../framework/architecture/domain-driven-design/entities.md), [*Domain Services*](../../framework/architecture/domain-driven-design/domain-services.md), [*Application Services*](../../framework/architecture/domain-driven-design/application-services.md), *CRUD pages* and more...
17+
> This tutorial explains how to build code using the [ABP Suite](../../suite/index.md) tool. You will develop an application similar to the one developed in [that tutorial](../book-store/index.md), but this time, the code will be automatically generated instead of manually written.
2418
2519
In this tutorial series, you will build an ABP based web application named `Acme.BookStore`. This application is used to manage a list of books and their authors. It is developed using the following technologies:
2620

docs/en/tutorials/book-store-with-abp-suite/part-01.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
1-
# Web Application Development (with ABP Suite) Tutorial - Part 1: Creating the Solution
1+
# Web Application Development Tutorial (with ABP Suite) - Part 1: Creating the Solution
22

3-
````json
4-
//[doc-params]
5-
{
6-
"UI": ["MVC"],
7-
"DB": ["EF"]
8-
}
9-
````
103
````json
114
//[doc-nav]
125
{

docs/en/tutorials/book-store-with-abp-suite/part-02.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
# Web Application Development (with ABP Suite) Tutorial - Part 2: Creating the Books
2-
````json
3-
//[doc-params]
4-
{
5-
"UI": ["MVC"],
6-
"DB": ["EF"]
7-
}
8-
````
1+
# Web Application Development Tutorial (with ABP Suite) - Part 2: Creating the Books
2+
93
````json
104
//[doc-nav]
115
{

docs/en/tutorials/book-store-with-abp-suite/part-03.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
# Web Application Development (with ABP Suite) Tutorial - Part 3: Creating the Authors
2-
````json
3-
//[doc-params]
4-
{
5-
"UI": ["MVC"],
6-
"DB": ["EF"]
7-
}
8-
````
1+
# Web Application Development Tutorial (with ABP Suite) - Part 3: Creating the Authors
2+
93
````json
104
//[doc-nav]
115
{

docs/en/tutorials/book-store-with-abp-suite/part-04.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
# Web Application Development (with ABP Suite) Tutorial - Part 4: Book to Author Relation
2-
````json
3-
//[doc-params]
4-
{
5-
"UI": ["MVC"],
6-
"DB": ["EF"]
7-
}
8-
````
1+
# Web Application Development Tutorial (with ABP Suite) - Part 4: Book to Author Relation
2+
93
````json
104
//[doc-nav]
115
{

docs/en/tutorials/book-store-with-abp-suite/part-05.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
# Web Application Development (with ABP Suite) Tutorial - Part 5: Customizing the Generated Code
2-
````json
3-
//[doc-params]
4-
{
5-
"UI": ["MVC"],
6-
"DB": ["EF"]
7-
}
8-
````
1+
# Web Application Development Tutorial (with ABP Suite) - Part 5: Customizing the Generated Code
2+
93
````json
104
//[doc-nav]
115
{

0 commit comments

Comments
 (0)