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

Added versioning

parent bdecc6cd
No related branches found
No related tags found
No related merge requests found
Pipeline #6477 passed
# fda-docs # DBRepo Docs
## Documentation
Versioning provider is `mike`. The idea is to have a documentation per Docker Image tage also in mkdocs, e.g. `latest`
version for dev has a corresponding tag in mkdocs.
### Releases
* `1.3` -> master branch for Version 1.3
* `latest` -> always the `dev` branch
### Release version
Release e.g. `latest` to `1.4` when a merge from `dev` to `master` occurs:
mike deploy --push latest
mike retitle latest 1.4
mike deploy --push --update-aliases 1.4
\ No newline at end of file
Source diff could not be displayed: it is too large. Options to address this: view the blob.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -8,6 +8,9 @@ extra: ...@@ -8,6 +8,9 @@ extra:
social: social:
- 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
version:
provider: mike
default: latest
nav: nav:
- Home: index.md - Home: index.md
- get-started.md - get-started.md
......
...@@ -5,3 +5,4 @@ mkdocs-material-extensions>=1.0.3 ...@@ -5,3 +5,4 @@ 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
mike==1.1.2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment