10.1
What's Changed
- Add yaml support by @DarkaOnLine in #131
New config:
docs_yaml- allows specify yaml file name from which UI can read specification or generate toformat_to_use_for_docs- allows to specify which docs file to use for specgenerate_yaml_copy- allows generate a copy of documentation inyamlformat while generation is executed
Example
If you want to use your own yaml specs file in UI, you should do the following:
- Set
generate_alwaystofalse - Set
format_to_use_for_docstoyaml - Store your
yamlspecs file intostorage/api-docs/your-specs.yamland setdocs_yamltoyour-specs.yaml
Full Changelog: 10.0...10.1