Skip to content

Commit ca5ca36

Browse files
committed
[reference] Bootstrapping the reference section.
1 parent b41d629 commit ca5ca36

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed

index.rst

+12
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,18 @@ Dive into Symfony2 with the topical guides:
2828

2929
.. include:: guides/map.rst.inc
3030

31+
Reference Documents
32+
-------------------
33+
34+
Get answers quickly with reference documents:
35+
36+
.. toctree::
37+
:hidden:
38+
39+
reference/index
40+
41+
.. include:: reference/map.rst.inc
42+
3143
Contributing
3244
------------
3345

reference/index.rst

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Reference Documents
2+
===================
3+
4+
Get answers quickly with reference documents:
5+
6+
.. include:: map.rst.inc

reference/map.rst.inc

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
* **Bundle Configuration**:
2+
3+
* :doc:`FrameworkBundle (app.config) <bundle_configuration/FrameworkBundle>` |
4+
* :doc:`DoctrineBundle (doctrine.*) <bundle_configuration/DoctrineBundle>` |
5+
* :doc:`DoctrineMongoDBBundle (doctrine_odm.mongodb) <bundle_configuration/DoctrineMongoDBBundle>` |
6+
* :doc:`SecurityBundle (security.*) </guides/security/config_reference.rst>` |
7+
* :doc:`FrameworkBundle (swiftmailer.config) <bundle_configuration/SwiftMailerBundle>` |
8+
* :doc:`TwigBundle (twig.config) <bundle_configuration/TwigBundle>` |
9+
* :doc:`WebProfilerBundle (webprofiler.config) <bundle_configuration/WebProfilerBundle>` |
10+
* :doc:`ZendBundle (zend.config) <bundle_configuration/ZendBundle>`
11+
12+
* :doc:`/guides/forms/fields/index`
13+
* :doc:`/guides/validator/constraints/index`

0 commit comments

Comments
 (0)