Skip to content

Commit e9b4e91

Browse files
committed
Update documentation
1 parent 93d44fb commit e9b4e91

File tree

4 files changed

+0
-24
lines changed

4 files changed

+0
-24
lines changed

docs/generators/aspnet-fastendpoints.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
3838
|useValidators|Enable request validators (https://fast-endpoints.com/docs/validation).| |false|
3939
|versioningPrefix|The versioning prefix for the API. Used only if useApiVersioning is true| |v|
4040

41-
## SUPPORTED VENDOR EXTENSIONS
42-
43-
| Extension name | Description | Applicable for | Default value |
44-
| -------------- | ----------- | -------------- | ------------- |
45-
|x-zero-based-enum|When used on an enum, the index will not be generated and the default numbering will be used. Zero-based.|MODEL|false
46-
4741
## IMPORT MAPPING
4842

4943
| Type/Alias | Imports |

docs/generators/aspnetcore.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
5656
|useSeparateModelProject|Create a separate project for models| |false|
5757
|useSwashbuckle|Uses the Swashbuckle.AspNetCore NuGet package for documentation.| |true|
5858

59-
## SUPPORTED VENDOR EXTENSIONS
60-
61-
| Extension name | Description | Applicable for | Default value |
62-
| -------------- | ----------- | -------------- | ------------- |
63-
|x-zero-based-enum|When used on an enum, the index will not be generated and the default numbering will be used. Zero-based.|MODEL|false
64-
6559
## IMPORT MAPPING
6660

6761
| Type/Alias | Imports |

docs/generators/csharp-functions.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
4848
|useDateTimeOffset|Use DateTimeOffset to model date-time properties| |false|
4949
|useNewtonsoft|Uses the Newtonsoft JSON library.| |true|
5050

51-
## SUPPORTED VENDOR EXTENSIONS
52-
53-
| Extension name | Description | Applicable for | Default value |
54-
| -------------- | ----------- | -------------- | ------------- |
55-
|x-zero-based-enum|When used on an enum, the index will not be generated and the default numbering will be used. Zero-based.|MODEL|false
56-
5751
## IMPORT MAPPING
5852

5953
| Type/Alias | Imports |

docs/generators/csharp.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
5757
|validatable|Generates self-validatable models.| |true|
5858
|zeroBasedEnums|Enumerations with string values will start from 0 when true, 1 when false. If not set, enumerations with string values will start from 0 if the first value is 'unknown', case insensitive.| |null|
5959

60-
## SUPPORTED VENDOR EXTENSIONS
61-
62-
| Extension name | Description | Applicable for | Default value |
63-
| -------------- | ----------- | -------------- | ------------- |
64-
|x-zero-based-enum|When used on an enum, the index will not be generated and the default numbering will be used. Zero-based.|MODEL|false
65-
6660
## IMPORT MAPPING
6761

6862
| Type/Alias | Imports |

0 commit comments

Comments
 (0)