From 5c9709977c300368f994f447bbcf19cab1ebde94 Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Sun, 17 May 2020 14:01:40 +0200 Subject: [PATCH] capital letter --- docs/index.md | 2 +- mkdocs.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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