From 324ba57263081b6ad158b926ede421bdc9f34ed5 Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Thu, 20 Jul 2023 10:21:43 +0200 Subject: [PATCH] Versioning documentation --- .gitignore | 4 +--- deployment/index.html | 10 ++++++++++ docs/index.md | 5 +++++ mkdocs.yml | 13 +++++-------- requirements.txt | 3 +-- 5 files changed, 22 insertions(+), 13 deletions(-) create mode 100644 deployment/index.html diff --git a/.gitignore b/.gitignore index 7a23556..09c9a58 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ tmp/ node_modules/ *.bkp site.tar.gz +final/ ## Cache **/__pycache__/** @@ -131,9 +132,6 @@ acs-*.bib #(r)(e)ledmac/(r)(e)ledpar *.end *.?end -*.[1-9] -*.[1-9][0-9] -*.[1-9][0-9][0-9] *.[1-9]R *.[1-9][0-9]R *.[1-9][0-9][0-9]R diff --git a/deployment/index.html b/deployment/index.html new file mode 100644 index 0000000..566549b --- /dev/null +++ b/deployment/index.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <title>Title</title> +</head> +<body> + +</body> +</html> \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index 124abca..f70d9d1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 evolving, allows reproducing of query results and supports findable-, accessible-, interoperable- and reusable data. +## Change Version + +- [v1.3](/v1.3) +- [latest](/latest) + ## More Information - Demonstration instance [https://dbrepo1.ec.tuwien.ac.at](https://dbrepo1.ec.tuwien.ac.at) diff --git a/mkdocs.yml b/mkdocs.yml index 2c900f9..4f0da71 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -3,14 +3,6 @@ repo_url: https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-service repo_name: fda-services site_author: Research Unit Data Science, Technische Universität Wien copyright: CC-BY 4.0 Technische Universität Wien & Universitä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: - Home: index.md - get-started.md @@ -54,3 +46,8 @@ markdown_extensions: - pymdownx.emoji: emoji_index: !!python/name:materialx.emoji.twemoji 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 diff --git a/requirements.txt b/requirements.txt index ef3bd11..1df697b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,7 @@ mkdocs==1.4.3 -mkdocs-material==9.1.12 +mkdocs-material==9.1.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 -mike==1.1.2 -- GitLab