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

Test

parent beec5000
Branches
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ FROM debian:stable as build
ENV PYTHONUNBUFFERED=1
RUN apt-get update && apt-get install -y python3 python3-pip python3-cffi python3-brotli libpango-1.0-0 libpangoft2-1.0-0
RUN apt-get update && apt-get install -y python3 python3-pip git
COPY requirements.txt ./requirements.txt
RUN pip3 install -r ./requirements.txt
......@@ -21,13 +21,8 @@ COPY ./docs/publications.md ./docs/publications.md
COPY ./docs/system.md ./docs/system.md
COPY ./mkdocs.yml ./mkdocs.yml
RUN echo 'plugins:\n\
- with-pdf:\n\
author: FAIR Data Austria\n\
copyright: CC-BY 4.0\n\
cover_title: "DBRepo: Database Repository"\n\
cover_subtitle: "Technical Documentation"' >> ./mkdocs.yml
RUN cat ./mkdocs.yml
# 1.1
RUN git checkout beec500012949c1baa197c72d52e383276a8fd02
RUN mike deploy 1.1
ENTRYPOINT [ "mkdocs", "build" ]
\ No newline at end of file
TAG ?= 1.1
.PHONY: clean
all: build
clean:
rm -rf ./site
release-deps:
pip3 install -r ./dockerhub/requirements.txt
......@@ -13,7 +16,9 @@ release: release-deps
build:
docker-compose build
docker-compose up
sudo mv ./site/pdf/document.pdf ./site/pdf/documentation.pdf
install: build
version:
mike list
install: build version
sudo cp -r ./site/* /usr/share/nginx/html/
\ No newline at end of file
......@@ -7,14 +7,14 @@ hide:
# Database Repository
## Problem Statement
## Problem Statement !!!!!!
Digital repositories see themselves more frequently encountered with the problem of making databases accessible in their
collection. Challenges revolve around organizing, searching and retrieving content stored within databases and
constitute a major technical burden as their internal representation greatly differs from static documents most digital
repositories are designed for.
[Get Started](/getting-started){ .action-button .md-button .md-button--primary }
[Get Started](/docs/getting-started.md){ .action-button .md-button .md-button--primary }
## Application Areas
......
......@@ -8,6 +8,8 @@ extra:
social:
- icon: fontawesome/brands/gitlab
link: https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services
version:
provider: mike
nav:
- Home: index.md
- getting-started.md
......
mkdocs==1.3.0
mkdocs-material==8.2.9
mkdocs-with-pdf==0.9.3
mike>=1.1.2
\ 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