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

Bumped newer version

parent 365f17cc
Branches release-1.4.0
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/ ...@@ -46,6 +46,10 @@ fda-ui/
# Generated # Generated
ready ready
final/
# never
lib/
# crt # crt
*.crt *.crt
...@@ -54,6 +58,7 @@ ready ...@@ -54,6 +58,7 @@ ready
# Environment # Environment
.env .env
venv/
# X509 # X509
root.crt root.crt
......
...@@ -98,6 +98,15 @@ markdown_extensions: ...@@ -98,6 +98,15 @@ markdown_extensions:
- .docs/overrides/.icons - .docs/overrides/.icons
extra: extra:
homepage: https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/ homepage: https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/
version:
default: 1.4.2
provider: mike
social: 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 - icon: fontawesome/brands/gitlab
link: https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services link: https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services
mkdocs==1.4.3 mkdocs==1.5.3
mkdocs-material==9.1.17 mkdocs-material==9.5.17
mkdocs-with-pdf==0.9.3 mkdocs-with-pdf==0.9.3
mkdocs-material-extensions>=1.0.3 mkdocs-material-extensions>=1.0.3
requests>=2.27.0 requests>=2.27.0
py-dotenv>=0.1 py-dotenv>=0.1
python-dotenv==1.0.0 python-dotenv==1.0.0
requests==2.31.0 requests==2.31.0
\ No newline at end of file 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