mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-26 07:13:48 +01:00
MkDocs Material 8.3.9 (#644)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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: '%]]'
|
||||
|
||||
Reference in New Issue
Block a user