Browse Source

revised startup template docs

pull/21304/head
Halil İbrahim Kalkan 2 years ago
parent
commit
7a058e09ff
  1. 4
      docs/en/solution-templates/layered-web-application/index.md
  2. 3
      docs/en/solution-templates/single-layer-web-application/index.md

4
docs/en/solution-templates/layered-web-application/index.md

@ -4,8 +4,8 @@ This template provides a layered application structure based on the [Domain Driv
## Getting Started
* [The getting started document](../../get-started/layered-web-application.md) explains how to create a new application in a few minutes.
* [The application development tutorial](../../tutorials/book-store/part-01.md) explains step by step application development.
* [The getting started document](../../get-started/layered-web-application.md) explains how to create a new application with this startup template.
* [The application development tutorial](../../tutorials/book-store/part-01.md) explains step by step application development with this startup template.
## Solution Structure

3
docs/en/solution-templates/single-layer-web-application/index.md

@ -4,7 +4,8 @@ This template provides a simple solution structure with a single project. This d
## Getting Started
Follow the [Getting Started guide](../../get-started/single-layer-web-application.md) to create a new solution using this startup solution template.
* Follow the [Getting Started guide](../../get-started/single-layer-web-application.md) to create a new solution using this startup solution template.
* Follow the [TODO application tutorial](../../tutorials/todo/single-layer/index.md) to learn how to create a simple application with this startup solution template.
## The Solution Structure

Loading…
Cancel
Save