updated readme with information about motd configuration

This commit is contained in:
Patryk Szlagowski 2013-04-08 11:54:09 +02:00
parent 0eb538083a
commit 80d31da774

View File

@ -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.