From de127a55a627a66cf90e39074eb2720fe18b58c1 Mon Sep 17 00:00:00 2001
From: Martin Weise <martin.weise@tuwien.ac.at>
Date: Thu, 11 Apr 2024 09:04:42 +0200
Subject: [PATCH] Bumped newer version

---
 .docs/overrides/main.html | 11 -----------
 .gitignore                |  5 +++++
 mkdocs.yml                |  9 +++++++++
 requirements.txt          |  7 ++++---
 4 files changed, 18 insertions(+), 14 deletions(-)
 delete mode 100644 .docs/overrides/main.html

diff --git a/.docs/overrides/main.html b/.docs/overrides/main.html
deleted file mode 100644
index 9f9a6daf6f..0000000000
--- 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 0f101110ab..b83dc5fc83 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 d6f8249501..f30ee2d518 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 c7dd197a44..611a66953b 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
-- 
GitLab