Improves generator docs, adds metadata section (#11262)

* Refactors generator md creation, adds generateMdMetadata

* Removes extra space

* Adds docs updates

* Fixes table definition for metadata

* Docs update

* Docs update

* Updates title, removes sidebar_label because it was not doing anything on pages like https://openapi-generator.tech/docs/generators/android

* Docs updated
This commit is contained in:
Justin Black
2022-01-09 14:10:47 -08:00
committed by GitHub
parent 478219744e
commit d813d04f46
145 changed files with 1567 additions and 375 deletions

View File

@@ -1,8 +1,16 @@
---
title: Config Options for javascript-closure-angular
sidebar_label: javascript-closure-angular
title: Documentation for the javascript-closure-angular Generator
---
## METADATA
| Property | Value | Notes |
| -------- | ----- | ----- |
| generator name | javascript-closure-angular | pass this to the generate command after -g |
| generator type | CLIENT | |
| helpTxt | Generates a Javascript AngularJS client library (beta) annotated with Google Closure Compiler annotations(https://developers.google.com/closure/compiler/docs/js-for-compiler?hl=en) | |
## CONFIG OPTIONS
These options may be applied as additional-properties (cli) or configOptions (plugins). Refer to [configuration docs](https://openapi-generator.tech/docs/configuration) for more details.
| Option | Description | Values | Default |