Nexmo / nexmo-oas-renderer

Render your API references, Nexmo-style!
https://developer.nexmo.com/api
MIT License
46 stars 4 forks source link

Make `OAS_PATH` the actual path to the specs #14

Closed lornajane closed 4 years ago

lornajane commented 5 years ago

This tool expects an environment variable called OAS_PATH which we've documented as being the location where the API specs are. In fact, the specified location must contain a definitions/ folder with the specs in there. Could we make this so that the path is actually the path without any hardcoded element, so people can call their directories whatever they like?

fabianrbz commented 4 years ago

Closing, this has been fixed by https://github.com/Nexmo/nexmo-oas-renderer/pull/36