]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
Revert comment removal in `mkdocs.yml` enable-hindi 15554/head
authorYurii Motov <yurii.motov.monte@gmail.com>
Mon, 18 May 2026 16:50:23 +0000 (18:50 +0200)
committerYurii Motov <yurii.motov.monte@gmail.com>
Mon, 18 May 2026 16:50:23 +0000 (18:50 +0200)
docs/en/mkdocs.yml

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