From cf2164ae03266387a028ba8362f04c6b1f405755 Mon Sep 17 00:00:00 2001 From: Stefan Hagspiel Date: Sun, 23 Jun 2019 19:03:13 +0200 Subject: [PATCH] add some docs --- docs/0_ExampleSetup.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/0_ExampleSetup.md b/docs/0_ExampleSetup.md index 5249722..2456739 100644 --- a/docs/0_ExampleSetup.md +++ b/docs/0_ExampleSetup.md @@ -1,7 +1,6 @@ # Example Setup ### composer.json - ```json "require" : { "dachcom-digital/dynamic-search": "~0.1.0", @@ -11,8 +10,13 @@ } ``` -### app/config/config.yml +### app/config/routing.yml +```yaml +dynamic_search_frontend: + resource: '@DynamicSearchBundle/Resources/config/pimcore/routing/frontend_routing.yml' +``` +### app/config/config.yml ```yaml dynamic_search: