Skip to content

Commit

Permalink
docs: Added callouts extension to support GitHub style alerts.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesiarmes committed Oct 29, 2024
1 parent b04fe6f commit b751de8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM squidfunk/mkdocs-material:9.5

# Install PlantUML so we can render UML diagrams.
RUN pip install plantuml_markdown
RUN pip install markdown-callouts plantuml_markdown
RUN apk add --no-cache plantuml --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community \
&& rm -rf /var/cache/apk/*

Expand Down
1 change: 1 addition & 0 deletions mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ plugins:
markdown_extensions:
- admonition
- attr_list
- github-callouts
- footnotes
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
Expand Down

0 comments on commit b751de8

Please sign in to comment.