Browse Source

Update overview.md

pull/21728/head
Engincan VESKE 1 year ago
committed by GitHub
parent
commit
014cd5655a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 10
      docs/en/solution-templates/single-layer-web-application/overview.md

10
docs/en/solution-templates/single-layer-web-application/overview.md

@ -46,7 +46,7 @@ The following modules are pre-installed and configured for the solution:
* **[Identity](../../modules/identity.md)** to manage roles and users
* **[OpenIddict](../../modules/openiddict.md)** (the core part) to implement the OAuth authentication flows
In addition these, [Feature Management](../../modules/feature-management.md), [Permission Management](../../modules/permission-management.md) and [Setting Management](../../modules/setting-management.md) modules are pre-installed as they are the fundamental feature modules of the ABP.
In addition, [Feature Management](../../modules/feature-management.md), [Permission Management](../../modules/permission-management.md) and [Setting Management](../../modules/setting-management.md) modules are pre-installed as they are the fundamental feature modules of the ABP.
## Optional Modules
@ -63,7 +63,7 @@ The following modules are optionally included in the solution, so you can select
## UI Theme
The **[LeptonX Lite](../../ui-themes/lepton-x-lite/index.md) or [LeptonX theme](https://leptontheme.com/)** **\*** is pre-configured for the solution. You can select one of the color palettes (System, Light or Dark) as default, while the end-user dynamically change it on the fly.
The **[LeptonX Lite](../../ui-themes/lepton-x-lite/index.md) or [LeptonX theme](https://leptontheme.com/)** **\*** is pre-configured for the solution. You can select one of the color palettes (System, Light, or Dark) as default, while the end-user dynamically change it on the fly.
## Other Options
@ -73,14 +73,14 @@ Single-layer startup template asks for some preferences while creating your solu
There are two database provider options are provided on a new solution creation:
* **[Entity Framework Core](../../framework/data/entity-framework-core/index.md)** with SQL Server, MySQL and PostgreSQL DBMS options. You can [switch to anther DBMS](../../framework/data/entity-framework-core/other-dbms.md) manually after creating your solution.
* **[Entity Framework Core](../../framework/data/entity-framework-core/index.md)** with SQL Server, MySQL and PostgreSQL DBMS options. You can [switch to another DBMS](../../framework/data/entity-framework-core/other-dbms.md) manually after creating your solution.
* **[MongoDB](../../framework/data/mongodb/index.md)**
### UI Frameworks
The solution comes with a main web application with the following UI Framework options:
* **None** (doesn't include an UI application to the solution)
* **None** (doesn't include a UI application to the solution)
* **Angular**
* **MVC / Razor Pages UI**
* **Blazor WebAssembly**
@ -92,4 +92,4 @@ The **[SaaS module](../../modules/saas.md)** is included as an option. When you
## See Also
* [Quick Start: Creating a Single Layer Web Application with ABP Studio](../../get-started/single-layer-web-application.md)
* [Quick Start: Creating a Single Layer Web Application with ABP Studio](../../get-started/single-layer-web-application.md)

Loading…
Cancel
Save