Skip to content

Commit f2fe72b

Browse files
committed
Revert comment removal in mkdocs.yml
1 parent bf30d50 commit f2fe72b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/en/mkdocs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,10 @@ markdown_extensions:
290290
format: !!python/name:pymdownx.superfences.fence_code_format ''
291291
pymdownx.tilde: null
292292
pymdownx.blocks.admonition:
293+
# TODO: remove types section (with custom types) once translations are migrated to
294+
# not use custom types too
293295
types:
296+
# Default types
294297
- note
295298
- attention
296299
- caution
@@ -299,6 +302,7 @@ markdown_extensions:
299302
- tip
300303
- hint
301304
- warning
305+
# Custom types
302306
- info
303307
- check
304308
pymdownx.blocks.details: null

0 commit comments

Comments
 (0)