From 5f4b59d0242fa682a93d0b02feea5a4463335b2b Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Tue, 13 Aug 2013 14:28:05 +0400 Subject: [PATCH] Added more guide sections --- docs/guide/bootstrap-widgets.md | 6 ++++++ docs/guide/debugger.md | 9 +++++++++ docs/guide/index.md | 18 +++++++++++++++++- 3 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 docs/guide/bootstrap-widgets.md create mode 100644 docs/guide/debugger.md diff --git a/docs/guide/bootstrap-widgets.md b/docs/guide/bootstrap-widgets.md new file mode 100644 index 0000000..006c70e --- /dev/null +++ b/docs/guide/bootstrap-widgets.md @@ -0,0 +1,6 @@ +Twitter Bootstrap widgets +========================= + +Overview +-------- + diff --git a/docs/guide/debugger.md b/docs/guide/debugger.md new file mode 100644 index 0000000..0ece793 --- /dev/null +++ b/docs/guide/debugger.md @@ -0,0 +1,9 @@ +Debug toolbar and debugger +========================== + +Overview +-------- + +Creating your own panels +------------------------ + diff --git a/docs/guide/index.md b/docs/guide/index.md index 707b281..cdc810a 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -41,17 +41,33 @@ Security and access control - [Security](security.md) - Role based access control +Data providers, lists and grids +=============================== + +- Overview +- Data providers +- Grids +- Lists + Toolbox ======= - [Automatic Code Generation](gii.md) -- Debug toolbar +- [Debug toolbar and debugger](debugger.md) - [Error Handling](error.md) - [Logging](logging.md) +Application templates +===================== + +- [Basic](application-basic.md) +- [Advanced](application-advanced.md) +- [Creating your own application template](application-own.md) + More ==== +- [Bootstrap widgets](bootstrap-widgets.md) - [Form](form.md) - [Model validation reference](validation.md) - [Caching](caching.md)