Browse Source
Merge pull request #24341 from abpframework/EngincanV/doc-tutorial-links
Add tutorial links to get-started docs
pull/24342/head
Berkan Sasmaz
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
10 additions and
1 deletions
-
docs/en/get-started/layered-web-application.md
-
docs/en/get-started/single-layer-web-application.md
|
|
|
@ -276,4 +276,9 @@ You can start the following application(s): |
|
|
|
|
|
|
|
> For example in non-tiered MVC with public website application: |
|
|
|
|
|
|
|
 |
|
|
|
 |
|
|
|
|
|
|
|
## What's next? |
|
|
|
|
|
|
|
- [TODO Application Tutorial with Layered Solution](../tutorials/todo/layered/index.md) |
|
|
|
- [Web Application Development Tutorial](../tutorials/book-store/index.md) |
|
|
|
@ -185,3 +185,7 @@ You can then hit *F5* or *Ctrl + F5* to run the web application. It will run and |
|
|
|
 |
|
|
|
|
|
|
|
You can use `admin` as username and `1q2w3E*` as default password to login to the application. |
|
|
|
|
|
|
|
## What's next? |
|
|
|
|
|
|
|
- [TODO Application Tutorial with Single-Layer Solution](../tutorials/todo/single-layer/index.md) |