mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-27 07:31:37 +01:00
MkDocs Material 8.1.8 (#548)
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.0"
|
||||
ARG MKDOCS_VERSION="8.1.8"
|
||||
|
||||
FROM squidfunk/mkdocs-material:${MKDOCS_VERSION} AS base
|
||||
RUN apk add --no-cache git git-fast-import openssl \
|
||||
|
||||
@@ -74,9 +74,9 @@ markdown_extensions:
|
||||
- pymdownx.emoji:
|
||||
emoji_index: !!python/name:materialx.emoji.twemoji
|
||||
emoji_generator: !!python/name:materialx.emoji.to_svg
|
||||
- pymdownx.superfences
|
||||
- pymdownx.tabbed:
|
||||
alternate_style: true
|
||||
- pymdownx.superfences
|
||||
- pymdownx.tasklist:
|
||||
custom_checkbox: true
|
||||
- toc:
|
||||
|
||||
Reference in New Issue
Block a user