]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🌐 Add Japanese translation for Deployment - Intro (#2309)
authorT. Tokusumi <41147016+tokusumi@users.noreply.github.com>
Sat, 9 Jan 2021 18:47:08 +0000 (03:47 +0900)
committerGitHub <noreply@github.com>
Sat, 9 Jan 2021 18:47:08 +0000 (19:47 +0100)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
docs/ja/docs/deployment/index.md [new file with mode: 0644]
docs/ja/mkdocs.yml

diff --git a/docs/ja/docs/deployment/index.md b/docs/ja/docs/deployment/index.md
new file mode 100644 (file)
index 0000000..2ce81b5
--- /dev/null
@@ -0,0 +1,7 @@
+# デプロイ - イントロ
+
+**FastAPI** 製のアプリケーションは比較的容易にデプロイできます。
+
+ユースケースや使用しているツールによっていくつかの方法に分かれます。
+
+次のセクションでより詳しくそれらの方法について説明します。
\ No newline at end of file
index 6158978d2c4347d82d63523ffccccdcbf083bf5c..2ded96a7857db35b8425f37dbb6ab3bb4c3ece12 100644 (file)
@@ -71,6 +71,8 @@ nav:
   - advanced/additional-status-codes.md
   - advanced/response-directly.md
   - advanced/custom-response.md
+- デプロイ:
+  - deployment/index.md
 - project-generation.md
 - alternatives.md
 - history-design-future.md