Skip to content

Commit c9a8dff

Browse files
committed
minor #4352 [Best Practices] update best practices index (xabbuh)
This PR was merged into the 2.3 branch. Discussion ---------- [Best Practices] update best practices index | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | This way, the table of contents on the index page has only one level like every other index in the documentation. Commits ------- facea46 update best practices index
2 parents 8a93c95 + facea46 commit c9a8dff

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

Diff for: best_practices/index.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Official Symfony Best Practices
22
===============================
33

44
.. toctree::
5+
:hidden:
56

67
introduction
78
creating-the-project
@@ -14,3 +15,5 @@ Official Symfony Best Practices
1415
security
1516
web-assets
1617
tests
18+
19+
.. include:: /best_practices/map.rst.inc

Diff for: best_practices/map.rst.inc

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
* :doc:`/best_practices/introduction`
2+
* :doc:`/best_practices/creating-the-project`
3+
* :doc:`/best_practices/configuration`
4+
* :doc:`/best_practices/business-logic`
5+
* :doc:`/best_practices/controllers`
6+
* :doc:`/best_practices/templates`
7+
* :doc:`/best_practices/forms`
8+
* :doc:`/best_practices/i18n`
9+
* :doc:`/best_practices/security`
10+
* :doc:`/best_practices/web-assets`
11+
* :doc:`/best_practices/tests`

0 commit comments

Comments
 (0)