Skip to content

Commit

Permalink
Add Docker Registry to the website (#18750)
Browse files Browse the repository at this point in the history
* Remove Runtime Agent docs

* Add Docker Registry to index.html

* Add docker registry to the modules' list

* retrigger jobs

* retrigger jobs2

* Add Docker registry to sidebar and disable link checker
  • Loading branch information
grego952 authored Sep 25, 2024
1 parent f323849 commit 9a8b54f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/06-modules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ You can add modules at any time. If you decide that some of them are not needed
| [Eventing](https://kyma-project.io/#/eventing-manager/user/README) | Eventing provides functionality to publish and subscribe to CloudEvents. <br> At the moment, the SAP Event Mesh default plan and NATS (provided by the NATS module) are supported. |
| [API Gateway](https://kyma-project.io/#/api-gateway/user/README) | API Gateway provides functionalities that allow you to expose and secure APIs. |
| [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. |
| [Docker Registry](https://kyma-project.io/#/docker-registry/user/README)| The Docker Registry module provides a lightweight, open-source Docker registry for storing and distributing container images in the Kubernetes environment. | <!-- markdown-link-check-disable-line -->
1 change: 1 addition & 0 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* [Eventing](/eventing-manager/user/README.md)
* [API Gateway](/api-gateway/user/README.md)
* [Cloud Manager](/cloud-manager/user/README.md)
* [Docker Registry](/docker-registry/user/README.md)
* [User Interfaces](/01-overview/ui/README.md)
* [Operation Guides](/04-operation-guides/README.md)
* [Operations](/04-operation-guides/operations/README.md)
Expand Down
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
'/eventing-manager/(.*)': 'https://raw.githubusercontent.com/kyma-project/eventing-manager/main/docs/$1',
'/api-gateway/(.*)': 'https://raw.githubusercontent.com/kyma-project/api-gateway/main/docs/$1',
'/cloud-manager/(.*)': 'https://raw.githubusercontent.com/kyma-project/cloud-manager/main/docs/$1',
'/docker-registry/(.*)': 'https://raw.githubusercontent.com/kyma-project/docker-registry/main/docs/$1',
},
plugins: [
function (hook, vm) {
Expand Down

0 comments on commit 9a8b54f

Please sign in to comment.