From 7e91c08b8f9abecfc7d583f7aa6cc50eaa842235 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Wed, 10 Apr 2024 16:51:39 +0800 Subject: [PATCH] update doc --- docs/customization.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/customization.md b/docs/customization.md index 12bc5b0b88ee..28cb619f1ebf 100644 --- a/docs/customization.md +++ b/docs/customization.md @@ -304,6 +304,8 @@ You can use also `config.yml` with following equivalent example: apiPackage: "petstore" ``` +Another example of config file can be found in [modules/openapi-generator/src/test/resources/sampleConfig.json](https://github.com/OpenAPITools/openapi-generator/blob/master/modules/openapi-generator/src/test/resources/sampleConfig.json) + Supported config options can be different per language. Running `config-help -g {lang}` will show available options. **These options are applied via configuration file (e.g. config.json or config.yml) or by passing them with `-p {optionName}={optionValue}`**. (If `-p {optionName}` does not work, please open a [ticket](https://github.com/openapitools/openapi-generator/issues/new) and we'll look into it)