Browse Source

Added more guide sections

tags/2.0.0-beta
Alexander Makarov 12 years ago
parent
commit
5f4b59d024
  1. 6
      docs/guide/bootstrap-widgets.md
  2. 9
      docs/guide/debugger.md
  3. 18
      docs/guide/index.md

6
docs/guide/bootstrap-widgets.md

@ -0,0 +1,6 @@
Twitter Bootstrap widgets
=========================
Overview
--------

9
docs/guide/debugger.md

@ -0,0 +1,9 @@
Debug toolbar and debugger
==========================
Overview
--------
Creating your own panels
------------------------

18
docs/guide/index.md

@ -41,17 +41,33 @@ Security and access control
- [Security](security.md) - [Security](security.md)
- Role based access control - Role based access control
Data providers, lists and grids
===============================
- Overview
- Data providers
- Grids
- Lists
Toolbox Toolbox
======= =======
- [Automatic Code Generation](gii.md) - [Automatic Code Generation](gii.md)
- Debug toolbar - [Debug toolbar and debugger](debugger.md)
- [Error Handling](error.md) - [Error Handling](error.md)
- [Logging](logging.md) - [Logging](logging.md)
Application templates
=====================
- [Basic](application-basic.md)
- [Advanced](application-advanced.md)
- [Creating your own application template](application-own.md)
More More
==== ====
- [Bootstrap widgets](bootstrap-widgets.md)
- [Form](form.md) - [Form](form.md)
- [Model validation reference](validation.md) - [Model validation reference](validation.md)
- [Caching](caching.md) - [Caching](caching.md)

Loading…
Cancel
Save