Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions docs/en/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ plugins:
search: null
markdownextradata:
data: ../en/data
redirects:
redirect_maps:
deployment/deta.md: deployment/cloud.md
nav:
- FastAPI: index.md
- Languages:
Expand All @@ -60,6 +63,7 @@ nav:
- ru: /ru/
- tr: /tr/
- uk: /uk/
- ur: /ur/
- vi: /vi/
- zh: /zh/
- features.md
Expand Down Expand Up @@ -178,18 +182,18 @@ markdown_extensions:
guess_lang: false
mdx_include:
base_path: docs
admonition:
codehilite:
extra:
admonition: null
codehilite: null
extra: null
pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format ''
pymdownx.tabbed:
alternate_style: true
attr_list:
md_in_html:
attr_list: null
md_in_html: null
extra:
analytics:
provider: google
Expand Down Expand Up @@ -240,6 +244,8 @@ extra:
name: tr - Türkçe
- link: /uk/
name: uk
- link: /ur/
name: ur
- link: /vi/
name: vi - Tiếng Việt
- link: /zh/
Expand Down
1 change: 1 addition & 0 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
mkdocs-material==9.1.21
mdx-include >=1.4.1,<2.0.0
mkdocs-markdownextradata-plugin >=0.1.7,<0.3.0
mkdocs-redirects>=1.2.1,<1.3.0
typer-cli >=0.0.13,<0.0.14
typer[all] >=0.6.1,<0.8.0
pyyaml >=5.3.1,<7.0.0
Expand Down