diff --git a/Dockerfile b/Dockerfile index e659b19..a0c18ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,3 @@ FROM squidfunk/mkdocs-material -RUN pip install mkdocs-git-revision-date-plugin COPY docs/ /docs/docs COPY mkdocs.yml . \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index a1f47b2..e28f3c2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,7 +2,4 @@ site_name: F-Docs theme: name: 'material' repo_url: https://git.r4o.ch/francesco/mkdocs/ -docs_dir: 'docs' - -plugins: - - git-revision-date \ No newline at end of file +docs_dir: 'docs' \ No newline at end of file