Markdown / Markdoc ## One large file to many small ones
OpenAPI is designed with support for $ref
syntax, allowing parts of an API desc If you have one large single file, split it up like this: redocly split openapi.yaml --outDir myApi
The original file is unchanged, but look in the directory named by the --outDir
* An openapi.yaml
file, which is the entry point of the API and includes the i * A
paths/` directory, with a file for each of the URLs in the API. All verbs fo
@redocly ~ @lornajane