8000 Merge branch 'master' into translation/add-ja-deployment-manually · fastapi/fastapi@94cd37a · GitHub
[go: up one dir, main page]

Skip to content

Commit 94cd37a

Browse files
authored
Merge branch 'master' into translation/add-ja-deployment-manually
2 parents a4a34aa + 5614b94 commit 94cd37a

File tree

134 files changed

+11368
-1129
lines changed

Some content is hidden

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

134 files changed

+11368
-1129
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

.github/workflows/build-docs.yml

Lines changed: 3 additions & 0 deletions
6B0E
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
run: python3.7 -m pip install flit
2121
- name: Install docs extras
2222
run: python3.7 -m flit install --extras doc
23+
- name: Install Material for MkDocs Insiders
24+
if: github.event.pull_request.head.repo.fork == false
25+
run: pip install git+https://${{ secrets.ACTIONS_TOKEN }}@github.com/squidfunk/mkdocs-material-insiders.git
2326
- name: Build Docs
2427
run: python3.7 ./scripts/docs.py build-all
2528
- name: Zip docs

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
<a href="https://pypi.org/project/fastapi" target="_blank">
1515
<img src="https://img.shields.io/pypi/v/fastapi?color=%2334D058&label=pypi%20package" alt="Package version">
1616
</a>
17-
<a href="https://gitter.im/tiangolo/fastapi?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge" target="_blank">
18-
<img src="https://badges.gitter.im/tiangolo/fastapi.svg" alt="Join the chat at https://gitter.im/tiangolo/fastapi">
19-
</a>
2017
</p>
2118

2219
---
@@ -48,6 +45,7 @@ The key features are:
4845
<!-- sponsors -->
4946

5047
<a href="https://www.deta.sh/?ref=fastapi" target="_blank" title="The launchpad for all your (team's) ideas"><img src="https://fastapi.tiangolo.com/img/sponsors/deta.svg"></a>
48+
<a href="https://www.investsuite.com/" target="_blank" title="Wealthtech as a service"><img src="https://fastapi.tiangolo.com/img/sponsors/investsuite.svg"></a>
5149

5250
<!-- /sponsors -->
5351

@@ -127,7 +125,7 @@ You will also need an ASGI server, for production such as <a href="https://www.u
127125
<div class="termy">
128126

129127
```console
130-
$ pip install uvicorn
128+
$ pip install uvicorn[standard]
131129

132130
---> 100%
133131
```

docs/en/data/external_links.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ articles:
144144
title: HTTP server to display desktop notifications
145145
author_link: https://julienharbulot.com/
146146
author: Julien Harbulot
147+
- link: https://guitton.co/posts/fastapi-monitoring/
148+
title: How to monitor your FastAPI service
149+
author_link: https://twitter.com/louis_guitton
150+
author: Louis Guitton
147151
japanese:
148152
- link: https://qiita.com/mtitg/items/47770e9a562dd150631d
149153
title: FastAPI|DB接続してCRUDするPython製APIサーバーを構築

0 commit comments

Comments
 (0)
0