From bd964411e8311fff615d9abb8fe48ebd4cc2574a Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Sun, 17 Mar 2013 12:39:04 +0100 Subject: [PATCH] Remove models/database first tutorials for now --- docs/en/index.rst | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/en/index.rst b/docs/en/index.rst index 21196c57f..e71ea7a43 100644 --- a/docs/en/index.rst +++ b/docs/en/index.rst @@ -25,13 +25,11 @@ of contents `. Getting Started --------------- -* **Setup**: - :doc:`Installation & Configuration ` | - * **Tutorial**: - :doc:`Code First ` | - :doc:`Model First ` | - :doc:`Database First ` + :doc:`Getting Started with Doctrine ` + +* **Setup**: + :doc:`Installation & Configuration ` Mapping Objects onto a Database -------------------------------