diff --git a/docs/guide/README.md b/docs/guide/README.md index 8b0b6cfa0a..09d7493391 100644 --- a/docs/guide/README.md +++ b/docs/guide/README.md @@ -177,14 +177,14 @@ Special Topics Widgets ------- -* GridView: link to demo page -* ListView: link to demo page -* DetailView: link to demo page -* ActiveForm: link to demo page -* Pjax: link to demo page -* Menu: link to demo page -* LinkPager: link to demo page -* LinkSorter: link to demo page +* GridView: **TBD** link to demo page +* ListView: **TBD** link to demo page +* DetailView: **TBD** link to demo page +* ActiveForm: **TBD** link to demo page +* Pjax: **TBD** link to demo page +* Menu: **TBD** link to demo page +* LinkPager: **TBD** link to demo page +* LinkSorter: **TBD** link to demo page * [Bootstrap Widgets](widget-bootstrap.md) * [Jquery UI Widgets](widget-jui.md) diff --git a/docs/guide/db-elasticsearch.md b/docs/guide/db-elasticsearch.md new file mode 100644 index 0000000000..a83d6a0c36 --- /dev/null +++ b/docs/guide/db-elasticsearch.md @@ -0,0 +1,6 @@ +Elasticsearch +============= + +> Note: This section is under development. +> +> It has no content yet. diff --git a/docs/guide/db-mongodb.md b/docs/guide/db-mongodb.md new file mode 100644 index 0000000000..12e18229a1 --- /dev/null +++ b/docs/guide/db-mongodb.md @@ -0,0 +1,6 @@ +Mongo DB +======== + +> Note: This section is under development. +> +> It has no content yet. diff --git a/docs/guide/db-redis.md b/docs/guide/db-redis.md new file mode 100644 index 0000000000..0232ff69c4 --- /dev/null +++ b/docs/guide/db-redis.md @@ -0,0 +1,6 @@ +Redis +===== + +> Note: This section is under development. +> +> It has no content yet. diff --git a/docs/guide/db-sphinx.md b/docs/guide/db-sphinx.md new file mode 100644 index 0000000000..87a2afc946 --- /dev/null +++ b/docs/guide/db-sphinx.md @@ -0,0 +1,6 @@ +Sphinx Search +============= + +> Note: This section is under development. +> +> It has no content yet. diff --git a/docs/guide/input-multiple-models.md b/docs/guide/input-multiple-models.md new file mode 100644 index 0000000000..e2743d6e67 --- /dev/null +++ b/docs/guide/input-multiple-models.md @@ -0,0 +1,6 @@ +Complex Forms with Multiple Models +================================== + +> Note: This section is under development. +> +> It has no content yet. diff --git a/docs/guide/output-pagination.md b/docs/guide/output-pagination.md new file mode 100644 index 0000000000..db8fc6165b --- /dev/null +++ b/docs/guide/output-pagination.md @@ -0,0 +1,6 @@ +Pagination +========== + +> Note: This section is under development. +> +> It has no content yet. diff --git a/docs/guide/output-sorting.md b/docs/guide/output-sorting.md new file mode 100644 index 0000000000..f92f4325c5 --- /dev/null +++ b/docs/guide/output-sorting.md @@ -0,0 +1,6 @@ +Sorting +======= + +> Note: This section is under development. +> +> It has no content yet. diff --git a/docs/guide/security-auth-clients.md b/docs/guide/security-auth-clients.md new file mode 100644 index 0000000000..688fa89708 --- /dev/null +++ b/docs/guide/security-auth-clients.md @@ -0,0 +1,6 @@ +Auth Clients +============ + +> Note: This section is under development. +> +> It has no content yet. diff --git a/docs/guide/security-best-practices.md b/docs/guide/security-best-practices.md new file mode 100644 index 0000000000..3e1c1d4581 --- /dev/null +++ b/docs/guide/security-best-practices.md @@ -0,0 +1,6 @@ +Security best practice +====================== + +> Note: This section is under development. +> +> It has no content yet. diff --git a/docs/guide/tool-api-doc.md b/docs/guide/tool-api-doc.md new file mode 100644 index 0000000000..a9a892ed9f --- /dev/null +++ b/docs/guide/tool-api-doc.md @@ -0,0 +1,6 @@ +Generating Api Documentation +============================ + +> Note: This section is under development. +> +> It has no content yet.