Skip to content

Commit

Permalink
update best practices index
Browse files Browse the repository at this point in the history
This way, the table of contents on the index page has only one level
like every other index in the documentation.
  • Loading branch information
xabbuh committed Nov 7, 2014
1 parent 2c190ed commit facea46
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 facea46

Please sign in to comment.