blob: cc10ebf04a5f526811784faa39e74e708886307c [file] [log] [blame]
[
{ "title": "The Code",
"file": "{{ site.url }}/dev/code/index.html",
"exclude": true,
"children": {% readj ./code/toc.json %} },
{ "title": "Build and Test",
"file": "{{ site.url }}/dev/build/index.html",
"exclude": true,
"children": {% readj ./build/toc.json %} },
{ "title": "Tips and Tricks",
"file": "{{ site.url }}/dev/tips/index.html",
"exclude": true,
"children": {% readj ./tips/toc.json %} },
{ "title": "Wishlist",
"file": "{{ site.url }}/dev/wishlist.html" },
{ "title": "Links",
"file": "{{ site.url }}/dev/links.html",
"children": [
{ "title": "Github repo",
"file": "https://github.com/brooklyncentral/" },
{ "title": "Github issues",
"file": "https://github.com/brooklyncentral/brooklyn/issues" },
{ "title": "Maven snapshots",
"file": "http://ccweb.cloudsoftcorp.com/maven/libs-snapshot-local/io/brooklyn/" }
] },
{ "title": "How to Contribute",
"file": "{{ site.url }}/dev/how-to-contrib.html" }
]