diff --git a/docs/complex_system_diagram.png b/docs/complex_system_diagram.png index 95580cd99..8087b52d7 100644 Binary files a/docs/complex_system_diagram.png and b/docs/complex_system_diagram.png differ diff --git a/docs/services_diagram.py b/docs/services_diagram.py index 2fa6c925a..b4afb3f01 100644 --- a/docs/services_diagram.py +++ b/docs/services_diagram.py @@ -20,8 +20,8 @@ # API and Gateway Services nginx = Nginx("NGINX") api_gateway = Container( - name="API Gateway", - technology="Spring Boot", + name="API Gateway (Entrance) ", + technology=".NET", description="Entry point for API requests" ) nginx >> api_gateway