[markdown] New Markdown Generator (#4811)

* [markdown] New Generator

* [docs] Update to avoid conflict with new markdown generator
This commit is contained in:
Jim Schubert
2019-12-18 22:16:20 -05:00
committed by William Cheng
parent e6e919fe98
commit b62d68ac5a
20 changed files with 964 additions and 26 deletions

View File

@@ -0,0 +1,14 @@
# ./Models.Order
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | [**Long**](long.md) | | [optional] [default to null]
**petId** | [**Long**](long.md) | | [optional] [default to null]
**quantity** | [**Integer**](integer.md) | | [optional] [default to null]
**shipDate** | [**Date**](DateTime.md) | | [optional] [default to null]
**status** | [**String**](string.md) | Order Status | [optional] [default to null]
**complete** | [**Boolean**](boolean.md) | | [optional] [default to false]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)