diff --git a/docs/assets/zora-dashboard-screenshot.png b/docs/assets/zora-dashboard-screenshot.png
index defbb54a..93d6a802 100644
Binary files a/docs/assets/zora-dashboard-screenshot.png and b/docs/assets/zora-dashboard-screenshot.png differ
diff --git a/docs/assets/zora-device-confirmation.png b/docs/assets/zora-device-confirmation.png
index dbff046b..80904c41 100644
Binary files a/docs/assets/zora-device-confirmation.png and b/docs/assets/zora-device-confirmation.png differ
diff --git a/docs/dashboard.md b/docs/dashboard.md
index 37c945e8..57229efe 100644
--- a/docs/dashboard.md
+++ b/docs/dashboard.md
@@ -44,7 +44,9 @@ Please visit https://login.undistro.io/activate and enter code: BFNS-NWFF, or vi
```
Entering the login URL within your browser will present you with a screen similar to the following
-
+
Once you have confirmed the request you should see the following message on your terminal
@@ -56,7 +58,7 @@ You can then install Zora OSS by providing the `saas.workspaceID` parameter in t
=== "HTTP chart repository"
- ```shell hl_lines="7"
+ ```shell hl_lines="6 7"
helm repo add undistro https://charts.undistro.io --force-update
helm repo update undistro
helm upgrade --install zora undistro/zora \
@@ -68,7 +70,7 @@ You can then install Zora OSS by providing the `saas.workspaceID` parameter in t
=== "OCI registry"
- ```shell hl_lines="5"
+ ```shell hl_lines="4 5"
helm upgrade --install zora oci://ghcr.io/undistro/helm-charts/zora \
-n zora-system --create-namespace --wait \
--set clusterName="$(kubectl config current-context)" \
diff --git a/mkdocs.yml b/mkdocs.yml
index 618a96b1..1ec233c9 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -58,6 +58,7 @@ markdown_extensions:
- pymdownx.tabbed:
alternate_style: true
- attr_list
+ - md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg