Skip to content

Commit 7893658

Browse files
committed
update best practices index
This way, the table of contents on the index page has only one level like every other index in the documentation.
1 parent c8f96c0 commit 7893658

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

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:: map.rst.inc

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)