Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the order of the default modules #18767

Merged
merged 1 commit into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading