Add examples link to nosql-cassandra Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/7e4e7aff Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/7e4e7aff Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/7e4e7aff
Branch: refs/heads/0.6.0 Commit: 7e4e7aff9776a81db3c436fc94f70930d103a36f Parents: 7384a0a Author: Aled Sage <[email protected]> Authored: Mon Oct 21 14:01:48 2013 +0100 Committer: Aled Sage <[email protected]> Committed: Mon Oct 21 14:01:48 2013 +0100 ---------------------------------------------------------------------- docs/use/examples/toc.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/7e4e7aff/docs/use/examples/toc.json ---------------------------------------------------------------------- diff --git a/docs/use/examples/toc.json b/docs/use/examples/toc.json index 92f3208..2f36c50 100644 --- a/docs/use/examples/toc.json +++ b/docs/use/examples/toc.json @@ -6,5 +6,8 @@ { "title": "Whirr Hadoop Cluster", "file": "{{ site.url }}/use/examples/whirrhadoop/index.html" }, { "title": "Publish-Subscribe Messaging", - "file": "{{ site.url }}/use/examples/messaging/index.html" } + "file": "{{ site.url }}/use/examples/messaging/index.html" }, +{ "title": "Cassandra Cluster", + "file": "{{ site.url }}/use/examples/nosql-cassandra/index.html" } + ]
