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

cookbook/index.rst

Lines changed: 21 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -4,88 +4,28 @@ The Cookbook
44
.. toctree::
55
:hidden:
66

7-
workflow/new_project_git
8-
workflow/new_project_svn
9-
10-
controller/error_pages
11-
controller/service
12-
13-
routing/scheme
14-
routing/slash_in_parameter
15-
16-
assetic/asset_management
17-
assetic/yuicompressor
18-
assetic/jpeg_optimize
19-
assetic/apply_to_option
20-
21-
doctrine/file_uploads
22-
doctrine/common_extensions
23-
doctrine/event_listeners_subscribers
24-
doctrine/reverse_engineering
25-
doctrine/dbal
26-
doctrine/multiple_entity_managers
27-
doctrine/custom_dql_functions
28-
29-
form/form_customization
30-
form/data_transformers
31-
form/dynamic_form_generation
32-
form/form_collections
33-
form/create_custom_field_type
34-
validation/custom_constraint
35-
36-
configuration/environments
37-
configuration/external_parameters
38-
service_container/factories
39-
service_container/parentservices
40-
service_container/scopes
41-
service_container/tags
42-
configuration/pdo_session_storage
43-
44-
bundles/best_practices
45-
bundles/inheritance
46-
bundles/override
47-
bundles/extension
48-
49-
email/email
50-
email/gmail
51-
email/dev_environment
52-
email/spool
53-
54-
testing/http_authentication
55-
testing/insulating_clients
56-
testing/profiling
57-
testing/doctrine
58-
59-
security/remember_me
60-
security/voters
61-
security/acl
62-
security/acl_advanced
63-
security/force_https
64-
security/form_login
65-
security/securing_services
66-
security/entity_provider
67-
security/custom_provider
68-
security/custom_authentication_provider
69-
70-
cache/varnish
71-
72-
templating/global_variables
73-
templating/PHP
74-
templating/twig_extension
75-
76-
logging/monolog
77-
logging/monolog_email
78-
79-
console/console_command
7+
workflow/index
8+
controller/index
9+
routing/index
10+
assetic/index
11+
doctrine/index
12+
form/index
13+
validation/index
14+
configuration/index
15+
service_container/index
16+
bundles/index
17+
email/index
18+
testing/index
19+
security/index
20+
cache/index
21+
templating/index
22+
logging/index
23+
console/index
8024
debugging
81-
82-
event_dispatcher/class_extension
83-
event_dispatcher/method_behavior
84-
request/mime_type
85-
profiler/data_collector
86-
87-
web_services/php_soap_extension
88-
25+
event_dispatcher/index
26+
request/index
27+
profiler/index
28+
web_services/index
8929
symfony1
9030

9131
.. include:: /cookbook/map.rst.inc

cookbook/logging/index.rst

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

cookbook/profiler/index.rst

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

cookbook/request/index.rst

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

cookbook/routing/index.rst

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

cookbook/security/index.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Security
2+
========
3+
4+
.. toctree::
5+
:maxdepth: 2
6+
7+
entity_provider
8+
remember_me
9+
voters
10+
acl
11+
acl_advanced
12+
force_https
13+
form_login
14+
securing_services
15+
custom_provider
16+
custom_authentication_provider

cookbook/service_container/index.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Service Container
2+
=================
3+
4+
.. toctree::
5+
:maxdepth: 2
6+
7+
factories
8+
parentservices
9+
scopes
10+
tags

cookbook/templating/index.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Templating
2+
==========
3+
4+
.. toctree::
5+
:maxdepth: 2
6+
7+
global_variables
8+
PHP
9+
twig_extension

cookbook/testing/index.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Testing
2+
=======
3+
4+
.. toctree::
5+
:maxdepth: 2
6+
7+
http_authentication
8+
insulating_clients
9+
profiling
10+
doctrine

cookbook/validation/index.rst

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

cookbook/web_services/index.rst

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

cookbook/workflow/index.rst

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

0 commit comments

Comments
 (0)