diff --git a/.github/workflows/closed_pr.yaml b/.github/workflows/closed_pr.yaml
index b253d2d5f..d5422b44d 100644
--- a/.github/workflows/closed_pr.yaml
+++ b/.github/workflows/closed_pr.yaml
@@ -7,6 +7,6 @@ on:
 
 jobs:
   push:
-    uses: stakater/.github/.github/workflows/pull_request_closed.yaml@v0.0.117
+    uses: stakater/.github/.github/workflows/pull_request_closed.yaml@v0.0.122
     secrets:
       GH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
diff --git a/.github/workflows/delete_branch.yaml b/.github/workflows/delete_branch.yaml
index fa37c8059..52a4fd070 100644
--- a/.github/workflows/delete_branch.yaml
+++ b/.github/workflows/delete_branch.yaml
@@ -5,7 +5,7 @@ on:
 
 jobs:
   delete:
-    uses: stakater/.github/.github/workflows/branch_deleted.yaml@v0.0.117
+    uses: stakater/.github/.github/workflows/branch_deleted.yaml@v0.0.122
     with:
       LATEST_DOC_VERSION: "1.1"
     secrets:
diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml
index 24b3aedb0..d74040b85 100644
--- a/.github/workflows/pull_request.yaml
+++ b/.github/workflows/pull_request.yaml
@@ -8,19 +8,19 @@ on:
 
 jobs:
   doc_qa:
-    uses: stakater/.github/.github/workflows/pull_request_doc_qa.yaml@v0.0.117
+    uses: stakater/.github/.github/workflows/pull_request_doc_qa.yaml@v0.0.122
     with:
       MD_CONFIG: .github/md_config.json
       DOC_SRC: content README.md
       MD_LINT_CONFIG: .markdownlint.yaml
   deploy_doc:
-    uses: stakater/.github/.github/workflows/pull_request_versioned_doc.yaml@v0.0.117
+    uses: stakater/.github/.github/workflows/pull_request_versioned_doc.yaml@v0.0.122
     secrets:
       GH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
   build_container:
     needs: deploy_doc
     if: ${{ github.base_ref == 'main' }}
-    uses: stakater/.github/.github/workflows/pull_request_container_build.yaml@v0.0.117
+    uses: stakater/.github/.github/workflows/pull_request_container_build.yaml@v0.0.122
     with:
       DOCKER_BUILD_CONTEXTS: content=https://github.com/stakater/mto-docs.git#pull-request-deployments
       DOCKER_FILE_PATH: Dockerfile
diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml
index aefa7d5af..50f9b5c8f 100644
--- a/.github/workflows/push.yaml
+++ b/.github/workflows/push.yaml
@@ -8,7 +8,7 @@ on:
 
 jobs:
   push:
-    uses: stakater/.github/.github/workflows/push_versioned_doc.yaml@v0.0.117
+    uses: stakater/.github/.github/workflows/push_versioned_doc.yaml@v0.0.122
     with:
       LATEST_DOC_VERSION: "1.1"
     secrets:
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 1d63f6704..75e186592 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -7,11 +7,11 @@ on:
 
 jobs:
   create_release:
-    uses: stakater/.github/.github/workflows/release_template.yaml@v0.0.117
+    uses: stakater/.github/.github/workflows/release_template.yaml@v0.0.122
     secrets:
       SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }}
   build_container:
-    uses: stakater/.github/.github/workflows/push_container_only.yaml@v0.0.117
+    uses: stakater/.github/.github/workflows/push_container_only.yaml@v0.0.122
     with:
       DOCKER_BUILD_CONTEXTS: content=https://github.com/stakater/mto-docs.git#gh-pages
       DOCKER_FILE_PATH: Dockerfile
diff --git a/content/changelog.md b/content/changelog.md
index 4c17af64c..3c8e474e9 100644
--- a/content/changelog.md
+++ b/content/changelog.md
@@ -411,7 +411,7 @@
 ### v0.2.32
 
 - refactor: Restructure integration config spec, more details in [relevant docs][def]
