mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-06 09:16:09 +00:00
[markdown] Fix broken links when generating markdown (#5569)
* [markdown] Fix broken links when generating markdown The `api.mustache` file generates links to the markdown model files. These links were previously brokeen. Additionally, the defaultPackage for markdown is "/Models", so this looked pretty in the heading for model files. So this prefix has been stripped from the header in `model.mustache`. * Re-generate Petstore samples for markdown
This commit is contained in:
committed by
GitHub
parent
b1aecaded0
commit
de2753dfc7
@@ -1,4 +1,4 @@
|
||||
# ./Models.User
|
||||
# User
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
|
||||
Reference in New Issue
Block a user