Browse Source

Add tutorial links to get-started docs

pull/24341/head
EngincanV 2 months ago
parent
commit
ba87acfe13
  1. 7
      docs/en/get-started/layered-web-application.md
  2. 4
      docs/en/get-started/single-layer-web-application.md

7
docs/en/get-started/layered-web-application.md

@ -276,4 +276,9 @@ You can start the following application(s):
> For example in non-tiered MVC with public website application:
![solution-runner-public-website](images/solution-runner-public-website.png)
![solution-runner-public-website](images/solution-runner-public-website.png)
## What's next?
- [TODO Application Tutorial with Layered Solution](../tutorials/todo/layered/index.md)
- [Web Application Development Tutorial](../tutorials/book-store/index.md)

4
docs/en/get-started/single-layer-web-application.md

@ -185,3 +185,7 @@ You can then hit *F5* or *Ctrl + F5* to run the web application. It will run and
![bookstore-browser-users-page](images/no-layers-bookstore-browser-users-page_dark.png)
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)
Loading…
Cancel
Save