OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
Is your feature request related to a problem? Please describe.
Currently the markdown files are sorted into subdirectories (Apis and Models). This does not work if we want to publish the docs as a github wiki since it doesn't support directories. Therefore I suggestion an option to use a flat file structure (all files in the same directory).
Describe alternatives you've considered
Manually moving files after generation and search and replace URL:s to remove the subdirectories, but this seems cumbersome and error prone.
Is your feature request related to a problem? Please describe.
Currently the markdown files are sorted into subdirectories (Apis and Models). This does not work if we want to publish the docs as a github wiki since it doesn't support directories. Therefore I suggestion an option to use a flat file structure (all files in the same directory).
Describe alternatives you've considered
Manually moving files after generation and search and replace URL:s to remove the subdirectories, but this seems cumbersome and error prone.