Releases: diplodoc-platform/openapi-extension
Releases · diplodoc-platform/openapi-extension
v1.4.9
v1.4.8
v1.4.7
v1.4.6
Changelog
- Support array scheme render and example objects.
- New ability to change tag's path: you can define custom path with
tags
section in includer. For example, instead ofdoc.com/complex_tag_name
you can set
tags:
complex_tag_name:
alias: 'complex'
New url will be doc.com/complex
v1.4.5
Changelog
- New leading pages customisation: now there is an ability to pass configuration to includer with information about tag's leading page. You can:
- Remove it with
hidden: true
- Change name with
name: "custom Leading page"
- Change page's content (default is links to subsections) with
path: "path/to/file/relative/to/openapi.yaml"