Browse Source

Merge pull request #23213 from abpframework/docs/add-modularity-screen-to-getting-started

Update documentation to clarify the benefits of selecting the setup as a modular solution
pull/23214/head
Engincan VESKE 11 months ago
committed by GitHub
parent
commit
f8c0b76d04
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/get-started/layered-web-application.md
  2. 2
      docs/en/get-started/single-layer-web-application.md

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

@ -107,6 +107,8 @@ If you uncheck the *Kubernetes Configuration* option, the solution will not incl
On the next screen, you can configure the modularity options for your solution:
> If you select the *Setup as a modular solution* option, the solution is created more ready for [modular monolith development](../tutorials/modular-crm/index.md) and allows you to add sub-modules during the solution creation phase.
![abp-studio-new-solution-modularity](images/abp-studio-new-solution-dialog-modularity.png)
Now, we are ready to allow ABP Studio to create our solution. Just click the *Create* button and let the ABP Studio do the rest for you. After clicking the Create button, the dialog is closed and your solution is loaded into ABP Studio:

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

@ -75,6 +75,8 @@ Here, you can select the database management systems (DBMS){{ if DB == "EF" }} a
Configure any additional options as needed and click the *Next* button to continue. On the next screen, you can configure the modularity options for your solution:
> If you select the *Setup as a modular solution* option, the solution is created more ready for [modular monolith development](../tutorials/modular-crm/index.md) and allows you to add sub-modules during the solution creation phase.
![abp-studio-no-layers-new-solution-modularity](images/abp-studio-no-layers-new-solution-modularity.png)
Now, we are ready to allow ABP Studio to create our solution. Just click the *Create* button and let the ABP Studio do the rest for you.

Loading…
Cancel
Save