Update docker-compose.yml to clarify development volume purpose; refine mkdocs.yml for consistent emoji handling
This commit is contained in:
@@ -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
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user