Commit 38098b20 by Qiang Xue

reorganized guide toc [skip ci]

parent d43f1c1b
...@@ -11,17 +11,18 @@ All Rights Reserved. ...@@ -11,17 +11,18 @@ All Rights Reserved.
Introduction Introduction
------------ ------------
* [About Yii](intro-yii.md) - What is Yii and what is it good for? * [About Yii](intro-yii.md)
* [Upgrading from Version 1.1](intro-upgrade-from-v1.md) * [Upgrading from Version 1.1](intro-upgrade-from-v1.md)
Getting Started Getting Started
--------------- ---------------
* **TBD** [Overview](start-overview.md) - Where should you start from? * [Preparing Your Environment](start-environment.md)
* [Starting with Basic App](start-basic.md) - Best for developing a single-tier application by a single person * [Creating Your First Yii Application](start-basic.md)
* [Starting with Advanced App](start-advanced.md) - Best for developing an enterprise application by a team * **TBD** [Application Structure](start-structure.md)
* [Starting from Scratch](start-scratch.md) - Learning more in-depth details of creating a Yii application step-by-step * **TBD** [Request Lifecycle](start-lifecycle.md)
* **TBD** [Next Steps](start-next-steps.md)
Basic Concepts Basic Concepts
...@@ -55,7 +56,6 @@ Basic Structure ...@@ -55,7 +56,6 @@ Basic Structure
Handling Requests Handling Requests
----------------- -----------------
* **TBD** [Request Lifecycle](runtime-lifecycle.md)
* **TBD** [Bootstrapping](runtime-bootstrapping.md) * **TBD** [Bootstrapping](runtime-bootstrapping.md)
* **TBD** [Routing](runtime-routing.md) * **TBD** [Routing](runtime-routing.md)
* **TBD** [Requests](runtime-requests.md) * **TBD** [Requests](runtime-requests.md)
...@@ -164,7 +164,8 @@ Extending Yii ...@@ -164,7 +164,8 @@ Extending Yii
Special Topics Special Topics
-------------- --------------
* [Configuring Web Servers](tutorial-configuring-servers.md) * [Advanced Application Template](tutorial-advanced-app.md)
* [Building Application from Scratch](tutorial-start-from-scratch.md)
* [Console Commands](tutorial-console.md) * [Console Commands](tutorial-console.md)
* [Handling Errors](tutorial-handling-errors.md) * [Handling Errors](tutorial-handling-errors.md)
* [Internationalization](tutorial-i18n.md) * [Internationalization](tutorial-i18n.md)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment