diff --git a/docs/en/mkdocs.yml b/docs/en/mkdocs.yml index 5eddc03796..1b872271ba 100644 --- a/docs/en/mkdocs.yml +++ b/docs/en/mkdocs.yml @@ -290,10 +290,7 @@ 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 @@ -302,7 +299,6 @@ markdown_extensions: - tip - hint - warning - # Custom types - info - check pymdownx.blocks.details: null @@ -331,6 +327,8 @@ extra: name: es - español - link: /fr/ name: fr - français + - link: /hi/ + name: hi - हिन्दी - link: /ja/ name: ja - 日本語 - link: /ko/ @@ -347,8 +345,6 @@ extra: name: zh - 简体中文 - link: /zh-hant/ name: zh-hant - 繁體中文 - - link: /hi/ - name: hi - हिन्दी extra_css: - css/termynal.css - css/custom.css