diff --git a/.drone/Dockerfile b/.drone/Dockerfile index 0def68f..d2927ba 100644 --- a/.drone/Dockerfile +++ b/.drone/Dockerfile @@ -1,2 +1,5 @@ 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 + +# Set working directory +WORKDIR ../docs \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100644 index 0000000..194200c --- /dev/null +++ b/mkdocs.yml @@ -0,0 +1,7 @@ +site_name: F-Docs +theme: + name: 'material' +repo_url: https://git.r4o.ch/francesco/docs +docs_dir: 'docs' +plugins: + - git-revision-date \ No newline at end of file