Browse Source

Revert comment removal in `mkdocs.yml`

pull/15554/head
Yurii Motov 2 months ago
parent
commit
f2fe72b986
  1. 4
      docs/en/mkdocs.yml

4
docs/en/mkdocs.yml

@ -290,7 +290,10 @@ markdown_extensions:
format: !!python/name:pymdownx.superfences.fence_code_format '' format: !!python/name:pymdownx.superfences.fence_code_format ''
pymdownx.tilde: null pymdownx.tilde: null
pymdownx.blocks.admonition: pymdownx.blocks.admonition:
# TODO: remove types section (with custom types) once translations are migrated to
# not use custom types too
types: types:
# Default types
- note - note
- attention - attention
- caution - caution
@ -299,6 +302,7 @@ markdown_extensions:
- tip - tip
- hint - hint
- warning - warning
# Custom types
- info - info
- check - check
pymdownx.blocks.details: null pymdownx.blocks.details: null

Loading…
Cancel
Save