diff --git a/Dockerfile b/Dockerfile index f44dd1c..e659b19 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM squidfunk/mkdocs-material RUN pip install mkdocs-git-revision-date-plugin -COPY docs/ . +COPY docs/ /docs/docs COPY mkdocs.yml . \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index d31e6ee..a1f47b2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,6 +2,7 @@ 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