use root index, fix docker deploy
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2022-01-21 14:38:09 +01:00
parent 04188b3bfa
commit 59dbf66fdf
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
5 changed files with 3 additions and 5 deletions

1
.dockerignore Normal file
View File

@ -0,0 +1 @@
.venv

View File

@ -6,10 +6,6 @@ COPY . /docs
WORKDIR /docs
ENTRYPOINT ["/bin/sh"]
RUN apk add --no-cache curl
RUN pip install mkdocs-awesome-pages-plugin mkdocs-material-extensions
CMD ["mkdocs", "serve"]

View File

@ -12,6 +12,7 @@ services:
timeout: 10s
retries: 10
start_period: 15s
command: serve -a 0.0.0.0:8000 --no-livereload
deploy:
update_config:
failure_action: rollback

View File

@ -39,7 +39,7 @@ markdown_extensions:
nav:
- "Introduction":
- intro/index.md
- index.md
- "Frequently asked questions": intro/faq.md
- "Project strategy": intro/strategy.md
- "Managed hosting": intro/managed.md