forked from brooklyncentral/brooklyncentral.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtoc.json
More file actions
21 lines (21 loc) · 650 Bytes
/
toc.json
File metadata and controls
21 lines (21 loc) · 650 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[
{ "title": "Start",
"file": "{{ site.url }}/start/index.html",
"exclude": true,
"children": {% readj /start/toc.json %} },
{ "title": "Using brooklyn",
"file": "{{ site.url }}/use/index.html",
"children": {% readj /use/toc.json %} },
{ "title": "Contributing",
"file": "{{ site.url }}/dev/code/index.html",
"exclude": true,
"children": {% readj /dev/toc.json %} },
{ "title": "License",
"file": "{{ site.url }}/license/index.html",
"exclude": true,
"children": {% readj /license/toc.json %} },
{ "title": "Meta",
"file": "{{ site.url }}/meta/versions.html",
"exclude": true,
"children": {% readj /meta/toc.json %} }
]