Skip to content

Commit 2983225

Browse files
committed
docs: Configuration.md
1 parent 067eb3a commit 2983225

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/Configuration.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
The following configuration values exist for Flask OpenAPI3.
2+
3+
## Configuration Keys
4+
5+
| Key | Describe |
6+
|---------------------------------|-------------------------------------------------------------|
7+
| FLASK_OPENAPI_VALIDATE_RESPONSE | Validate response model before returning. Default to False. |
8+
| FLASK_OPENAPI_DISABLE_WARNINGS | Disable printing warning messages.Default to False. |

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ plugins:
8888
Specification: 规范
8989
# OpenAPI-second: end
9090
Example: 示例
91+
Configuration: 配置
9192
API Reference: API 参考
9293
# API Reference-second: start
9394
# OpenAPI: OpenAPI
@@ -117,6 +118,7 @@ nav:
117118
- Summary and Description: OpenAPI/Summary and Description.md
118119
- Specification: OpenAPI/Specification.md
119120
- Example: Example.md
121+
- Configuration: Configuration.md
120122
- API Reference:
121123
- OpenAPI: Reference/OpenAPI.md
122124
- APIBlueprint: Reference/APIBlueprint.md

0 commit comments

Comments
 (0)