forked from loafle/openapi-generator-original
Move docs to a separate folder
This commit is contained in:
@@ -305,15 +305,15 @@ Other languages have petstore samples, too:
|
||||
```
|
||||
### Customization
|
||||
|
||||
Please refer to [customization.md](customization.md) on how to customize the output (e.g. package name, version)
|
||||
Please refer to [customization.md](docs/customization.md) on how to customize the output (e.g. package name, version)
|
||||
|
||||
### Workflow Integration (Maven, Gradle, Github, CI/CD)
|
||||
|
||||
Please refer to [integration.md](integration.md) on how to integrate OpenAPI generator with Maven, Gradle, Github and CI/CD.
|
||||
Please refer to [integration.md](docs/integration.md) on how to integrate OpenAPI generator with Maven, Gradle, Github and CI/CD.
|
||||
|
||||
### Online OpenAPI generator
|
||||
|
||||
Please refer to [online-openapi-generator.md](online-openapi-generator.md) on how to run and use the `openapi-generator-online` - a web service for `openapi-generator`.
|
||||
Please refer to [online-openapi-generator.md](docs/online-openapi-generator.md) on how to run and use the `openapi-generator-online` - a web service for `openapi-generator`.
|
||||
|
||||
### License information on Generated Code
|
||||
|
||||
|
||||
@@ -30,4 +30,4 @@ Some generators also generate CI/CD configuration files (.travis.yml) so that th
|
||||
|
||||
If you're looking for the configuration files of a particular CI that is not yet supported, please open an [issue](https://github.com/swagger-api/swagger-codegen/issues/new) to let us know.
|
||||
|
||||
[Back to OpenAPI-Generator's README page](README.md)
|
||||
[Back to OpenAPI-Generator's README page](../README.md)
|
||||
Reference in New Issue
Block a user