Skip to content
Snippets Groups Projects
Verified Commit de127a55 authored by Martin Weise's avatar Martin Weise
Browse files

Bumped newer version

parent 365f17cc
No related branches found
No related tags found
No related merge requests found
{% 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 %}
......@@ -46,6 +46,10 @@ fda-ui/
# Generated
ready
final/
# never
lib/
# crt
*.crt
......@@ -54,6 +58,7 @@ ready
# Environment
.env
venv/
# X509
root.crt
......
......@@ -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
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment