We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8f96c0 commit 7893658Copy full SHA for 7893658
best_practices/index.rst
@@ -2,6 +2,7 @@ Official Symfony Best Practices
2
===============================
3
4
.. toctree::
5
+ :hidden:
6
7
introduction
8
creating-the-project
@@ -14,3 +15,5 @@ Official Symfony Best Practices
14
15
security
16
web-assets
17
tests
18
+
19
+.. include:: map.rst.inc
best_practices/map.rst.inc
@@ -0,0 +1,11 @@
1
+* :doc:`/best_practices/introduction`
+* :doc:`/best_practices/creating-the-project`
+* :doc:`/best_practices/configuration`
+* :doc:`/best_practices/business-logic`
+* :doc:`/best_practices/controllers`
+* :doc:`/best_practices/templates`
+* :doc:`/best_practices/forms`
+* :doc:`/best_practices/i18n`
9
+* :doc:`/best_practices/security`
10
+* :doc:`/best_practices/web-assets`
11
+* :doc:`/best_practices/tests`
0 commit comments