Skip to content

Commit

Permalink
more structure for doc index
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Jul 3, 2013
1 parent 8b8b6e5 commit a8a7c43
Showing 1 changed file with 22 additions and 8 deletions.
30 changes: 22 additions & 8 deletions docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,38 @@ Database
- [ActiveRecord](active-record.md)
- [Database Migration](migration.md)

Extensions
==========

- [Extending Yii](extension.md)
- [Using template engines](template.md)

Security and access control
===========================

- [Authentication](authentication.md)
- [Authorization](authorization.md)
- [Security](security.md)
- Role based access control

Toolbox
=======

- [Automatic Code Generation](gii.md)
- Debug toolbar
- [Error Handling](error.md)
- [Logging](logging.md)

More
====

- [Form](form.md)
- [Model validation reference](validation.md)
- [Caching](caching.md)
- [Internationalization](i18n.md)
- [Extending Yii](extension.md)
- [Authentication](authentication.md)
- [Authorization](authorization.md)
- [Logging](logging.md)
- [URL Management](url.md)
- [Theming](theming.md)
- [Error Handling](error.md)
- [Using template engines](template.md)
- [Console Application](console.md)
- [Security](security.md)
- [Performance Tuning](performance.md)
- [Testing](testing.md)
- [Automatic Code Generation](gii.md)
- [Upgrading from 1.1 to 2.0](upgrade-from-v1.md)

0 comments on commit a8a7c43

Please sign in to comment.