Skip to content

Commit

Permalink
Removed 'built-in page controls' links from docs
Browse files Browse the repository at this point in the history
See #842, thanks Juanitou!
  • Loading branch information
chillu committed Oct 5, 2012
1 parent 890bac8 commit be13ba3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Please read our [guide to contributing documentation](misc/contributing#writing-

### Level 1: Building your first SilverStripe website

* [Introduction to PHP5 (zend.com)](http://devzone.zend.com/node/view/id/627)
* [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)
Expand Down Expand Up @@ -49,7 +49,6 @@ Please read our [guide to contributing documentation](misc/contributing#writing-
* [Debugging](topics/debugging)
* [Errorhandling](topics/error-handling)
* [Testing Guide](topics/testing/): Framework for automated testing like Unittests
* [Built-in Page Controls](reference/built-in-page-controls)
* [Execution Pipeline](reference/execution-pipeline): Tracking a request from director to template-rendering
* [Recipes/Howtos](howto/)

Expand Down
1 change: 0 additions & 1 deletion docs/en/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Reference articles complement our auto-generated [API docs](http://api.silverstr

* [Advanced templates](advanced-templates): Advanced SilverStripe template syntax
* [BBCode](bbcode): Extensible shortcode syntax
* [Built-in page controls](built-in-page-controls): Explains the template syntax and available variables/placeholders
* [ComplexTableField](complextablefield): Manage records and their relations inside the CMS
* [Database Structure](database-structure): Conventions and best practices for database tables and fields
* [DataObject](dataobject): Base class for database records
Expand Down
3 changes: 2 additions & 1 deletion docs/en/reference/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ If a variable returns a string, that string will be inserted into the template.
the system will attempt to render the object through its forTemplate() method. If the `forTemplate()` method has not been
defined, the system will return an error.

SilverStripe provides lots of properties and methods. For more details on built-in page controls and variables, see http://doc.silverstripe.org/framework/en/reference/built-in-page-controls
SilverStripe provides many additional properties on the `SiteTree` class,
see [Page Type Templates](/topics/page-type-templates) for details.

### Escaping

Expand Down

0 comments on commit be13ba3

Please sign in to comment.