Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c9a8dff

Browse filesBrowse 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
Copy full SHA for c9a8dff

File tree

Expand file treeCollapse file tree

2 files changed

+14
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+14
-0
lines changed

‎best_practices/index.rst

Copy file name to clipboardExpand all lines: best_practices/index.rst
+3Lines changed: 3 additions & 0 deletions
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

‎best_practices/map.rst.inc

Copy file name to clipboard
+11Lines changed: 11 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.