Skip to content

Commit

Permalink
Merge pull request #1 from tiangolo/master
Browse files Browse the repository at this point in the history
Merge from FastAPI Master
  • Loading branch information
ElliottLarsen committed May 30, 2023
2 parents 6200aa5 + 8cc967a commit 76c83b9
Show file tree
Hide file tree
Showing 322 changed files with 35,726 additions and 33,128 deletions.
3 changes: 3 additions & 0 deletions docs/az/mkdocs.yml
Expand Up @@ -52,6 +52,7 @@ nav:
- it: /it/
- ja: /ja/
- ko: /ko/
- lo: /lo/
- nl: /nl/
- pl: /pl/
- pt: /pt/
Expand Down Expand Up @@ -129,6 +130,8 @@ extra:
name: ja - 日本語
- link: /ko/
name: ko - 한국어
- link: /lo/
name: lo - ພາສາລາວ
- link: /nl/
name: nl
- link: /pl/
Expand Down
3 changes: 3 additions & 0 deletions docs/de/mkdocs.yml
Expand Up @@ -52,6 +52,7 @@ nav:
- it: /it/
- ja: /ja/
- ko: /ko/
- lo: /lo/
- nl: /nl/
- pl: /pl/
- pt: /pt/
Expand Down Expand Up @@ -130,6 +131,8 @@ extra:
name: ja - 日本語
- link: /ko/
name: ko - 한국어
- link: /lo/
name: lo - ພາສາລາວ
- link: /nl/
name: nl
- link: /pl/
Expand Down
3 changes: 3 additions & 0 deletions docs/em/mkdocs.yml
Expand Up @@ -51,6 +51,7 @@ nav:
- it: /it/
- ja: /ja/
- ko: /ko/
- lo: /lo/
- nl: /nl/
- pl: /pl/
- pt: /pt/
Expand Down Expand Up @@ -233,6 +234,8 @@ extra:
name: ja - 日本語
- link: /ko/
name: ko - 한국어
- link: /lo/
name: lo - ພາສາລາວ
- link: /nl/
name: nl
- link: /pl/
Expand Down
2 changes: 1 addition & 1 deletion docs/en/docs/advanced/wsgi.md
Expand Up @@ -12,7 +12,7 @@ Then wrap the WSGI (e.g. Flask) app with the middleware.

And then mount that under a path.

```Python hl_lines="2-3 22"
```Python hl_lines="2-3 23"
{!../../../docs_src/wsgi/tutorial001.py!}
```

Expand Down

0 comments on commit 76c83b9

Please sign in to comment.