From bea8f94683e349ad6508ee6c5de1aaf9be1c3e0f Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Mon, 21 Apr 2014 15:01:41 -0400 Subject: [PATCH] Fixes #3208 --- docs/guide/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/index.md b/docs/guide/index.md index 7a8810b..00c29ca 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -19,10 +19,8 @@ Getting started - [Upgrading from 1.1 to 2.0](upgrade-from-v1.md) - [Installation](installation.md) - How to download Yii and configure the Webserver? - [Configuration](configuration.md) - Configuration of a Yii application - - [Basic Application Template](apps-basic.md) - A template to start a basic frontend application. - [Advanced Application Template](apps-advanced.md) - The basis for more advanced applications. - - [Creating your own Application structure](apps-own.md) - Learn how to start from scratch. Base concepts @@ -83,6 +81,7 @@ Advanced Topics - [Asset Management](assets.md) - [Working with forms](form.md) +- [Implementing RESTful Web Service APIs](rest.md) - [Bootstrap widgets](bootstrap-widgets.md) - Using [twitter bootstrap](http://getbootstrap.com/) - [Theming](theming.md) - [Caching](caching.md) - Caching data, page fragments and http requests @@ -91,6 +90,7 @@ Advanced Topics - [Console Application](console.md) - [Performance Tuning](performance.md) - [Testing](testing.md) +- [Managing Test Fixtures](test-fixture.md) - [Service Locator and Dependency Injection](di.md) References