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

Merge branch 'dev'

parents 1886e7e1 360bcf1f
No related branches found
No related tags found
No related merge requests found
Showing
with 15 additions and 2032 deletions
# CSS
stylesheets/.sass-cache/
\ No newline at end of file
{% extends "base.html" %}
{% block outdated %}
<strong>WARNING</strong> You're browsing the documentation for an old version of DBRepo. Consider upgrading your project
to <a href="{{ config.site_url }}">
<strong>the latest version</strong>.
</a>
{% endblock %}
\ No newline at end of file
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
...@@ -29,8 +29,3 @@ img.img-border { ...@@ -29,8 +29,3 @@ img.img-border {
.md-main .md-content a:not(.action-button):not([tabindex]):hover { .md-main .md-content a:not(.action-button):not([tabindex]):hover {
color: var(--md-primary-fg-color--dark); color: var(--md-primary-fg-color--dark);
border-bottom: 2px solid var(--md-primary-fg-color--dark); } border-bottom: 2px solid var(--md-primary-fg-color--dark); }
.md-banner {
background-color: var(--md-primary-fg-color--dark); }
/*# sourceMappingURL=extra.css.map */
...@@ -39,6 +39,6 @@ img.img-border { ...@@ -39,6 +39,6 @@ img.img-border {
} }
.md-banner { //.md-banner {
background-color: var(--md-primary-fg-color--dark); // background-color: var(--md-primary-fg-color--dark);
} //}
\ No newline at end of file \ No newline at end of file
...@@ -4,7 +4,6 @@ target/ ...@@ -4,7 +4,6 @@ target/
!**/src/main/**/target/ !**/src/main/**/target/
!**/src/test/**/target/ !**/src/test/**/target/
.docker/
# generated # generated
ready ready
schema.xsd schema.xsd
...@@ -21,7 +20,6 @@ tmp.yaml ...@@ -21,7 +20,6 @@ tmp.yaml
.docs/.swagger/dist/ .docs/.swagger/dist/
.docs/.swagger/site/ .docs/.swagger/site/
site/ site/
final/
.$* .$*
dbrepo-somapper/ dbrepo-somapper/
...@@ -30,9 +28,6 @@ dbrepo-somapper/ ...@@ -30,9 +28,6 @@ dbrepo-somapper/
.pytest_cache/ .pytest_cache/
__pycache__/ __pycache__/
# docs
site/
# Previous directories # Previous directories
fda-analyse-service/ fda-analyse-service/
fda-authentication-service/ fda-authentication-service/
...@@ -53,9 +48,6 @@ fda-ui/ ...@@ -53,9 +48,6 @@ fda-ui/
# demo # demo
.demo .demo
# Generated
ready
# Certificates # Certificates
*.crt *.crt
*.p12 *.p12
...@@ -106,7 +98,6 @@ table.md ...@@ -106,7 +98,6 @@ table.md
/dist/ /dist/
/nbdist/ /nbdist/
/.nb-gradle/ /.nb-gradle/
build/
!**/src/main/**/build/ !**/src/main/**/build/
!**/src/test/**/build/ !**/src/test/**/build/
......
File deleted
This diff is collapsed.
site_name: Database Repository site_name: Database Repository
site_url: https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.8/ site_url: https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/
repo_url: https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services repo_url: https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services
repo_name: fda-services repo_name: fda-services
site_author: Research Unit Data Science, Technische Universit&auml;t Wien site_author: Research Unit Data Science, Technische Universit&auml;t Wien
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
{ {
"version": "1.8", "version": "1.8",
"title": "1.8", "title": "1.8",
"aliases": [] "aliases": ["latest"]
}, },
{ {
"version": "1.7", "version": "1.7",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment