From 6317b104b555547157c2189dee6ec2c5757dd681 Mon Sep 17 00:00:00 2001 From: Simon Hirtreiter Date: Fri, 20 Dec 2024 11:35:37 +0100 Subject: [PATCH] :memo: docs unify gateway naming --- docs/index.md | 2 +- docs/overview.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 99adccd1..9d4edd76 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,7 +14,7 @@ hero: text: Templates link: https://refarch-templates.oss.muenchen.de - theme: alt - text: API-Gateway + text: API gateway link: /gateway - theme: alt text: Integrations diff --git a/docs/overview.md b/docs/overview.md index 6f7f067b..f5c9f9b9 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -35,7 +35,7 @@ The API gateway is a ready-to-use component and the only exposed interface for a It manages all requests and routes them to the respective development components like frontend and backend. Besides that, it also handles cross-cutting concepts like authentication using a SSO. -See [API-Gateway](./gateway.md) for further information. +See [API gateway](./gateway.md) for further information. ### Frontend