File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,8 @@ The fastest way to get started with OpenAPI is to add an `openapi` field to a ta
4949}
5050```
5151
52+ <Note >The directory field is optional. If not specified, the files will be placed in the ** api-reference** folder of the docs repo.</Note >
53+
5254When using this option, the metadata for the generated pages will have the following default values:
5355
5456* ` title ` : The ` summary ` field from the OpenAPI operation, if present. Otherwise a title generated from the HTTP method and endpoint.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Here's a list of common issues we've seen customers run into:
1616
1717 To verify your OpenAPI document will pass validation:
1818
19- 1 . Visit [ this validator] ( https://apitools.dev/ swagger-parser/online / )
19+ 1 . Visit [ this validator] ( https://editor. swagger.io / )
2020 2 . Switch to the "Validate text" tab
2121 3 . Paste in your OpenAPI document
2222 4 . Click "Validate it!"
You can’t perform that action at this time.
0 commit comments