api-docs/redocly.yaml
2022-10-05 18:13:47 -07:00

19 lines
418 B
YAML

# See https://redocly.com/docs/cli/configuration/
apis:
# Update the apiName with your actual API name, and the version with your actual API version.
SpaceTraders@2.1.0:
# Update the path to your OpenAPI root file
root: ./reference/SpaceTraders.json
lint:
extends:
- recommended
features.openapi:
generateCodeSamples:
languages:
- lang: curl
- lang: Node.js
- lang: Python