mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-02 21:36:14 +03:00
updated readme with information about motd configuration
This commit is contained in:
parent
0eb538083a
commit
80d31da774
1 changed files with 5 additions and 0 deletions
|
@ -227,6 +227,11 @@ input is used, so you can configure their priorities via container tags. Here's
|
|||
tags:
|
||||
- {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 ##
|
||||
|
||||
The design is heavily inspired by the [swagger-ui](https://github.com/wordnik/swagger-ui) project.
|
||||
|
|
Loading…
Add table
Reference in a new issue