From 80d31da774afb491b2b008209918384bd8f5cb46 Mon Sep 17 00:00:00 2001 From: Patryk Szlagowski Date: Mon, 8 Apr 2013 11:54:09 +0200 Subject: [PATCH] updated readme with information about motd configuration --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1e31c15..60b0e88 100644 --- a/README.md +++ b/README.md @@ -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.