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

Newer version bump

parent 69f05494
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 %}
......@@ -49,6 +49,10 @@ fda-ui/
# Generated
ready
final/
# new
lib/
# crt
*.crt
......@@ -57,6 +61,7 @@ ready
# Environment
.env
venv/
# X509
root.crt
......
......@@ -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
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment