Skip to content

Commit 6892e96

Browse files
committed
added missing index files for the cookbook
1 parent b33fe21 commit 6892e96

File tree

22 files changed

+212
-81
lines changed

22 files changed

+212
-81
lines changed

cookbook/assetic/index.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Assetic
2+
=======
3+
4+
.. toctree::
5+
:maxdepth: 2
6+
7+
asset_management
8+
yuicompressor
9+
jpeg_optimize
10+
apply_to_option

cookbook/bundles/index.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Bundles
2+
=======
3+
4+
.. toctree::
5+
:maxdepth: 2
6+
7+
best_practices
8+
inheritance
9+
override
10+
extension

cookbook/cache/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Cache
2+
=====
3+
4+
.. toctree::
5+
:maxdepth: 2
6+
7+
varnish

cookbook/configuration/index.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Configuration
2+
=============
3+
4+
.. toctree::
5+
:maxdepth: 2
6+
7+
environments
8+
external_parameters
9+
pdo_session_storage

cookbook/console/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Console
2+
=======
3+
4+
.. toctree::
5+
:maxdepth: 2
6+
7+
console_command

cookbook/controller/index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Controller
2+
==========
3+
4+
.. toctree::
5+
:maxdepth: 2
6+
7+
error_pages
8+
service

cookbook/doctrine/index.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Doctrine
2+
========
3+
4+
.. toctree::
5+
:maxdepth: 2
6+
7+
file_uploads
8+
common_extensions
9+
event_listeners_subscribers
10+
dbal
11+
reverse_engineering
12+
multiple_entity_managers
13+
custom_dql_functions

cookbook/email/index.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Email
2+
=====
3+
4+
.. toctree::
5+
:maxdepth: 2
6+
7+
email
8+
gmail
9+
dev_environment
10+
spool

cookbook/event_dispatcher/index.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Event Dispatcher
2+
================
3+
4+
.. toctree::
5+
:maxdepth: 2
6+
7+
class_extension
8+
method_behavior
9+

cookbook/form/index.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Form
2+
====
3+
4+
.. toctree::
5+
:maxdepth: 2
6+
7+
form_customization
8+
data_transformers
9+
dynamic_form_generation
10+
form_collections
11+
create_custom_field_type

0 commit comments

Comments
 (0)