mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-12 13:36:41 +00:00
🌐 Add Chinese translation for Advanced User Guide - Intro (#1445)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
parent
7a3c244c07
commit
b8331b13d7
2 changed files with 20 additions and 0 deletions
18
docs/zh/docs/advanced/index.md
Normal file
18
docs/zh/docs/advanced/index.md
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
# 高级用户指南 - 简介
|
||||||
|
|
||||||
|
## 额外特性
|
||||||
|
|
||||||
|
主要的教程 [教程 - 用户指南](../tutorial/){.internal-link target=_blank} 应该足以让你了解 **FastAPI** 的所有主要特性。
|
||||||
|
|
||||||
|
你会在接下来的章节中了解到其他的选项、配置以及额外的特性。
|
||||||
|
|
||||||
|
!!! tip
|
||||||
|
接下来的章节**并不一定是**「高级的」。
|
||||||
|
|
||||||
|
而且对于你的使用场景来说,解决方案很可能就在其中。
|
||||||
|
|
||||||
|
## 先阅读教程
|
||||||
|
|
||||||
|
你可能仍会用到 **FastAPI** 主教程 [教程 - 用户指南](../tutorial/){.internal-link target=_blank} 中的大多数特性。
|
||||||
|
|
||||||
|
接下来的章节我们认为你已经读过 [教程 - 用户指南](../tutorial/){.internal-link target=_blank},并且假设你已经知晓其中主要思想。
|
||||||
|
|
@ -60,6 +60,8 @@ nav:
|
||||||
- tutorial/path-params-numeric-validations.md
|
- tutorial/path-params-numeric-validations.md
|
||||||
- tutorial/body-multiple-params.md
|
- tutorial/body-multiple-params.md
|
||||||
- tutorial/body-fields.md
|
- tutorial/body-fields.md
|
||||||
|
- 高级用户指南:
|
||||||
|
- advanced/index.md
|
||||||
- deployment.md
|
- deployment.md
|
||||||
- contributing.md
|
- contributing.md
|
||||||
- help-fastapi.md
|
- help-fastapi.md
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue