Skip to content

Commit ec13feb

Browse files
committed
plug changes according to comments
1 parent 243c0d1 commit ec13feb

12 files changed

+190
-192
lines changed

cookbook/bundles/extension.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,10 @@ The second method has several specific advantages:
8989
supported configuration settings for which backward compatibility will
9090
be maintained.
9191

92-
For other usages of the parameter ``%`` syntax see :doc:`Configuration </cookbook/configuration>`.
92+
.. seealso::
93+
94+
For other usages of the parameter ``%`` syntax see
95+
:doc:`Using Configuration Parameters </cookbook/using_configuration_parameters>`.
9396

9497
.. index::
9598
single: Bundle; Extension

cookbook/configuration.rst

Lines changed: 0 additions & 182 deletions
This file was deleted.

cookbook/configuration/apache_router.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. index::
2-
single: Apache Router
2+
single: Apache Router
33

44
How to use the Apache Router
55
============================

cookbook/configuration/environments.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. index::
2-
single: Environments
2+
single: Environments
33

44
How to Master and Create new Environments
55
=========================================

cookbook/configuration/external_parameters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. index::
2-
single: Environments; External parameters
2+
single: Environments; External parameters
33

44
How to Set External Parameters in the Service Container
55
=======================================================

cookbook/configuration/front_controllers_and_kernel.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. index::
2-
single: How front controller, ``AppKernel`` and environments
3-
work together
2+
single: How front controller, ``AppKernel`` and environments
3+
work together
44

55
Understanding how the Front Controller, Kernel and Environments work together
66
=============================================================================

cookbook/configuration/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Configuration
66

77
environments
88
override_dir_structure
9+
using_configuration_parameters
910
front_controllers_and_kernel
1011
external_parameters
1112
pdo_session_storage

cookbook/configuration/override_dir_structure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. index::
2-
single: Override Symfony
2+
single: Override Symfony
33

44
How to override Symfony's Default Directory Structure
55
=====================================================

cookbook/configuration/pdo_session_storage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. index::
2-
single: Session; Database Storage
2+
single: Session; Database Storage
33

44
How to use PdoSessionHandler to store Sessions in the Database
55
==============================================================

0 commit comments

Comments
 (0)