From: Yurii Motov Date: Mon, 18 May 2026 16:50:23 +0000 (+0200) Subject: Revert comment removal in `mkdocs.yml` X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fenable-hindi;p=thirdparty%2Ffastapi%2Ffastapi.git Revert comment removal in `mkdocs.yml` --- diff --git a/docs/en/mkdocs.yml b/docs/en/mkdocs.yml index 1b872271b..fe873705e 100644 --- a/docs/en/mkdocs.yml +++ b/docs/en/mkdocs.yml @@ -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