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 inyaml
format while generation is executed
Example
If you want to use your own yaml
specs file in UI, you should do the following:
- Set
generate_always
tofalse
- Set
format_to_use_for_docs
toyaml
- Store your
yaml
specs file intostorage/api-docs/your-specs.yaml
and setdocs_yaml
toyour-specs.yaml
Full Changelog: 10.0...10.1