From fe5528d56b18fb68a14ee851b444337bac1fd121 Mon Sep 17 00:00:00 2001
From: Martin Weise <martin.weise@tuwien.ac.at>
Date: Thu, 11 Apr 2024 09:06:02 +0200
Subject: [PATCH] Newer version bump

---
 .docs/overrides/main.html | 11 -----------
 .gitignore                |  5 +++++
 mkdocs.yml                |  9 +++++++++
 requirements.txt          |  5 +++--
 4 files changed, 17 insertions(+), 13 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 2ae0c2d6d1..aefe5e9ad1 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 60f1c85e88..10cfd123a5 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 90c9859a98..611a66953b 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
-- 
GitLab