diff --git a/docs/index.md b/docs/index.md
index 3b1213d..21a5e63 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,13 +1,45 @@
# IBM Cloud Native Bootcamp
+## Bootcamp Overview
+
+This Cloud Native Bootcamp has been created to teach and guide IBMers, Business Partners, and clients what it takes to move to the cloud.
+
+
## Concepts Covered
-1. **Cloud Native** - open *[Cloud Native](./cloud-native/index.md)* to read more.
-2. **Containers** - open *[Containers](./containers/index.md)* to read more.
-3. **Kubernetes** - open *[Kubernetes](./openshift/index.md)* to read more.
-4. **DevOps** - open *[Devops](./devops/index.md)* to read more.
- - *[Continuous Integration (CI)](./devops/tekton/index.md)*
- - *[Continuous Deployment (CD)](./devops/argocd/index.md)*
+
+
+- :octicons-cloud-24:{ .lg .middle } __Cloud Native__
+
+ ---
+
+ Moving to the cloud comes with some new concepts and standards that should be understood before starting your journey to cloud. Learn about them by clicking the link below.
+
+ [:octicons-arrow-right-24: Getting started](./cloud-native/index.md)
+
+- :octicons-container-24:{ .lg .middle } __Containers__
+
+ ---
+
+ The first task when moving to the cloud is getting your applications running in containers. Get your hands on with containers by clicking the link below.
+
+ [:octicons-arrow-right-24: Containerization](./containers/index.md)
+
+- :simple-redhatopenshift:{ .lg .middle } __Kubernetes/OpenShift__
+
+ ---
+
+ Managing hundreds of containers is chaos to manage on your own. Learn how container orchestration can make it easy using Kubernetes or OpenShift.
+
+ [:octicons-arrow-right-24: Container Orchestration](./openshift/index.md)
+
+- :octicons-git-compare-24:{ .lg .middle } __DevOps/GitOps__
+
+ ---
+
+ DevOps/GitOps adds standards and reliability to your development lifecycle. Learn how to use it by clicking below.
+
+ [:octicons-arrow-right-24: DevOps](./devops/index.md)
+
+
-## Test your Knowledge
-After taking the virtual bootcamp with an instructor from IBM Garage or learning on your own self paced you can take the quizzes and even get a Badge to show off your Cloud Native street cred.
\ No newline at end of file
diff --git a/docs/openshift/configuration/secrets/index.md b/docs/openshift/configuration/secrets/index.md
index 1409f0e..d4579e8 100644
--- a/docs/openshift/configuration/secrets/index.md
+++ b/docs/openshift/configuration/secrets/index.md
@@ -7,6 +7,27 @@ A Secret is an object that contains a small amount of sensitive data such as a p
## Resources
=== "OpenShift"
+
+
+ - :material-clock-fast:{ .lg .middle } __Image Pull Secrets__
+
+ ---
+
+ Install [`mkdocs-material`](#) with [`pip`](#) and get up
+ and running in minutes
+
+ [:octicons-arrow-right-24: Getting started](#)
+
+ - :fontawesome-brands-markdown:{ .lg .middle } __It's just Markdown__
+
+ ---
+
+ Focus on your content and generate a responsive and searchable static site
+
+ [:octicons-arrow-right-24: Reference](#)
+
+
+
[Image Pull Secrets :fontawesome-solid-key:](https://docs.openshift.com/container-platform/4.13/openshift_images/managing_images/using-image-pull-secrets.html){ .md-button target="_blank"}
diff --git a/docs/openshift/index.md b/docs/openshift/index.md
index cc9091a..536a4dc 100644
--- a/docs/openshift/index.md
+++ b/docs/openshift/index.md
@@ -13,7 +13,18 @@ It is a descendant of ‘Borg,’ a container orchestration platform used intern
Today, Kubernetes and the broader container ecosystem are maturing into a general-purpose computing platform and ecosystem that rivals—if not surpasses—virtual machines (VMs) as the basic building blocks of modern cloud infrastructure and applications.
This ecosystem enables organizations to deliver a high-productivity [Platform-as-a-Service (PaaS)](https://www.ibm.com/cloud/learn/paas) that addresses multiple infrastructure- and operations-related tasks and issues surrounding [cloud native](https://www.ibm.com/cloud/learn/cloud-native) development so that development teams can focus solely on coding and innovation.
-https://www.ibm.com/cloud/learn/kubernetes
+
diff --git a/docs/openshift/operators/index.md b/docs/openshift/operators/index.md
new file mode 100644
index 0000000..a63ba40
--- /dev/null
+++ b/docs/openshift/operators/index.md
@@ -0,0 +1,9 @@
+# OpenShift Operators
+
+## Overview
+Operators and Red Hat OpenShift Container Platform
+Red Hat® OpenShift® Operators automate the creation, configuration, and management of instances of Kubernetes-native applications. Operators provide automation at every level of the stack—from managing the parts that make up the platform all the way to applications that are provided as a managed service.
+
+Red Hat OpenShift uses the power of Operators to run the entire platform in an autonomous fashion while exposing configuration natively through Kubernetes objects, allowing for quick installation and frequent, robust updates. In addition to the automation advantages of Operators for managing the platform, Red Hat OpenShift makes it easier to find, install, and manage Operators running on your clusters.
+
+Included in Red Hat OpenShift is the Embedded OperatorHub, a registry of certified Operators from software vendors and open source projects. Within the Embedded OperatorHub you can browse and install a library of Operators that have been verified to work with Red Hat OpenShift and that have been packaged for easy lifecycle management.
\ No newline at end of file
diff --git a/docs/openshift/operators/operators.md b/docs/openshift/operators/operators.md
deleted file mode 100644
index 0cd6cee..0000000
--- a/docs/openshift/operators/operators.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# Operators
-
-Operators in Openshift are...
\ No newline at end of file
diff --git a/docs/prerequisites.md b/docs/prerequisites.md
index 787a0f4..555f69f 100644
--- a/docs/prerequisites.md
+++ b/docs/prerequisites.md
@@ -285,9 +285,9 @@ Here is a course for learning (or brushing up) on working from the linux command
kubectl version
```
-=== "CRC (MiniShift)"
+=== "OpenShift Local"
- Make sure CRC is installed. Check out the [CRC Page](https://access.redhat.com/documentation/en-us/red_hat_codeready_containers/1.0/html/getting_started_guide/getting-started-with-codeready-containers_gsg)
+ Make sure OpenShift Local is installed. Check out the [OpenShift Local](https://docs.redhat.com/en/documentation/red_hat_openshift_local/2.44/html/getting_started_guide/index){target="_blank"} Page.
** Setup CRC **
```
diff --git a/docs/scripts/system-check.sh b/docs/scripts/system-check.sh
index bcf09ce..93b6c87 100755
--- a/docs/scripts/system-check.sh
+++ b/docs/scripts/system-check.sh
@@ -53,7 +53,18 @@ else
printf 'For Mac: https://docs.docker.com/docker-for-mac/install/ \n'
printf 'For Linux Users: https://docs.docker.com/engine/install/ubuntu/ \n'
printf 'For Windows: https://docs.docker.com/docker-for-windows/install/ \n \n'
+fi
+
+if hash podman 2>/dev/null
+then
+ printf '\xE2\x9C\x85 Podman CLI \n'
+else
+ printf '\xE2\x9D\x8C Podman CLI \n \n'
+ printf 'Download the Podman CLI using the links below: \n'
+ printf 'For Mac: https://podman.io/docs/installation#macos \n'
+ printf 'For Linux Users: https://podman.io/docs/installation#linux-distributions \n'
+ printf 'For Windows: https://podman.io/docs/installation#windows \n \n'
fi
if hash kubectl 2>/dev/null
@@ -93,5 +104,7 @@ else
printf '\xE2\x9D\x8C Argo CLI \n \n'
printf 'Download the Argo CLI using the links below: \n'
- printf 'For All Users: https://argoproj.github.io/argo-cd/cli_installation/ \n \n'
-fi
\ No newline at end of file
+ printf 'For All Users: https://argo-cd.readthedocs.io/en/stable/cli_installation/ \n \n'
+fi
+
+printf " \nInstall either Docker or Podman, it's not necessary to install both\n"
diff --git a/mkdocs.yml b/mkdocs.yml
index 16d2776..6f4e88d 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -23,7 +23,7 @@ theme:
logo: images/watson-white-logo.png
favicon: images/watson-white-logo.png
font:
- text: IBM Plex Sans
+ text: IBM Plex Sans
plugins:
- search
- git-revision-date-localized:
@@ -103,7 +103,6 @@ nav:
-