Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Minor improvements on ms doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hikalkan committed Dec 15, 2023
1 parent de94597 commit 6bc5aa5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# ABP Studio Microservice Solution: Adding New Microservices

TODO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ABP Studio Microservice Solution: Main Components

The solution consists of various applications, API gateways and services. The following documents explains these components:
The solution consists of various applications, API gateways and services. The following documents explains these components in details:

* [Microservices](microservices.md)
* [API Gateways](api-gateways.md)
Expand Down
5 changes: 4 additions & 1 deletion en/studio/solution-templates/microservice/microservices.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# ABP Studio Microservice Solution: Microservices

TODO
The ABP Studio Microservice solution consists of a few microservices at the beginning. It is expected that you [add more microservices](guides/add-new-microservice.md) as your solution grows. This document briefly explains the structure of pre-built microservices in the solution.

## Administration Microservice

Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ The folder structure basically matches to the solution in ABP Studio's *Solution
* `adminstration` microservice is used to manage permissions, languages and other fundamental settings of the system.
* `identity` microservice is used to manage users, roles and their permissions. It basically serves to the [Identity](../../../modules/identity.md) module's UI (and [OpenIddict](../../../modules/openiddict.md) module's UI, if selected).

The next section explains each of the components with more details.

## Next

* [Main Components](main-components.md)

0 comments on commit 6bc5aa5

Please sign in to comment.