forked from loafle/openapi-generator-original
* [docs] Updating docsite outputs to be browsable on Github as well * Fix links to other files Suffix `.md` was needed to make links works * [docs] Add clarification to differences between customization and templating docs * [docs] Collapsible side bar, scroll to top, minor enhancements
21 lines
1.3 KiB
Markdown
21 lines
1.3 KiB
Markdown
---
|
|
title: Config Options for fsharp-functions
|
|
sidebar_label: fsharp-functions
|
|
---
|
|
|
|
| Option | Description | Values | Default |
|
|
| ------ | ----------- | ------ | ------- |
|
|
|sortParamsByRequiredFlag|Sort method arguments to place required parameters before optional parameters.| |true|
|
|
|ensureUniqueParams|Whether to ensure parameter names are unique in an operation (rename parameters that are not).| |true|
|
|
|allowUnicodeIdentifiers|boolean, toggles whether unicode identifiers are allowed in names or not, default is false| |false|
|
|
|prependFormOrBodyParameters|Add form or body parameters to the beginning of the parameter list.| |false|
|
|
|licenseUrl|The URL of the license| |http://localhost|
|
|
|licenseName|The name of the license| |NoLicense|
|
|
|packageCopyright|Specifies an AssemblyCopyright for the .NET Framework global assembly attributes stored in the AssemblyInfo file.| |No Copyright|
|
|
|packageAuthors|Specifies Authors property in the .NET Core project file.| |OpenAPI|
|
|
|packageTitle|Specifies an AssemblyTitle for the .NET Framework global assembly attributes stored in the AssemblyInfo file.| |OpenAPI Library|
|
|
|packageName|F# module name (convention: Title.Case).| |OpenAPI|
|
|
|packageVersion|F# package version.| |1.0.0|
|
|
|packageGuid|The GUID that will be associated with the C# project| |null|
|
|
|sourceFolder|source folder for generated code| |OpenAPI/src|
|