diff --git a/docs/en/reference/index.md b/docs/en/reference/index.md index 42d63e81f..f9fa9d162 100644 --- a/docs/en/reference/index.md +++ b/docs/en/reference/index.md @@ -2,18 +2,19 @@ Reference articles complement our auto-generated [API docs](http://api.silverstripe.org) in providing deeper introduction into a specific API. -* [Advanced templates](advanced-templates): Advanced SilverStripe template syntax * [BBCode](bbcode): Extensible shortcode syntax +* [CMS Architecture](cms-architecture): A quick run down to get you started with creating your own data management interface * [ComplexTableField](complextablefield): Manage records and their relations inside the CMS * [GridField](grid-field): The GridField is a flexible form field for creating tables of data. * [Database Structure](database-structure): Conventions and best practices for database tables and fields -* [DataObject](dataobject): Base class for database records * [DataExtension](dataextension): A "mixin" system allowing to extend core classes +* [DataObject](dataobject): Base class for database records * [Director](director): Routes URLs and handles HTTP requests * [Execution Pipeline](execution-pipeline): Detailed look on the way an HTTP request takes through the system * [Form Field Types](form-field-types): Highlevel overview of field classes +* [GridField](grid-field): The GridField is a flexible form field for creating tables of data. * [Image](image): Represents an image object in templates and PHP code -* [LeftAndMain](leftandmain): Base class for the CMS interface +* [Injector](injector): The [api:Injector] class is the central manager of inter-class dependencies in the SilverStripe Framework * [Member](member): The "user" object forms the base for our security/permission moel * [ModelAdmin](modeladmin): Manage arbitrary data in a simple CRUD (create/read/update/delete) interface * [Partial Caching](partial-caching): Cache complex parts of templates for better performance @@ -29,5 +30,8 @@ Reference articles complement our auto-generated [API docs](http://api.silverstr * [StaticPublisher](staticpublisher): Export a page tree as static HTML for better performance and portability * [TableField](tablefield): Add and edit records with inline edits in this form field * [TableListField](tablelistfield): View and delete records in the CMS +* [Templates Formal Syntax](templates-formal-syntax): Maximum level of detail of how the template engine works +* [Templates Upgrading Guide](templates-upgrading-guide): Differences between SilverStripe 2 and SilverStripe 3 template language +* [Templates](templates): Introduction to SilverStripe templates * [Typography](typography): CSS file to enable WYSIWYG previews in the CMS -* [urlvariabletools](urlvariabletools): Debug and maintenance switches \ No newline at end of file +* [urlvariabletools](urlvariabletools): Debug and maintenance switches