Dockerfile ADD docs to Image
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
60fb44392e
commit
7ca95c5472
@ -1,2 +1,4 @@
|
|||||||
FROM squidfunk/mkdocs-material
|
FROM squidfunk/mkdocs-material
|
||||||
RUN pip install mkdocs-git-revision-date-plugin
|
RUN pip install mkdocs-git-revision-date-plugin
|
||||||
|
COPY docs/ /docs
|
||||||
|
COPY mkdocs.yml /docs
|
@ -1,7 +1,8 @@
|
|||||||
site_name: F-Docs
|
site_name: F-Docs
|
||||||
theme:
|
theme:
|
||||||
name: 'material'
|
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:
|
plugins:
|
||||||
- git-revision-date
|
- git-revision-date
|
Loading…
Reference in New Issue
Block a user