Add Getting Started to the Top Menu.
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/293c1059 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/293c1059 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/293c1059 Branch: refs/heads/0.5.0 Commit: 293c10591abd6049b98f2c1f76aa16a8aa772ccc Parents: c443f15 Author: David Toy <[email protected]> Authored: Thu Apr 18 19:47:10 2013 +0100 Committer: David Toy <[email protected]> Committed: Mon Apr 22 12:52:47 2013 +0100 ---------------------------------------------------------------------- docs/toc-menu.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/293c1059/docs/toc-menu.json ---------------------------------------------------------------------- diff --git a/docs/toc-menu.json b/docs/toc-menu.json index 7d621a8..824bbbe 100644 --- a/docs/toc-menu.json +++ b/docs/toc-menu.json @@ -3,9 +3,11 @@ "file": "{{ site.url }}/index.html" }, { "title": "Download", "file": "{{ site.url }}/start/download.html" }, +{ "title": "Getting Started", + "file": "{{ site.url }}/use/guide/quickstart/index.html" }, { "title": "Walkthrough", "file": "{{ site.url }}/start/walkthrough/index.html" }, -{ "title": "Guide", +{ "title": "User Guide", "file": "{{ site.url }}/use/guide/index.html", "children": {% readj ./use/guide/toc.json %} }, { "title": "Examples",
