diff --git a/docs/index.md b/docs/index.md index 7c4470d3..ad62837f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -44,7 +44,7 @@ Microservices architectures rely on DevOps practices, automation, CI/CD (continu 7. [Kubernetes 🌟](kubernetes.md) - [Kubernetes Matrix Table 🌟](matrix-table.md) - [Kubernetes Alternatives](kubernetes-alternatives.md) -8. [Openshift 🌟](openshift.md) +8. [OpenShift 🌟](openshift.md) - [Red Hat Developer @Youtube](https://www.youtube.com/channel/UC7noUdfWp-ukXUlAsJnSm-Q) - [OpenShift Dedicated](https://www.openshift.com/products/dedicated/) 9. [CI/CD - Continuous Integration & Continuous Delivery](cicd.md) diff --git a/mkdocs.yml b/mkdocs.yml index d43de82f..59cddb7e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -37,8 +37,8 @@ pages: - Kubernetes: kubernetes.md - Kubernetes Matrix Table: matrix-table.md - Kubernetes alternatives: kubernetes-alternatives.md -- Openshift: - - Openshift docs: openshift.md +- OpenShift: + - OpenShift docs: openshift.md - CI/CD: - CI/CD - Continuous Integration & Continuous Delivery: cicd.md - Git & Git Patterns. Trunk Devel, Git Flow & Feature Flags. Merge BOTs: git.md