-- feat: Allow users to input custom regex in certain fields inside of integration config, more details in [relevant docs](./how-to-guides/integration-config.md#openshift)
+- feat: Allow users to input custom regex in certain fields inside of integration config, more details in [relevant docs](./how-to-guides/integration-config.md)
 
 ### v0.2.31
 
diff --git a/content/faq.md b/content/faq.md
index d1d273278..2ae217625 100644
--- a/content/faq.md
+++ b/content/faq.md
@@ -8,7 +8,7 @@
 unable to find annotation openshift.io/sa.scc.uid-range
 ```
 
-**Answer.** OpenShift recently updated its process of handling SCC, and it's now managed by annotations like `openshift.io/sa.scc.uid-range` on the namespaces. Absence  of them wont let pods schedule. The fix for the above error is to make sure ServiceAccount `system:serviceaccount:openshift-infra.` regex is always mentioned in `Privileged.serviceAccounts` section of `IntegrationConfig`. This regex will allow operations from all `ServiceAccounts` present in `openshift-infra` namespace. More info at [Privileged Service Accounts](./how-to-guides/integration-config.md#privileged-serviceaccounts)
+**Answer.** OpenShift recently updated its process of handling SCC, and it's now managed by annotations like `openshift.io/sa.scc.uid-range` on the namespaces. Absence  of them wont let pods schedule. The fix for the above error is to make sure ServiceAccount `system:serviceaccount:openshift-infra.` regex is always mentioned in `Privileged.serviceAccounts` section of `IntegrationConfig`. This regex will allow operations from all `ServiceAccounts` present in `openshift-infra` namespace. More info at [Privileged Service Accounts](./how-to-guides/integration-config.md)
 
 ## Namespace Admission Webhook
 
diff --git a/content/tutorials/vault/enabling-multi-tenancy-vault.md b/content/tutorials/vault/enabling-multi-tenancy-vault.md
index 02fccc8cf..36c5b93e8 100644
--- a/content/tutorials/vault/enabling-multi-tenancy-vault.md
+++ b/content/tutorials/vault/enabling-multi-tenancy-vault.md
@@ -22,7 +22,7 @@ This requires a running `RHSSO(RedHat Single Sign On)` instance integrated with
 
 MTO integration with Vault and RHSSO provides a way for users to log in to Vault where they only have access to relevant tenant paths.
 
-Once both integrations are set up with [IntegrationConfig CR](../../how-to-guides/integration-config.md#rhsso-red-hat-single-sign-on), MTO links tenant users to specific client roles named after their tenant under Vault client in RHSSO.
+Once both integrations are set up with [IntegrationConfig CR](../../how-to-guides/integration-config.md), MTO links tenant users to specific client roles named after their tenant under Vault client in RHSSO.
 
 After that, MTO creates specific policies in Vault for its tenant users.
 
diff --git a/theme_override/mkdocs.yml b/theme_override/mkdocs.yml
index 6dc1e0435..03708ab0f 100644
--- a/theme_override/mkdocs.yml
+++ b/theme_override/mkdocs.yml
@@ -3,6 +3,18 @@ docs_dir: content
 site_url: https://docs.stakater.com/mto/
 repo_url: https://github.com/stakater/mto-docs
 edit_uri: blob/main/content/
+theme:
+  favicon: assets/images/favicon.svg
+
+strict: true
+validation:
+  links:
+    anchors: warn
+
+extra:
+  version:
+    provider: mike
+    default: latest
 
 nav:
     - index.md
diff --git a/theme_override/resources/404.html b/theme_override/resources/404.html
deleted file mode 100644
index bf6b1a3f9..000000000
--- a/theme_override/resources/404.html
+++ /dev/null
@@ -1,6 +0,0 @@
-{% extends "main.html" %}
-
-{% block content %}
-  <h1>4xx - Page does not exist or has restricted access or rights</h1>
-  <p>This page does not exist or may have been deprecated or moved. Please use the search to find anything in the documentation.</p>
-{% endblock %}
diff --git a/theme_override/resources/assets/images/logo-dark.png b/theme_override/resources/assets/images/logo-dark.png
new file mode 100644
index 000000000..5ad0eca52
Binary files /dev/null and b/theme_override/resources/assets/images/logo-dark.png differ
diff --git a/theme_override/resources/assets/images/logo-light.png b/theme_override/resources/assets/images/logo-light.png
new file mode 100644
index 000000000..5ad0eca52
Binary files /dev/null and b/theme_override/resources/assets/images/logo-light.png differ
diff --git a/theme_override/resources/main.html b/theme_override/resources/main.html
deleted file mode 100644
index 338edb61b..000000000
--- a/theme_override/resources/main.html
+++ /dev/null
@@ -1,12 +0,0 @@
-{% extends "base.html" %}
-
-{% block footer %}
-<p>Copyright &copy; 2024 Stakater AB – <a href="#__consent">Change cookie settings</a></p>
-{% endblock %}
-
-{% block outdated %}
-  You're not viewing the latest version.
-  <a href="{{ '../' ~ base_url }}"> 
-    <strong>Click here to go to latest.</strong>
-  </a>
-{% endblock %}