diff --git a/docs/06-modules/README.md b/docs/06-modules/README.md index 5966d5e4cfde..ff30c8228f04 100644 --- a/docs/06-modules/README.md +++ b/docs/06-modules/README.md @@ -8,8 +8,8 @@ You can add modules at any time. If you decide that some of them are not needed | Module | Purpose | |---|---| -| [API Gateway](https://kyma-project.io/#/api-gateway/user/README) | API Gateway provides functionalities that allow you to expose and secure APIs. | | [Istio](https://kyma-project.io/#/istio/user/README) | Istio is a service mesh with the Kyma-specific configuration. | +| [API Gateway](https://kyma-project.io/#/api-gateway/user/README) | API Gateway provides functionalities that allow you to expose and secure APIs. | | [SAP BTP Operator](https://kyma-project.io/#/btp-manager/user/README.md) | Within the SAP BTP Operator module, BTP Manager installs SAP BTP Service Operator that allows you to consume SAP BTP services from your Kubernetes cluster using Kubernetes-native tools. | | [Application Connector](https://kyma-project.io/#/application-connector-manager/user/README) | Application Connector allows you to connect with external solutions. No matter if you want to integrate an on-premise or a cloud system, the integration process doesn't change, which allows you to avoid any configuration or network-related problems. | | [Cloud Manager](https://kyma-project.io/#/cloud-manager/user/README)| Cloud Manager brings hyperscaler products and resources into the Kyma cluster in a secure way. | diff --git a/docs/_sidebar.md b/docs/_sidebar.md index 0dcc6c1e8491..a01e644271eb 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -2,8 +2,8 @@ * [Quick Install](/02-get-started/01-quick-install.md) * [Modules](/06-modules/README.md) - * [API Gateway](/api-gateway/user/README.md) * [Istio](/istio/user/README.md) + * [API Gateway](/api-gateway/user/README.md) * [SAP BTP Operator](/btp-manager/user/README.md) * [Application Connector](/application-connector-manager/user/README.md) * [Cloud Manager](/cloud-manager/user/README.md)