FROM squidfunk/mkdocs-material
RUN pip install mkdocs-git-revision-date-plugin
COPY docs/ .
COPY mkdocs.yml .