Skip to content

Commit 6b28050

Browse files
committed
Make index more equal to the sidebar nav
1 parent 3918ee8 commit 6b28050

File tree

2 files changed

+22
-25
lines changed

2 files changed

+22
-25
lines changed

bundles.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,13 @@ create and validate forms, create translations for your application, write
172172
tests and much more. Each of these has their own place and role within the
173173
bundle.
174174

175+
Learn More
176+
----------
177+
178+
.. toctree::
179+
:maxdepth: 1
180+
:glob:
181+
182+
bundles/*
183+
175184
_`third-party bundles`: http://knpbundles.com

index.rst

Lines changed: 13 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@ Symfony Documentation
66
.. toctree::
77
:hidden:
88

9-
bundles/index
109
changelog
11-
page_creation
12-
introduction/from_flat_php_to_symfony2
13-
introduction/symfony1
14-
web_services/index
1510

1611
Quick Tour
1712
----------
@@ -35,51 +30,44 @@ Getting Started
3530
:maxdepth: 1
3631

3732
setup
38-
http_fundamentals
33+
page_creation
3934
routing
4035
controller
4136
templating
37+
configuration
4238

4339
Topics
4440
------
4541

4642
.. toctree::
4743
:maxdepth: 1
4844

45+
assetic
4946
bundles
5047
console
51-
debug
5248
doctrine
49+
debug
50+
deployment
5351
email
5452
event_dispatcher
53+
expressions
5554
forms
55+
frontend
5656
http_cache
5757
logging
58+
performance
59+
profiler
60+
request
5861
routing
5962
security
63+
session
64+
setup
6065
serializer
6166
service_container
6267
testing
6368
translation
6469
validation
65-
66-
Advanced Topics
67-
---------------
68-
69-
.. toctree::
70-
:maxdepth: 1
71-
72-
assetic
73-
bundles
74-
configuration
75-
deployment
76-
expressions
77-
frontend
78-
performance
79-
profiler
80-
request
81-
session
82-
setup
70+
web_services/index
8371

8472
Best Practices
8573
--------------

0 commit comments

Comments
 (0)