File tree 3 files changed +31
-0
lines changed
3 files changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,18 @@ Dive into Symfony2 with the topical guides:
28
28
29
29
.. include :: guides/map.rst.inc
30
30
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
+
31
43
Contributing
32
44
------------
33
45
Original file line number Diff line number Diff line change
1
+ Reference Documents
2
+ ===================
3
+
4
+ Get answers quickly with reference documents:
5
+
6
+ .. include :: map.rst.inc
Original file line number Diff line number Diff line change
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`
You can’t perform that action at this time.
0 commit comments