Browse Source

🎨 Auto format

pull/15554/head
github-actions[bot] 2 weeks ago
parent
commit
c63c3f2fef
  1. 8
      docs/en/mkdocs.yml

8
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

Loading…
Cancel
Save