Skip to content

10.1

Compare
Choose a tag to compare
@DarkaOnLine DarkaOnLine released this 11 May 05:17
· 3 commits to master since this release
5db6551

What's Changed

New config:

  • docs_yaml - allows specify yaml file name from which UI can read specification or generate to
  • format_to_use_for_docs - allows to specify which docs file to use for spec
  • generate_yaml_copy - allows generate a copy of documentation in yaml 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 to false
  • Set format_to_use_for_docs to yaml
  • Store your yaml specs file into storage/api-docs/your-specs.yaml and set docs_yaml to your-specs.yaml

Full Changelog: 10.0...10.1