mirror of https://github.com/tiangolo/fastapi.git
PR comment: fix grammar and style
This commit is contained in:
parent
924c56ff8f
commit
a5c774e105
|
|
@ -1,6 +1,6 @@
|
|||
# 通用 - 如何操作 - 诀窍
|
||||
|
||||
这里是指向文档中其他部分的一些链接,用于解答一般性或常见问题。
|
||||
这里是一些指向文档中其他部分的链接,用于解答一般性或常见问题。
|
||||
|
||||
## 数据过滤 - 安全性
|
||||
|
||||
|
|
@ -8,19 +8,19 @@
|
|||
|
||||
## 文档的标签 - OpenAPI
|
||||
|
||||
在文档界面中添加*路径操作*的标签和进行分组,请阅读 [教程 - 路径操作配置 - Tags 参数](../tutorial/path-operation-configuration.md#tags){.internal-link target=_blank} 文档。
|
||||
在文档界面中添加**路径操作**的标签和进行分组,请阅读 [教程 - 路径操作配置 - Tags 参数](../tutorial/path-operation-configuration.md#tags){.internal-link target=_blank} 文档。
|
||||
|
||||
## 文档的概要和描述 - OpenAPI
|
||||
|
||||
在文档界面中添加*路径操作*的概要和描述,请阅读 [教程 - 路径操作配置 - Summary 和 Description 参数](../tutorial/path-operation-configuration.md#summary-description){.internal-link target=_blank} 文档。
|
||||
在文档界面中添加**路径操作**的概要和描述,请阅读 [教程 - 路径操作配置 - Summary 和 Description 参数](../tutorial/path-operation-configuration.md#summary-description){.internal-link target=_blank} 文档。
|
||||
|
||||
## 文档的响应描述 - OpenAPI
|
||||
|
||||
在文档界面中定义并显示响应描述,请阅读 [教程 - 路径操作配置 - 响应描述](../tutorial/path-operation-configuration.md#response-description){.internal-link target=_blank} 文档。
|
||||
|
||||
## 文档弃用*路径操作* - OpenAPI
|
||||
## 文档弃用**路径操作** - OpenAPI
|
||||
|
||||
在文档界面中显示弃用的*路径操作*,请阅读 [教程 - 路径操作配置 - 弃用](../tutorial/path-operation-configuration.md#deprecate-a-path-operation){.internal-link target=_blank} 文档。
|
||||
在文档界面中显示弃用的**路径操作**,请阅读 [教程 - 路径操作配置 - 弃用](../tutorial/path-operation-configuration.md#deprecate-a-path-operation){.internal-link target=_blank} 文档。
|
||||
|
||||
## 将任何数据转换为 JSON 兼容格式
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue