Browse Source

🌐 Add Chinese translation for Advanced User Guide - Intro (#1445)

Co-authored-by: Sebastián Ramírez <[email protected]>
pull/2420/head
Ikkyu 4 years ago
committed by GitHub
parent
commit
b8331b13d7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 18
      docs/zh/docs/advanced/index.md
  2. 2
      docs/zh/mkdocs.yml

18
docs/zh/docs/advanced/index.md

@ -0,0 +1,18 @@
# 高级用户指南 - 简介
## 额外特性
主要的教程 [教程 - 用户指南](../tutorial/){.internal-link target=_blank} 应该足以让你了解 **FastAPI** 的所有主要特性。
你会在接下来的章节中了解到其他的选项、配置以及额外的特性。
!!! tip
接下来的章节**并不一定是**「高级的」。
而且对于你的使用场景来说,解决方案很可能就在其中。
## 先阅读教程
你可能仍会用到 **FastAPI** 主教程 [教程 - 用户指南](../tutorial/){.internal-link target=_blank} 中的大多数特性。
接下来的章节我们认为你已经读过 [教程 - 用户指南](../tutorial/){.internal-link target=_blank},并且假设你已经知晓其中主要思想。

2
docs/zh/mkdocs.yml

@ -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

Loading…
Cancel
Save