You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix bug in MARKDOWN view for servers (displaying twice the description instead of description and url).
Fix bug happening when a path item includes properties that are not of kind operation item (Neoteroi/mkdocs-plugins#5).
Add support for handling parameters defined on path items (common parameters for all operation under a certain path).
Refer to the Path Item specification.
Fix bug happening when a parameter has a non-str name property.