diff --git a/.gitignore b/.gitignore index ee3252b6a09193591476ad5c9c433e5f6eacd12e..bce609c564e768ba413ac0b146e880bf5b70c8b2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ +/.cache/ /site/ /.ahoy.l3d /.env /docs/diagrams/uml/out/ +/docs/__pycache__/ diff --git a/docker-compose.yml b/docker-compose.yml index 3aeff4d64d5efdd11ebf96da9c5c2ba2ab049848..9db1f4ba72725018e15d07fd35e63e6f50029277 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,13 +3,13 @@ version: '3.7' services: mkdocs: container_name: mkdocs - image: polinux/mkdocs:1.2.3 + image: registry.lakedrops.com/docker/mkdocs:1.5.2.2 restart: unless-stopped ports: - 8999:8000 environment: 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' DOCS_DIRECTORY: /mkdocs volumes: diff --git a/mkdocs.yml b/mkdocs.yml index ab80203871c136900c40c07d93531e425cd56bd7..48c93bceee33c6edea8336106c3deafe0d30ce3e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,7 @@ site_name: DevOps Tools site_url: https://devops-tools.docs.lakedrops.com site_description: Documentation for LakeDrops tools and projects +dev_addr: 127.0.0.1:8000 theme: name: material custom_dir: overrides