diff --git a/Dockerfile b/Dockerfile index 0def68f..345ebcf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,4 @@ FROM squidfunk/mkdocs-material -RUN pip install mkdocs-git-revision-date-plugin \ No newline at end of file +RUN pip install mkdocs-git-revision-date-plugin +COPY docs/ /docs +COPY mkdocs.yml /docs \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 194200c..69470ad 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,7 +1,8 @@ site_name: F-Docs theme: name: 'material' -repo_url: https://git.r4o.ch/francesco/docs -docs_dir: 'docs' + docs_dir: 'docs' +repo_url: https://git.r4o.ch/francesco/mkdocs/ + plugins: - - git-revision-date \ No newline at end of file + - git-revision-date \ No newline at end of file