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

Commit

Permalink
Updated titles
Browse files Browse the repository at this point in the history
  • Loading branch information
hikalkan committed Dec 21, 2023
1 parent b70bf96 commit f0299b5
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion en/studio/solution-templates/microservice/api-gateways.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ABP Studio Microservice Solution: API Gateways
# Microservice Solution: API Gateways

An API Gateway is used to expose your system to the clients. It also provides a single entry point to your system.

Expand Down
3 changes: 3 additions & 0 deletions en/studio/solution-templates/microservice/authentication.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Microservice Solution: Authentication

*TODO*
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Microservice Solution: Database Migrations

*TODO*
6 changes: 3 additions & 3 deletions en/studio/solution-templates/microservice/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ ABP Studio provides pre-architected and production-ready templates to jump start
* [Web Applications](web-applications.md)
* [Mobile Applications](mobile-applications.md)
* Built-In Features
* Authentication
* Database migrations
* [Authentication](authentication.md)
* [Database migrations](database-migrations.md)
* Logging (with Serilog)
* Monitoring (with Prometheus and Grafana)
* Swagger Integration
* Swagger integration
* Permission management
* Feature management
* Localization system
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ABP Studio Microservice Solution: Main Components
# Microservice Solution: Main Components

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

Expand Down
2 changes: 1 addition & 1 deletion en/studio/solution-templates/microservice/microservices.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ABP Studio Microservice Solution: Microservices
# Microservice Solution: The Microservices

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.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ABP Studio Microservice Solution: Mobile Applications
# Microservice Solution: Mobile Applications

The ABP Studio microservice solution template comes with an optional mobile application that is completely integrated to the solution. There are two options for the mobile application:

Expand Down
2 changes: 1 addition & 1 deletion en/studio/solution-templates/microservice/overview.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ABP Studio Microservice Solution Template Overview
# Microservice Solution: Overview

In this document, you will learn what the Microservice solution template offers to you.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ABP Studio Microservice Solution Structure
# Microservice Solution: The Structure

This document explains the solution and folder structure of ABP Studio's [microservice solution template](index.md).

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ABP Studio Microservice Solution: Web Applications
# Microservice Solution: Web Applications

The ABP Studio microservice solution template contains a few web applications. These applications are fully integrated to the solution, uses the [microservices](microservices.md) through the [API gateways](api-gateways.md).

Expand Down

0 comments on commit f0299b5

Please sign in to comment.