Skip to content

Commit 70fe969

Browse files
committed
update doc
1 parent d24563a commit 70fe969

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

docs/generators.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ The following generators are available:
7575
* [cpp-restbed-server](generators/cpp-restbed-server)
7676
* [csharp-nancyfx](generators/csharp-nancyfx)
7777
* [erlang-server](generators/erlang-server)
78+
* [fsharp-functions](generators/fsharp-functions)
7879
* [fsharp-giraffe-server](generators/fsharp-giraffe-server)
7980
* [go-gin-server](generators/go-gin-server)
8081
* [go-server](generators/go-server)
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
---
3+
id: generator-opts-server-fsharp-functions
4+
title: Config Options for fsharp-functions
5+
sidebar_label: fsharp-functions
6+
---
7+
8+
| Option | Description | Values | Default |
9+
| ------ | ----------- | ------ | ------- |
10+
|sortParamsByRequiredFlag|Sort method arguments to place required parameters before optional parameters.| |true|
11+
|ensureUniqueParams|Whether to ensure parameter names are unique in an operation (rename parameters that are not).| |true|
12+
|allowUnicodeIdentifiers|boolean, toggles whether unicode identifiers are allowed in names or not, default is false| |false|
13+
|prependFormOrBodyParameters|Add form or body parameters to the beginning of the parameter list.| |false|
14+
|licenseUrl|The URL of the license| |http://localhost|
15+
|licenseName|The name of the license| |NoLicense|
16+
|packageCopyright|Specifies an AssemblyCopyright for the .NET Framework global assembly attributes stored in the AssemblyInfo file.| |No Copyright|
17+
|packageAuthors|Specifies Authors property in the .NET Core project file.| |OpenAPI|
18+
|packageTitle|Specifies an AssemblyTitle for the .NET Framework global assembly attributes stored in the AssemblyInfo file.| |OpenAPI Library|
19+
|packageName|F# module name (convention: Title.Case).| |OpenAPI|
20+
|packageVersion|F# package version.| |1.0.0|
21+
|packageGuid|The GUID that will be associated with the C# project| |null|
22+
|sourceFolder|source folder for generated code| |OpenAPI/src|

0 commit comments

Comments
 (0)