From d68d8628faaa0c126fea9dd03fdb5973705aea8b Mon Sep 17 00:00:00 2001 From: Carsten Brandt <mail@cebe.cc> Date: Sat, 18 Oct 2014 18:58:16 +0200 Subject: [PATCH] created stub documentation files for TDB sections to avoid issues about 404 links in the guide --- docs/guide/README.md | 16 ++++++++-------- docs/guide/db-elasticsearch.md | 6 ++++++ docs/guide/db-mongodb.md | 6 ++++++ docs/guide/db-redis.md | 6 ++++++ docs/guide/db-sphinx.md | 6 ++++++ docs/guide/input-multiple-models.md | 6 ++++++ docs/guide/output-pagination.md | 6 ++++++ docs/guide/output-sorting.md | 6 ++++++ docs/guide/security-auth-clients.md | 6 ++++++ docs/guide/security-best-practices.md | 6 ++++++ docs/guide/tool-api-doc.md | 6 ++++++ 11 files changed, 68 insertions(+), 8 deletions(-) create mode 100644 docs/guide/db-elasticsearch.md create mode 100644 docs/guide/db-mongodb.md create mode 100644 docs/guide/db-redis.md create mode 100644 docs/guide/db-sphinx.md create mode 100644 docs/guide/input-multiple-models.md create mode 100644 docs/guide/output-pagination.md create mode 100644 docs/guide/output-sorting.md create mode 100644 docs/guide/security-auth-clients.md create mode 100644 docs/guide/security-best-practices.md create mode 100644 docs/guide/tool-api-doc.md diff --git a/docs/guide/README.md b/docs/guide/README.md index 8b0b6cf..09d7493 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 0000000..a83d6a0 --- /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 0000000..12e1822 --- /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 0000000..0232ff6 --- /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 0000000..87a2afc --- /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 0000000..e2743d6 --- /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 0000000..db8fc61 --- /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 0000000..f92f432 --- /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 0000000..688fa89 --- /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 0000000..3e1c1d4 --- /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 0000000..a9a892e --- /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. -- libgit2 0.27.1