From c88ddef477f7581e4c2134242021481e8d995885 Mon Sep 17 00:00:00 2001 From: Uncle Cheese Date: Fri, 13 Feb 2015 00:41:29 +1300 Subject: [PATCH] add new lessons 9, 10 remove tutorials from home page --- docs/en/01_Tutorials/index.md | 7 ++++++- docs/en/index.md | 1 - 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/en/01_Tutorials/index.md b/docs/en/01_Tutorials/index.md index daa53cc5b..c2b4be94e 100644 --- a/docs/en/01_Tutorials/index.md +++ b/docs/en/01_Tutorials/index.md @@ -2,7 +2,10 @@ title: Tutorials introduction: The tutorials below take a step by step look at how to build a SilverStripe application. ## Written Tutorials - +
+These tutorials are deprecated, and have been replaced by the new [Lessons](http://silverstripe.org/learn/lessons) section. +
+[CHIDLREN] ## Video lessons These include video screencasts, written tutorials and code examples to get you started working with SilverStripe websites. @@ -15,6 +18,8 @@ These include video screencasts, written tutorials and code examples to get you * [Lesson 6: Adding Custom Fields to a Page](http://www.silverstripe.org/learn/lessons/lesson-6-adding-custom-fields-to-a-page/) * [Lesson 7: Working with Files and Images](http://www.silverstripe.org/learn/lessons/lesson-7-working-with-files-and-images/) * [Lesson 8: Introduction to the ORM](http://www.silverstripe.org/learn/lessons/lesson-8-introduction-to-the-orm) +* [Lesson 9: Data Relationships - $has_many](http://www.silverstripe.org/learn/lessons/lesson-9-working-with-data-relationships-has-many) +* [Lesson 10: Introduction to the ORM](http://www.silverstripe.org/learn/lessons/lesson-10-working-with-data-relationships-many-many) ## Help: If you get stuck diff --git a/docs/en/index.md b/docs/en/index.md index 20c777d41..b72d3add5 100644 --- a/docs/en/index.md +++ b/docs/en/index.md @@ -33,7 +33,6 @@ SilverStripe. Make sure you know the basic concepts of PHP5 before attempting to follow the tutorials. If you have not programmed with PHP5 be sure to read the [Introduction to PHP5 (zend.com)](http://devzone.zend.com/6/php-101--php-for-the-absolute-beginner). -[CHILDREN Folder=01_Tutorials] ## SilverStripe Concepts