Skip to content
Snippets Groups Projects
Commit 037d4a1d authored by Jan Frenzel's avatar Jan Frenzel
Browse files

Use mermaid from mkdocs-material, not external plugin.

parent 45fd6363
No related branches found
No related tags found
2 merge requests!530Automated merge from preview to main,!502Added mermaid code snippet + installation of mermaid.
...@@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-c"] ...@@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-c"]
# Base # # Base #
######## ########
RUN pip install mkdocs>=1.1.2 mkdocs-material>=7.1.0 mkdocs-mermaid2-plugin>=0.5.2 RUN pip install mkdocs>=1.1.2 mkdocs-material>=7.1.0
########## ##########
# Linter # # Linter #
......
...@@ -189,7 +189,7 @@ markdown_extensions: ...@@ -189,7 +189,7 @@ markdown_extensions:
custom_fences: custom_fences:
- name: mermaid - name: mermaid
class: mermaid class: mermaid
format: !!python/name:mermaid2.fence_mermaid format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.highlight - pymdownx.highlight
- toc: - toc:
permalink: True permalink: True
...@@ -198,9 +198,6 @@ markdown_extensions: ...@@ -198,9 +198,6 @@ markdown_extensions:
- pymdownx.tabbed: - pymdownx.tabbed:
alternate_style: True alternate_style: True
plugins:
- search
- mermaid2
# - mkdocs-video # - mkdocs-video
extra: extra:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment