mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-11 13:06:43 +00:00
🌐 Add Japanese translation for Deployment - Intro (#2309)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
parent
4f9104ce97
commit
c7742e3c56
2 changed files with 9 additions and 0 deletions
7
docs/ja/docs/deployment/index.md
Normal file
7
docs/ja/docs/deployment/index.md
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
# デプロイ - イントロ
|
||||||
|
|
||||||
|
**FastAPI** 製のアプリケーションは比較的容易にデプロイできます。
|
||||||
|
|
||||||
|
ユースケースや使用しているツールによっていくつかの方法に分かれます。
|
||||||
|
|
||||||
|
次のセクションでより詳しくそれらの方法について説明します。
|
||||||
|
|
@ -71,6 +71,8 @@ nav:
|
||||||
- advanced/additional-status-codes.md
|
- advanced/additional-status-codes.md
|
||||||
- advanced/response-directly.md
|
- advanced/response-directly.md
|
||||||
- advanced/custom-response.md
|
- advanced/custom-response.md
|
||||||
|
- デプロイ:
|
||||||
|
- deployment/index.md
|
||||||
- project-generation.md
|
- project-generation.md
|
||||||
- alternatives.md
|
- alternatives.md
|
||||||
- history-design-future.md
|
- history-design-future.md
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue