Update docker-compose.yml to clarify development volume purpose; refine mkdocs.yml for consistent emoji handling

This commit is contained in:
Christian Krakau-Louis
2025-05-13 11:46:17 +02:00
parent d487189a2a
commit 9c2c9b4827
2 changed files with 4 additions and 4 deletions
+1
View File
@@ -4,6 +4,7 @@ services:
ports: ports:
- "5000:5000" - "5000:5000"
volumes: volumes:
# Development volumes for hot reloading
- ./musicround:/app/musicround - ./musicround:/app/musicround
- ./templates:/app/templates - ./templates:/app/templates
- ./static:/app/static - ./static:/app/static
+3 -4
View File
@@ -25,8 +25,7 @@ plugins:
- mkdocstrings: - mkdocstrings:
handlers: handlers:
python: python:
selection: docstring_style: google
docstring_style: google
markdown_extensions: markdown_extensions:
- admonition - admonition
@@ -35,8 +34,8 @@ markdown_extensions:
- pymdownx.tabbed - pymdownx.tabbed
- pymdownx.details - pymdownx.details
- pymdownx.emoji: - pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg emoji_generator: !!python/name:material.extensions.emoji.to_svg
- toc: - toc:
permalink: true permalink: true