DOC Removed link to missing 'extending-the-cms.md'

This commit is contained in:
Stig Lindqvist 2012-12-14 16:15:22 +13:00
parent 244bc97794
commit 681a0241e7

View File

@ -14,7 +14,6 @@ It is where most documentation should live, and is the natural "second step" aft
* [Emails](email): Configuring and sending emails
* [Environment management](environment-management): Sharing configuration details (e.g. database login, passwords) with multiple websites via a `_ss_environment.php` file
* [Error Handling](error-handling): Error messages and filesystem logs
* [Extending the CMS](extending-the-cms): Introduction to changing the default CMS editor
* [Files and Images](files): File and Image management in the database and how to manipulate images
* [Form Validation](form-validation): Built-in validation on form fields, and how to extend it
* [Forms](forms): Create your own form, add fields and create your own form template using the existing `Form` class
@ -29,4 +28,4 @@ It is where most documentation should live, and is the natural "second step" aft
* [Testing](testing): Functional and Unit Testing with PHPUnit and SilverStripe's testing framework
* [Developing Themes](theme-development): Package templates, images and CSS to a reusable theme
* [Widgets](widgets): Small feature blocks which can be placed on a page by the CMS editor, also outlines how to create and add widgets
* [Versioning](versioning): Extension for SiteTree and other classes to store old versions and provide "staging"
* [Versioning](versioning): Extension for SiteTree and other classes to store old versions and provide "staging"