Update docs/en/reference/index.md

GridField line included twice
This commit is contained in:
Antony Thorpe 2014-11-27 08:06:00 +13:00
parent a8ae5cc55b
commit 9a7686c8b9

View File

@ -5,7 +5,6 @@ Reference articles complement our auto-generated [API docs](http://api.silverstr
* [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
* [DataExtension](dataextension): A "mixin" system allowing to extend core classes
* [DataObject](dataobject): Base class for database records