Initial commit

This commit is contained in:
2022-04-18 10:10:45 +02:00
commit ae79b544cb
9 changed files with 289 additions and 0 deletions

4
Dockerfile Normal file
View File

@ -0,0 +1,4 @@
FROM squidfunk/mkdocs-material:7.1.9
COPY requirements.txt /docs/requirements.txt
RUN pip install -U -r /docs/requirements.txt