Skip to content

Commit

Permalink
Change the order of the default modules (#18767)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitoraj authored Jan 9, 2025
1 parent b3729f3 commit af275ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/06-modules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down
2 changes: 1 addition & 1 deletion docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<!-- markdown-link-check-disable -->
* [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)
Expand Down

0 comments on commit af275ca

Please sign in to comment.