zfcampus / zf-apigility-documentation

BSD 3-Clause "New" or "Revised" License
12 stars 34 forks source link

Add Markdown support in descriptions + sort services #35

Closed bgaillard closed 8 years ago

bgaillard commented 9 years ago

Fix for issue #34

I also tried to do the same in zf-apigility-documentation but their at too much css styles overwritings in swagger to make it work without too much modifications.

Please note that this add a new View Helper agTransformDescription($description), if this pull request is accespted the documentation (https://apigility.org/documentation/api-doc/customize) should be updated too.

This view helper could be customized to support several formats if needed.

Fix for issue #36

Simply call to ksort.

simonbaudry commented 9 years ago

:+1:

weierophinney commented 8 years ago

Awesome new feature; thanks, @bgaillard !

Merged to develop for release with 1.2.0.

bgaillard commented 8 years ago

:+1: @weierophinney ok great thanks for the merge :-)