MkDocs Material 8.3.9 (#644)

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2022-07-16 03:34:01 +02:00
committed by GitHub
parent f9e4b3dc86
commit a156aff751
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG MKDOCS_VERSION="8.1.8"
ARG MKDOCS_VERSION="8.3.9"
FROM squidfunk/mkdocs-material:${MKDOCS_VERSION} AS base
RUN apk add --no-cache git git-fast-import openssl \

View File

@@ -89,6 +89,7 @@ plugins:
- git-revision-date-localized:
type: iso_datetime
enable_creation_date: true
fallback_to_build_date: true
- macros:
j2_block_start_string: '[[%'
j2_block_end_string: '%]]'