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 0f101110ab01b228f201e424ad80d864b6628586..b83dc5fc830f82f990b5a12943f59c8924d1f59a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -46,6 +46,10 @@ fda-ui/
 
 # Generated
 ready
+final/
+
+# never
+lib/
 
 # crt
 *.crt
@@ -54,6 +58,7 @@ ready
 
 # Environment
 .env
+venv/
 
 # X509
 root.crt
diff --git a/mkdocs.yml b/mkdocs.yml
index d6f824950160a11dd1299857a98efc1c3ae5843a..f30ee2d5181e2e06fa7c0b615b74d50dea56933b 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -98,6 +98,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 c7dd197a44b15e5c7cca6376a7cc0287a7d60c74..611a66953b4940b6616a027963e47da4ec57d41f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,8 +1,9 @@
-mkdocs==1.4.3
-mkdocs-material==9.1.17
+mkdocs==1.5.3
+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