Move docs to a separate folder

This commit is contained in:
Jeremie Bresson
2018-05-04 06:29:23 +02:00
parent 0435910da8
commit 3d7eaf96fc
4 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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)