8000 Added a new headline to better structure the documentation · symfony/symfony-docs@c1ad15d · GitHub
[go: up one dir, main page]

Skip to content

Commit c1ad15d

Browse files
javiereguiluzweaverryan
authored andcommitted
Added a new headline to better structure the documentation
1 parent b16c3a2 commit c1ad15d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

quick_tour/the_big_picture.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -322,10 +322,13 @@ environment.
322322

323323
.. _quick-tour-big-picture-environments-intro:
324324

325-
So what *is* an environment? An :term:`Environment` represents a group of
326-
configuration that's used to run your application. Symfony2 defines by default
327-
two environments: ``dev`` (suited for when developing the application locally)
328-
and ``prod`` (optimized for when executing the application on production).
325+
What *is* an environment?
326+
~~~~~~~~~~~~~~~~~~~~~~~~~
327+
328+
An :term:`Environment` represents a group of configuration that's used to run
329+
your application. Symfony2 defines by default two environments: ``dev``
330+
(suited for when developing the application locally) and ``prod`` (optimized
331+
for when executing the application on production).
329332

330333
Typically, the environments share a large amount of configuration options. For
331334
that reason, you put your common configuration in ``config.yml`` and override

0 commit comments

Comments
 (0)
0