You can generate documentation for APIs described in OpenAPI, RAML, API Blueprint, WADL, or I/O Docs. You can specify both local files and URLs.
specifications:
acme_api:
- openapi: https://api.example.com/openapi.yml
bugs_api:
- api_blueprint: ./apibp.md
daffy_api:
- raml: ./raml.json
You can also specify multiple versions per key. The user will be able to switch
versions from within the UI, or you can specify the ?apiVersion=
query parameter.
specifications:
acme_api:
- openapi: ./openapi.yml
label: v1.0
daffy_api:
- raml: ./raml_spec.yml
label: v2.1
- raml: ./legacy/v1.0/raml_spec.yml
label: v1.0