We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67afd17 commit 82907c7Copy full SHA for 82907c7
blocks.config.json
@@ -5,7 +5,7 @@
5
"title": "Swagger UI",
6
"description": "Visualize APIs defined in Swagger 2.0 or OAS 3.0",
7
"entry": "blocks/swagger/index.tsx",
8
- "matches": ["*.json", "*.yml"],
+ "matches": ["*.json", "*.yml", "*.yaml"],
9
"example_path": "https://github.com/gothinkster/realworld/blob/main/api/openapi.yml"
10
}
11
]
0 commit comments