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

Skip to content

Commit afe0899

Browse files
Merge branch 'tiangolo:master' into master
2 parents 7737b4e + 8cc967a commit afe0899

322 files changed

Lines changed: 35726 additions & 33128 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/az/mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ nav:
5252
- it: /it/
5353
- ja: /ja/
5454
- ko: /ko/
55+
- lo: /lo/
5556
- nl: /nl/
5657
- pl: /pl/
5758
- pt: /pt/
@@ -129,6 +130,8 @@ extra:
129130
name: ja - 日本語
130131
- link: /ko/
131132
name: ko - 한국어
133+
- link: /lo/
134+
name: lo - ພາສາລາວ
132135
- link: /nl/
133136
name: nl
134137
- link: /pl/

docs/de/mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ nav:
5252
- it: /it/
5353
- ja: /ja/
5454
- ko: /ko/
55+
- lo: /lo/
5556
- nl: /nl/
5657
- pl: /pl/
5758
- pt: /pt/
@@ -130,6 +131,8 @@ extra:
130131
name: ja - 日本語
131132
- link: /ko/
132133
name: ko - 한국어
134+
- link: /lo/
135+
name: lo - ພາສາລາວ
133136
- link: /nl/
134137
name: nl
135138
- link: /pl/

docs/em/mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ nav:
5151
- it: /it/
5252
- ja: /ja/
5353
- ko: /ko/
54+
- lo: /lo/
5455
- nl: /nl/
5556
- pl: /pl/
5657
- pt: /pt/
@@ -233,6 +234,8 @@ extra:
233234
name: ja - 日本語
234235
- link: /ko/
235236
name: ko - 한국어
237+
- link: /lo/
238+
name: lo - ພາສາລາວ
236239
- link: /nl/
237240
name: nl
238241
- link: /pl/

docs/en/docs/advanced/wsgi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Then wrap the WSGI (e.g. Flask) app with the middleware.
1212

1313
And then mount that under a path.
1414

15-
```Python hl_lines="2-3 22"
15+
```Python hl_lines="2-3 23"
1616
{!../../../docs_src/wsgi/tutorial001.py!}
1717
```
1818

0 commit comments

Comments
 (0)