]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🌐 Add Japanese translation for `docs/ja/docs/advanced/index.md` (#5043)
authorwakabame <35513518+wakabame@users.noreply.github.com>
Thu, 14 Jul 2022 11:34:38 +0000 (20:34 +0900)
committerGitHub <noreply@github.com>
Thu, 14 Jul 2022 11:34:38 +0000 (11:34 +0000)
Co-authored-by: Amazyra <yamaguchi.tatsuya.27a@gmail.com>
Co-authored-by: tokusumi <41147016+tokusumi@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
docs/ja/docs/advanced/index.md [new file with mode: 0644]
docs/ja/mkdocs.yml

diff --git a/docs/ja/docs/advanced/index.md b/docs/ja/docs/advanced/index.md
new file mode 100644 (file)
index 0000000..676f603
--- /dev/null
@@ -0,0 +1,24 @@
+# ユーザーガイド 応用編
+
+## さらなる機能
+
+[チュートリアル - ユーザーガイド](../tutorial/){.internal-link target=_blank}により、**FastAPI**の主要な機能は十分に理解できたことでしょう。
+
+以降のセクションでは、チュートリアルでは説明しきれなかったオプションや設定、および機能について説明します。
+
+!!! tip "豆知識"
+    以降のセクションは、 **必ずしも"応用編"ではありません**。
+
+    ユースケースによっては、その中から解決策を見つけられるかもしれません。
+
+## 先にチュートリアルを読む
+
+[チュートリアル - ユーザーガイド](../tutorial/){.internal-link target=_blank}の知識があれば、**FastAPI**の主要な機能を利用することができます。
+
+以降のセクションは、すでにチュートリアルを読んで、その主要なアイデアを理解できていることを前提としています。
+
+## テスト駆動開発のコース
+
+このセクションの内容を補完するために脱初心者用コースを受けたい場合は、**TestDriven.io**による、<a href="https://testdriven.io/courses/tdd-fastapi/" class="external-link" target="_blank">Test-Driven Development with FastAPI and Docker</a>を確認するのがよいかもしれません。
+
+現在、このコースで得られた利益の10%が**FastAPI**の開発のために寄付されています。🎉 😄
index 055404feaf9aa6ab1c874702bacaa7d9edda9e1e..1548b19059e83ae3f1797c1f22cdf7e5e18549c6 100644 (file)
@@ -78,6 +78,7 @@ nav:
   - tutorial/testing.md
   - tutorial/debugging.md
 - 高度なユーザーガイド:
+  - advanced/index.md
   - advanced/path-operation-advanced-configuration.md
   - advanced/additional-status-codes.md
   - advanced/response-directly.md