mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 23:59:26 +03:00
updated readme with information about motd configuration
This commit is contained in:
parent
0eb538083a
commit
80d31da774
@ -227,6 +227,11 @@ input is used, so you can configure their priorities via container tags. Here's
|
|||||||
tags:
|
tags:
|
||||||
- {name: nelmio_api_doc.extractor.parser, priority: 2}
|
- {name: nelmio_api_doc.extractor.parser, priority: 2}
|
||||||
|
|
||||||
|
You can also define your own motd content (above methods list). All you have to do is add to configuration:
|
||||||
|
#app/config/config.yml
|
||||||
|
motd:
|
||||||
|
template: AcmeApiBundle::Components/motd.html.twig
|
||||||
|
|
||||||
## Credits ##
|
## Credits ##
|
||||||
|
|
||||||
The design is heavily inspired by the [swagger-ui](https://github.com/wordnik/swagger-ui) project.
|
The design is heavily inspired by the [swagger-ui](https://github.com/wordnik/swagger-ui) project.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user