Skip to content

Commit

Permalink
minor #4352 [Best Practices] update best practices index (xabbuh)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed Nov 10, 2014
2 parents 8a93c95 + facea46 commit c9a8dff
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions best_practices/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Official Symfony Best Practices
===============================

.. toctree::
:hidden:

introduction
creating-the-project
Expand All @@ -14,3 +15,5 @@ Official Symfony Best Practices
security
web-assets
tests

.. include:: /best_practices/map.rst.inc
11 changes: 11 additions & 0 deletions best_practices/map.rst.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
* :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`
* :doc:`/best_practices/security`
* :doc:`/best_practices/web-assets`
* :doc:`/best_practices/tests`

0 comments on commit c9a8dff

Please sign in to comment.