Skip to content

Commit b33fe21

Browse files
committed
added missing indexes for some components
1 parent fdd532c commit b33fe21

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Dependency Injection
2+
====================
3+
4+
.. toctree::
5+
:maxdepth: 2
6+
7+
introduction

components/event_dispatcher/index.rst

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

components/http_foundation/index.rst

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

components/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ The Components
88
console
99
css_selector
1010
dom_crawler
11-
dependency_injection/introduction
12-
event_dispatcher/introduction
11+
dependency_injection/index
12+
event_dispatcher/index
1313
finder
14-
http_foundation/introduction
14+
http_foundation/index
1515
locale
1616
process
1717
routing

0 commit comments

Comments
 (0)