Iniital docusaurus based site

This commit is contained in:
Jim Schubert
2018-12-28 16:53:24 -05:00
parent 7595baef00
commit 6aeb534242
175 changed files with 10841 additions and 5025 deletions

View File

@@ -1,22 +1,15 @@
CONFIG OPTIONS for javascript-closure-angular
---
id: generator-opts-client-javascript-closure-angular
title: Config Options for javascript-closure-angular
sidebar_label: javascript-closure-angular
---
sortParamsByRequiredFlag
Sort method arguments to place required parameters before optional parameters. (Default: true)
ensureUniqueParams
Whether to ensure parameter names are unique in an operation (rename parameters that are not). (Default: true)
allowUnicodeIdentifiers
boolean, toggles whether unicode identifiers are allowed in names or not, default is false (Default: false)
prependFormOrBodyParameters
Add form or body parameters to the beginning of the parameter list. (Default: false)
hideGenerationTimestamp
Hides the generation timestamp when files are generated. (Default: true)
useEs6
use ES6 templates (Default: false)
Back to the [generators list](README.md)
| 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|
|hideGenerationTimestamp|Hides the generation timestamp when files are generated.| |true|
|useEs6|use ES6 templates| |false|