From 363c2df542721291375add4a74f049513b4ffde5 Mon Sep 17 00:00:00 2001 From: francesco Date: Fri, 23 Apr 2021 01:04:50 +0200 Subject: [PATCH] Deleted Plugin --- Dockerfile | 1 - mkdocs.yml | 5 +---- 2 files changed, 1 insertion(+), 5 deletions(-) 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