diff --git a/.docs/overrides/main.html b/.docs/overrides/main.html
deleted file mode 100644
index 9f9a6daf6fa57add34aa8e9170bc55315f5ed3b1..0000000000000000000000000000000000000000
--- a/.docs/overrides/main.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{% extends "base.html" %}
-
-{% block announce %}
-<label for="version">Version</label>
-<select style="margin-left:8px;" id="version" name="version" onchange="switchVersion(this.options[this.selectedIndex].value)">
-    <option value="latest">latest</option>
-    <option value="1.4.1">1.4.1</option>
-    <option value="1.4.0">1.4.0</option>
-    <option value="1.3.0">1.3.0</option>
-</select>
-{% endblock %}
diff --git a/.gitignore b/.gitignore
index 2ae0c2d6d11336d2645da6a8d55eb4c8df68a907..aefe5e9ad1b9537d83375f619d7c60f9c95650b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -49,6 +49,10 @@ fda-ui/
 
 # Generated
 ready
+final/
+
+# new
+lib/
 
 # crt
 *.crt
@@ -57,6 +61,7 @@ ready
 
 # Environment
 .env
+venv/
 
 # X509
 root.crt
diff --git a/mkdocs.yml b/mkdocs.yml
index 60f1c85e8897ec1936c405ab6d72fe7fa855b456..10cfd123a51f1eb9631df55234dcdad3d126e27b 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -100,6 +100,15 @@ markdown_extensions:
           - .docs/overrides/.icons
 extra:
   homepage: https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/
+  version:
+    default: 1.4.2
+    provider: mike
   social:
+    - icon: simple/artifacthub
+      link: https://artifacthub.io/packages/helm/dbrepo/dbrepo
+    - icon: fontawesome/brands/docker
+      link: https://hub.docker.com/search?q=dbrepo
+    - icon: fontawesome/brands/python
+      link: https://pypi.org/project/dbrepo/
     - icon: fontawesome/brands/gitlab
       link: https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services
diff --git a/requirements.txt b/requirements.txt
index 90c9859a98146281b662d702b0b77036e36c3560..611a66953b4940b6616a027963e47da4ec57d41f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,8 +1,9 @@
 mkdocs==1.5.3
-mkdocs-material==9.5.5
+mkdocs-material==9.5.17
 mkdocs-with-pdf==0.9.3
 mkdocs-material-extensions>=1.0.3
 requests>=2.27.0
 py-dotenv>=0.1
 python-dotenv==1.0.0
-requests==2.31.0
\ No newline at end of file
+requests==2.31.0
+mike==2.0.0
\ No newline at end of file