mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
DOCS 3.0 : eliminate hard coded numbers in toturial labels & links
This commit is contained in:
parent
01255c109b
commit
7a2b5a796b
@ -18,11 +18,11 @@ Please read our [guide to contributing documentation](misc/contributing/document
|
||||
|
||||
* [Introduction to PHP5 (zend.com)](http://devzone.zend.com/6/php-101--php-for-the-absolute-beginner)
|
||||
* [Tutorials](tutorials)
|
||||
* [1. Building a basic site](tutorials/1-building-a-basic-site)
|
||||
* [2. Extending a basic site](tutorials/2-extending-a-basic-site)
|
||||
* [3. Forms](tutorials/3-forms)
|
||||
* [4. Site Search](tutorials/4-site-search)
|
||||
* [5. Relationships](tutorials/5-dataobject-relationship-management)
|
||||
* [Building a basic site](tutorials/building-a-basic-site)
|
||||
* [Extending a basic site](tutorials/extending-a-basic-site)
|
||||
* [Forms](tutorials/forms)
|
||||
* [Site Search](tutorials/site-search)
|
||||
* [Relationships](tutorials/dataobject-relationship-management)
|
||||
* [Common Problems](installation/common-problems)
|
||||
|
||||
### Level 2: SilverStripe fundamentals
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Written Tutorials
|
||||
|
||||
* [Tutorial 1: Building a basic site](building-a-basic-site): An introduction to building a site with
|
||||
* [Building a basic site](building-a-basic-site): An introduction to building a site with
|
||||
SilverStripe.
|
||||
* [Tutorial 2: Extending a basic site](extending-a-basic-site): A tutorial that builds on "Building a basic
|
||||
* [Extending a basic site](extending-a-basic-site): A tutorial that builds on "Building a basic
|
||||
site".
|
||||
* [Tutorial 3: Forms](forms): An introduction to forms in SilverStripe.
|
||||
* [Tutorial 4: Site Search](site-search): Learn how to add search to your site.
|
||||
* [Tutorial 5: Dataobject Relationship Management](dataobject-relationship-management): Learn how to create
|
||||
* [Forms](forms): An introduction to forms in SilverStripe.
|
||||
* [Site Search](site-search): Learn how to add search to your site.
|
||||
* [Dataobject Relationship Management](dataobject-relationship-management): Learn how to create
|
||||
simple data relationships.
|
||||
|
||||
# Video tutorials
|
||||
|
Loading…
Reference in New Issue
Block a user