Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ghcr.io/astral-sh/uv:0.9.17-python3.13-alpine AS dependencies

COPY --from=ghcr.io/astral-sh/uv:0.9.17 /uv /uvx /bin/

RUN apk add --no-cache git
RUN apk add --no-cache git pngquant

WORKDIR /app

Expand Down
4 changes: 4 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ plugins:
tags_hierarchy: true
shadow_tags:
- archived
# optimize images
# https://squidfunk.github.io/mkdocs-material/plugins/optimize/
- optimize:
enabled: !ENV [CI, false]
# https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/#document-dates
- git-revision-date-localized:
enabled: !ENV [CI, false]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies = [
"markdown-callouts==0.4.0",
"mkdocs-git-revision-date-localized-plugin==1.5.0",
"mkdocs-glightbox==0.5.2",
"mkdocs-material==9.7.0",
"mkdocs-material[imaging]==9.7.0",
]

[dependency-groups]
Expand Down
Loading