From a76d90682d61dddf718100043462ea340a414d7a Mon Sep 17 00:00:00 2001
From: Philipp Rieber
Date: Thu, 7 Nov 2013 12:37:23 +0100
Subject: [PATCH] [Cookbook] Fix toctree order
---
cookbook/index.rst | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)
diff --git a/cookbook/index.rst b/cookbook/index.rst
index a7d3a45e3d3..2d16f07ad44 100644
--- a/cookbook/index.rst
+++ b/cookbook/index.rst
@@ -4,30 +4,30 @@ The Cookbook
.. toctree::
:hidden:
- workflow/index
- controller/index
- routing/index
assetic/index
- doctrine/index
- form/index
- validation/index
- configuration/index
- service_container/index
- session/index
bundles/index
- email/index
- testing/index
- security/index
cache/index
- templating/index
- logging/index
+ configuration/index
console/index
+ controller/index
debugging
+ deployment-tools
+ doctrine/index
+ email/index
event_dispatcher/index
- request/index
+ form/index
+ logging/index
profiler/index
- web_services/index
+ request/index
+ routing/index
+ security/index
+ service_container/index
+ session/index
symfony1
- deployment-tools
+ templating/index
+ testing/index
+ validation/index
+ web_services/index
+ workflow/index
.. include:: /cookbook/map.rst.inc