From facea46d9dfbf5d56b008806572d89e181b40305 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Mon, 20 Oct 2014 20:40:22 +0200 Subject: [PATCH] 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. --- best_practices/index.rst | 3 +++ best_practices/map.rst.inc | 11 +++++++++++ 2 files changed, 14 insertions(+) create mode 100644 best_practices/map.rst.inc diff --git a/best_practices/index.rst b/best_practices/index.rst index e6e712f5852..8df4abb1364 100644 --- a/best_practices/index.rst +++ b/best_practices/index.rst @@ -2,6 +2,7 @@ Official Symfony Best Practices =============================== .. toctree:: + :hidden: introduction creating-the-project @@ -14,3 +15,5 @@ Official Symfony Best Practices security web-assets tests + +.. include:: /best_practices/map.rst.inc diff --git a/best_practices/map.rst.inc b/best_practices/map.rst.inc new file mode 100644 index 00000000000..f9dfd0c3e9d --- /dev/null +++ b/best_practices/map.rst.inc @@ -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`