From: T. Tokusumi <41147016+tokusumi@users.noreply.github.com> Date: Sat, 9 Jan 2021 18:47:08 +0000 (+0900) Subject: 🌐 Add Japanese translation for Deployment - Intro (#2309) X-Git-Tag: 0.64.0~111 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c7742e3c56cc4531259d6476eb0858f3f169c54f;p=thirdparty%2Ffastapi%2Ffastapi.git 🌐 Add Japanese translation for Deployment - Intro (#2309) Co-authored-by: Sebastián Ramírez --- diff --git a/docs/ja/docs/deployment/index.md b/docs/ja/docs/deployment/index.md new file mode 100644 index 0000000000..2ce81b5518 --- /dev/null +++ b/docs/ja/docs/deployment/index.md @@ -0,0 +1,7 @@ +# デプロイ - イントロ + +**FastAPI** 製のアプリケーションは比較的容易にデプロイできます。 + +ユースケースや使用しているツールによっていくつかの方法に分かれます。 + +次のセクションでより詳しくそれらの方法について説明します。 \ No newline at end of file diff --git a/docs/ja/mkdocs.yml b/docs/ja/mkdocs.yml index 6158978d2c..2ded96a785 100644 --- a/docs/ja/mkdocs.yml +++ b/docs/ja/mkdocs.yml @@ -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