Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c1ad15d

Browse filesBrowse files
javiereguiluzweaverryan
authored andcommitted
Added a new headline to better structure the documentation
1 parent b16c3a2 commit c1ad15d
Copy full SHA for c1ad15d

File tree

Expand file treeCollapse file tree

1 file changed

+7
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-4
lines changed

‎quick_tour/the_big_picture.rst

Copy file name to clipboardExpand all lines: quick_tour/the_big_picture.rst
+7-4Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.