forked from loafle/openapi-generator-original
Fix python generated markdown documentation for Jekyll (#10111)
* Fix python generated markdown documentation * Generated `build the project` and upate sample scripts
This commit is contained in:
@@ -17,6 +17,7 @@ Use custom server
|
||||
|
||||
### Example
|
||||
|
||||
|
||||
```python
|
||||
import time
|
||||
import dynamic_servers
|
||||
@@ -62,6 +63,7 @@ No authorization required
|
||||
|
||||
|
||||
### HTTP response details
|
||||
|
||||
| Status code | Description | Response headers |
|
||||
|-------------|-------------|------------------|
|
||||
**200** | successful operation | - |
|
||||
@@ -77,6 +79,7 @@ Use default server
|
||||
|
||||
### Example
|
||||
|
||||
|
||||
```python
|
||||
import time
|
||||
import dynamic_servers
|
||||
@@ -122,6 +125,7 @@ No authorization required
|
||||
|
||||
|
||||
### HTTP response details
|
||||
|
||||
| Status code | Description | Response headers |
|
||||
|-------------|-------------|------------------|
|
||||
**200** | successful operation | - |
|
||||
|
||||
Reference in New Issue
Block a user