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

Versioning documentation

parent c5dbc354
No related branches found
No related tags found
No related merge requests found
Pipeline #6478 passed
...@@ -4,6 +4,7 @@ tmp/ ...@@ -4,6 +4,7 @@ tmp/
node_modules/ node_modules/
*.bkp *.bkp
site.tar.gz site.tar.gz
final/
## Cache ## Cache
**/__pycache__/** **/__pycache__/**
...@@ -131,9 +132,6 @@ acs-*.bib ...@@ -131,9 +132,6 @@ acs-*.bib
#(r)(e)ledmac/(r)(e)ledpar #(r)(e)ledmac/(r)(e)ledpar
*.end *.end
*.?end *.?end
*.[1-9]
*.[1-9][0-9]
*.[1-9][0-9][0-9]
*.[1-9]R *.[1-9]R
*.[1-9][0-9]R *.[1-9][0-9]R
*.[1-9][0-9][0-9]R *.[1-9][0-9][0-9]R
......
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
</body>
</html>
\ No newline at end of file
...@@ -23,6 +23,11 @@ We present a database repository system that allows researchers to ingest data i ...@@ -23,6 +23,11 @@ We present a database repository system that allows researchers to ingest data i
through common interfaces, provides efficient access to arbitrary subsets of data even when the underlying data store is through common interfaces, provides efficient access to arbitrary subsets of data even when the underlying data store is
evolving, allows reproducing of query results and supports findable-, accessible-, interoperable- and reusable data. evolving, allows reproducing of query results and supports findable-, accessible-, interoperable- and reusable data.
## Change Version
- [v1.3](/v1.3)
- [latest](/latest)
## More Information ## More Information
- Demonstration instance [https://dbrepo1.ec.tuwien.ac.at](https://dbrepo1.ec.tuwien.ac.at) - Demonstration instance [https://dbrepo1.ec.tuwien.ac.at](https://dbrepo1.ec.tuwien.ac.at)
......
...@@ -3,14 +3,6 @@ repo_url: https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-service ...@@ -3,14 +3,6 @@ repo_url: https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-service
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
copyright: CC-BY 4.0 Technische Universit&auml;t Wien & Universit&auml;t Wien copyright: CC-BY 4.0 Technische Universit&auml;t Wien & Universit&auml;t Wien
extra:
homepage: https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/
social:
- icon: fontawesome/brands/gitlab
link: https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services
version:
provider: mike
default: latest
nav: nav:
- Home: index.md - Home: index.md
- get-started.md - get-started.md
...@@ -54,3 +46,8 @@ markdown_extensions: ...@@ -54,3 +46,8 @@ markdown_extensions:
- pymdownx.emoji: - pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg emoji_generator: !!python/name:materialx.emoji.to_svg
extra:
homepage: https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/
social:
- icon: fontawesome/brands/gitlab
link: https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services
\ 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