From 43c7c0db5883674a289ad36dbcf723893bd512c2 Mon Sep 17 00:00:00 2001 From: Olivier Bacs Date: Mon, 21 Jan 2019 23:50:02 +0000 Subject: [PATCH] Update index.rst To reflect Symfony 4's directory and file hierarchy --- Resources/doc/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/doc/index.rst b/Resources/doc/index.rst index 848b055..2c51dd5 100644 --- a/Resources/doc/index.rst +++ b/Resources/doc/index.rst @@ -55,7 +55,7 @@ Open a command console, enter your project directory and execute the following c .. code-block:: yaml - # app/config/routing.yml + # config/routes.yaml app.swagger_ui: path: /api/doc methods: GET @@ -65,7 +65,7 @@ Open a command console, enter your project directory and execute the following c .. code-block:: yaml - # app/config/routing.yml + # config/routes.yaml app.swagger: path: /api/doc.json methods: GET @@ -77,7 +77,7 @@ Open a command console, enter your project directory and execute the following c .. code-block:: yaml - # app/config/config.yml + # config/packages/nelmio_api_doc.yaml nelmio_api_doc: areas: path_patterns: # an array of regexps