@@ -59,6 +59,7 @@ will typically want to keep this close at hand.
59
59
60
60
.. toctree ::
61
61
:maxdepth: 1
62
+ :numbered:
62
63
63
64
book/installation
64
65
book/simplecms
@@ -74,51 +75,7 @@ Looking for some in depth information about a CMF Bundle? Want to know if you
74
75
can use a bundle independently and how to do it? In this case the bundles
75
76
section is the right place for you!
76
77
77
- Key Bundles
78
- ~~~~~~~~~~~
79
-
80
- Most of the Symfony CMF bundles provide some functionality, they integrate a
81
- library or they introduce a complete new concept.
82
-
83
- .. toctree ::
84
- :maxdepth: 1
85
-
86
- bundles/block/index
87
- bundles/core/index
88
- bundles/create/index
89
- bundles/media/index
90
- bundles/menu/index
91
- bundles/routing/index
92
- bundles/routing_auto
93
- bundles/search/index
94
- bundles/tree_browser/index
95
-
96
- Showcase Bundles
97
- ~~~~~~~~~~~~~~~~
98
-
99
- Other bundles provide an example on how to use these key bundles. They all
100
- show a different way of implementing a concept. You can use these bundles in
101
- your project, but you can also get ideas from these bundles to create your own
102
- bundle based on the key bundles.
103
-
104
- .. toctree ::
105
- :maxdepth: 1
106
-
107
- bundles/blog
108
- bundles/content/index
109
- bundles/simple_cms/index
110
-
111
- Contributed Bundles
112
- ~~~~~~~~~~~~~~~~~~~
113
-
114
- Besides that, the Symfony CMF team also maintains some 3th party bundles which
115
- help with integrating PHPCR concepts into the Symfony Framework.
116
-
117
- .. toctree ::
118
- :maxdepth: 1
119
-
120
- bundles/doctrine_phpcr_admin
121
- bundles/phpcr_odm
78
+ :doc: `Browse the bundles <bundles/index >`
122
79
123
80
Components
124
81
----------
@@ -127,16 +84,7 @@ The Symfony CMF believes in a concept where bundles integrate library
127
84
(components) into the framework. The components can be used in any PHP
128
85
project, even when they are not using Symfony.
129
86
130
- .. toctree ::
131
- :maxdepth: 1
132
-
133
- components/routing/introduction
134
- components/testing
135
-
136
- .. note ::
137
-
138
- The Testing component is a bit strange, as it can only be used with the
139
- symfony framework. There are plans to change this in the feature.
87
+ :doc: `Browse the components <components/index >`
140
88
141
89
Reference
142
90
---------
@@ -145,50 +93,21 @@ Ever wondered what configuration options you have available to you in files
145
93
such as ``app/config/config.yml ``? In this section, all available
146
94
configuration is broken down per bundle.
147
95
148
- .. toctree ::
149
- :maxdepth: 1
150
-
151
- reference/configuration/block
152
- reference/configuration/content
153
- reference/configuration/core
154
- reference/configuration/create
155
- reference/configuration/media
156
- reference/configuration/menu
157
- reference/configuration/routing
158
- reference/configuration/search
159
- reference/configuration/simple_cms
160
- reference/configuration/tree_browser
96
+ :doc: `Browse the reference <reference/index >`
161
97
162
98
Cookbook
163
99
--------
164
100
165
101
The cookbook consist of articles about advanced concepts of the Symfony CMF.
166
102
167
- .. toctree ::
168
- :maxdepth: 1
169
-
170
- cookbook/create_new_project_phpcr_odm
171
- cookbook/create_basic_cms_auto_routing
172
- cookbook/creating_cms_using_cmf_and_sonata
173
- cookbook/database/choosing_storage_layer
174
- cookbook/editions/cmf_core
175
- cookbook/editions/cmf_sandbox
176
- cookbook/handling_multilang_documents
177
- cookbook/installing_configuring_doctrine_phpcr_odm
178
- cookbook/using_blockbundle_and_contentbundle
103
+ :doc: `Browse the cookbook <cookbook/index >`
179
104
180
105
Contributing
181
106
------------
182
107
183
108
Do you want to contribute to the Symfony CMF? Start reading these articles!
184
109
185
- .. toctree ::
186
- :maxdepth: 1
187
-
188
- contributing/code
189
- contributing/bundles
190
- contributing/releases
191
- contributing/license
110
+ :doc: `Browse the contributing guide <cookbook/index >`
192
111
193
112
.. _`decoupled CMS` : http://decoupledcms.org
194
113
.. _`Symfony2` : http://symfony.com
0 commit comments