Skip to content

Commit 22c5935

Browse files
tballastTyler Ballastverdantgrow
authored
Add whitespace to SDK documentation where necessary (#8919)
* Add a space between table title and the line above it to resolve issues when translating markdown to asciidoc * Regenerate Samples Co-authored-by: Tyler Ballast <[email protected]> Co-authored-by: tballast <[email protected]>
1 parent fe76d80 commit 22c5935

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.generator/templates/api_doc.mustache

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Method | HTTP request | Description
3838
{{/authMethods}}
3939
{{/hasAuthMethods}}
4040
{{> api_doc_example }}
41+
4142
### Parameters
4243
{{^allParams}}This endpoint does not need any parameter.{{/allParams}}{{#allParams}}{{#-last}}
4344
Name | Type | Description | Notes
@@ -61,6 +62,7 @@ Name | Type | Description | Notes
6162
- **Accept**: {{#produces}}{{{mediaType}}}{{^-last}}, {{/-last}}{{/produces}}{{^produces}}Not defined{{/produces}}
6263

6364
{{#responses.0}}
65+
6466
### HTTP response details
6567
| Status code | Description | Response headers |
6668
|-------------|-------------|------------------|

.generator/templates/model_doc.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
{{#description}}{{&description}}
44
{{/description}}
5+
56
## Properties
67
Name | Type | Description | Notes
78
------------ | ------------- | ------------- | -------------

0 commit comments

Comments
 (0)