Skip to content

Commit c11bcc1

Browse files
Making the cookbook contents page more consistent
1 parent c8e1d56 commit c11bcc1

File tree

2 files changed

+18
-16
lines changed

2 files changed

+18
-16
lines changed

cookbook/deployment-tools.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. index::
22
single: Deployment
33

4-
Deploying a Symfony2 Application
5-
================================
4+
How to deploy a Symfony2 application
5+
====================================
66

77
.. note::
88

@@ -176,4 +176,4 @@ Platform as a Service Providers:
176176
.. _`bundles that add deployment features`: http://knpbundles.com/search?q=deploy
177177
.. _`Symfony IRC channel`: http://webchat.freenode.net/?channels=symfony
178178
.. _`Memcached`: http://memcached.org/
179-
.. _`Redis`: http://redis.io/
179+
.. _`Redis`: http://redis.io/

cookbook/map.rst.inc

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* :doc:`/cookbook/configuration/pdo_session_storage`
2525
* :doc:`/cookbook/configuration/apache_router`
2626

27-
* **Console Commands**
27+
* :doc:`/cookbook/console/index`
2828

2929
* :doc:`/cookbook/console/console_command`
3030
* :doc:`/cookbook/console/usage`
@@ -39,6 +39,10 @@
3939

4040
* :doc:`/cookbook/debugging`
4141

42+
* **Deployment**
43+
44+
* :doc:`/cookbook/deployment-tools`
45+
4246
* :doc:`/cookbook/doctrine/index`
4347

4448
* :doc:`/cookbook/doctrine/file_uploads`
@@ -96,16 +100,6 @@
96100
* :doc:`/cookbook/routing/redirect_in_config`
97101
* :doc:`/cookbook/routing/method_parameters`
98102

99-
* **symfony1**
100-
101-
* :doc:`/cookbook/symfony1`
102-
103-
* :doc:`/cookbook/service_container/index`
104-
105-
* :doc:`/cookbook/service_container/event_listener`
106-
* :doc:`/cookbook/service_container/scopes`
107-
* :doc:`/cookbook/service_container/compiler_passes`
108-
109103
* :doc:`/cookbook/security/index`
110104

111105
* :doc:`/cookbook/security/entity_provider`
@@ -119,6 +113,16 @@
119113
* :doc:`/cookbook/security/custom_provider`
120114
* :doc:`/cookbook/security/custom_authentication_provider`
121115

116+
* :doc:`/cookbook/service_container/index`
117+
118+
* :doc:`/cookbook/service_container/event_listener`
119+
* :doc:`/cookbook/service_container/scopes`
120+
* :doc:`/cookbook/service_container/compiler_passes`
121+
122+
* **symfony1**
123+
124+
* :doc:`/cookbook/symfony1`
125+
122126
* :doc:`/cookbook/templating/index`
123127

124128
* :doc:`/cookbook/templating/global_variables`
@@ -145,5 +149,3 @@
145149

146150
* :doc:`/cookbook/workflow/new_project_git`
147151
* :doc:`/cookbook/workflow/new_project_svn`
148-
149-
* :doc:`/cookbook/deployment-tools`

0 commit comments

Comments
 (0)