]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🌐 Add Chinese translation for Advanced User Guide - Intro (#1445)
authorIkkyu <31848542+RunningIkkyu@users.noreply.github.com>
Wed, 25 Nov 2020 17:07:17 +0000 (01:07 +0800)
committerGitHub <noreply@github.com>
Wed, 25 Nov 2020 17:07:17 +0000 (18:07 +0100)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
docs/zh/docs/advanced/index.md [new file with mode: 0644]
docs/zh/mkdocs.yml

diff --git a/docs/zh/docs/advanced/index.md b/docs/zh/docs/advanced/index.md
new file mode 100644 (file)
index 0000000..d71838c
--- /dev/null
@@ -0,0 +1,18 @@
+# 高级用户指南 - 简介
+
+## 额外特性
+
+主要的教程 [教程 - 用户指南](../tutorial/){.internal-link target=_blank} 应该足以让你了解 **FastAPI** 的所有主要特性。
+
+你会在接下来的章节中了解到其他的选项、配置以及额外的特性。
+
+!!! tip
+    接下来的章节**并不一定是**「高级的」。
+
+    而且对于你的使用场景来说,解决方案很可能就在其中。
+
+## 先阅读教程
+
+你可能仍会用到 **FastAPI** 主教程 [教程 - 用户指南](../tutorial/){.internal-link target=_blank} 中的大多数特性。
+
+接下来的章节我们认为你已经读过 [教程 - 用户指南](../tutorial/){.internal-link target=_blank},并且假设你已经知晓其中主要思想。
index 42f6310c765700a59e1fb523cdf1b0bbdabedb66..3303ab6df977a3fc7c6d644706b1615ccf5ed416 100644 (file)
@@ -60,6 +60,8 @@ nav:
   - tutorial/path-params-numeric-validations.md
   - tutorial/body-multiple-params.md
   - tutorial/body-fields.md
+- 高级用户指南:
+  - advanced/index.md
 - deployment.md
 - contributing.md
 - help-fastapi.md