Skip to content
Snippets Groups Projects
Commit 5bff6fb0 authored by jurgenhaas's avatar jurgenhaas
Browse files

Updates

parent f667acea
Branches
No related tags found
No related merge requests found
Pipeline #1019386 passed
/.cache/
/site/ /site/
/.ahoy.l3d /.ahoy.l3d
/.env /.env
/docs/diagrams/uml/out/ /docs/diagrams/uml/out/
/docs/__pycache__/
...@@ -3,13 +3,13 @@ version: '3.7' ...@@ -3,13 +3,13 @@ version: '3.7'
services: services:
mkdocs: mkdocs:
container_name: mkdocs container_name: mkdocs
image: polinux/mkdocs:1.2.3 image: registry.lakedrops.com/docker/mkdocs:1.5.2.2
restart: unless-stopped restart: unless-stopped
ports: ports:
- 8999:8000 - 8999:8000
environment: environment:
LIVE_RELOAD_SUPPORT: 'true' LIVE_RELOAD_SUPPORT: 'true'
ADD_MODULES: fontawesome-markdown mkdocs-git-revision-date-localized-plugin mkdocs-material==8.3.9 mkdocs-build-plantuml-plugin mkdocs-new-features-notifier mkdocs-git-authors-plugin markdown-include mkdocs-simple-hooks mkdocs-video ADD_MODULES: fontawesome-markdown mkdocs-git-revision-date-localized-plugin mkdocs-material==9.4.1 mkdocs-material[imaging] mkdocs-build-plantuml-plugin mkdocs-new-features-notifier mkdocs-git-authors-plugin markdown-include mkdocs-simple-hooks mkdocs-video tzdata mkdocs-backlinks
FAST_MODE: 'true' FAST_MODE: 'true'
DOCS_DIRECTORY: /mkdocs DOCS_DIRECTORY: /mkdocs
volumes: volumes:
......
site_name: DevOps Tools site_name: DevOps Tools
site_url: https://devops-tools.docs.lakedrops.com site_url: https://devops-tools.docs.lakedrops.com
site_description: Documentation for LakeDrops tools and projects site_description: Documentation for LakeDrops tools and projects
dev_addr: 127.0.0.1:8000
theme: theme:
name: material name: material
custom_dir: overrides custom_dir: overrides
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment