Skip to content

Commit 918aad8

Browse files
Added some missing index entries
1 parent fccf571 commit 918aad8

26 files changed

+75
-5
lines changed

book/stable_api.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. index::
2+
single: Stable API
3+
14
The Symfony2 Stable API
25
=======================
36

components/dependency_injection/compilation.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
Compiling the Container
1+
.. index::
2+
single: Dependency Injection; Compilation
3+
4+
Compiling the Container
25
=======================
36

47
The service container can be compiled for various reasons. These reasons

components/yaml.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. index::
2+
single: Yaml
3+
14
The YAML Component
25
==================
36

cookbook/bundles/best_practices.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. index::
2-
single: Bundles; Best Practices
2+
single: Bundle; Best Practices
33

44
Bundle Structure and Best Practices
55
===================================

cookbook/configuration/environments.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. index::
2-
single: Environments;
2+
single: Environments
33

44
How to Master and Create new Environments
55
=========================================

cookbook/controller/error_pages.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. index::
2+
single: Controller; Customize error pages
3+
single: Error pages
4+
15
How to customize Error Pages
26
============================
37

cookbook/doctrine/common_extensions.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. index::
2+
single: Doctrine; Common extensions
3+
14
Doctrine Extensions: Timestampable, Sluggable, Translatable, etc.
25
=================================================================
36

cookbook/doctrine/custom_dql_functions.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. index::
2+
single: Doctrine; Custom DQL functions
3+
14
Registering Custom DQL Functions
25
================================
36

cookbook/doctrine/event_listeners_subscribers.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. index::
2+
single: Doctrine; Event listeners and subscribers
3+
14
.. _doctrine-event-config:
25

36
Registering Event Listeners and Subscribers

cookbook/doctrine/file_uploads.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. index::
2+
single: Doctrine; File uploads
3+
4+
15
How to handle File Uploads with Doctrine
26
========================================
37

0 commit comments

Comments
 (0)