From b31350637720d204da74e222bed890baa484c6e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Tue, 6 Dec 2022 15:56:14 +0300 Subject: [PATCH] Added the initial "Distributed / Microservice Solutions" document --- docs/en/Deployment/Distributed-Microservice.md | 4 ++++ docs/en/Deployment/Index.md | 1 + docs/en/docs-nav.json | 4 ++++ 3 files changed, 9 insertions(+) create mode 100644 docs/en/Deployment/Distributed-Microservice.md diff --git a/docs/en/Deployment/Distributed-Microservice.md b/docs/en/Deployment/Distributed-Microservice.md new file mode 100644 index 0000000000..fb2c4032e8 --- /dev/null +++ b/docs/en/Deployment/Distributed-Microservice.md @@ -0,0 +1,4 @@ +# Deploying Distributed / Microservice Solutions + +The ABP Framework is designed to consider distributed and microservice systems, where you have multiple applications and/or services communicating internally. All of its features are compatible with distributed scenarios. This document highlights some points you should care when you deploy your distributed or microservice solution. + diff --git a/docs/en/Deployment/Index.md b/docs/en/Deployment/Index.md index 1ca688ca0f..849d3bd4f3 100644 --- a/docs/en/Deployment/Index.md +++ b/docs/en/Deployment/Index.md @@ -9,3 +9,4 @@ However, there are some topics that you should care about when you are deploying * [Configuring for Production](Configuring-Production.md): Notes for some essential configurations for production environments. * [Optimization for Production](Optimizing-Production.md): Tips and suggestions for optimizing your application on production environments. * [Deploying to a Clustered Environment](Clustered-Environment.md): Explains how to configure your application when you want to run multiple instances of your application concurrently. +* [Deploying Distributed / Microservice Solutions](Distributed-Microservice.md): Deployment notes for solutions consisting of multiple applications and/or services. diff --git a/docs/en/docs-nav.json b/docs/en/docs-nav.json index 7cce0c6bbb..8732428ecd 100644 --- a/docs/en/docs-nav.json +++ b/docs/en/docs-nav.json @@ -1311,6 +1311,10 @@ "text": "Deploying to a Clustered Environment", "path": "Deployment/Clustered-Environment.md" }, + { + "text": "Distributed / Microservice Solutions", + "path": "Distributed-Microservice.md" + }, { "text": "Optimizing for Production", "path": "Deployment/Optimizing-Production.md"