-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexample.json
57 lines (57 loc) · 1.42 KB
/
example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"id": "b8e14c34-6f48-4f74-aca4-12313131313131",
"title": "My Site",
"author": "haxtheweb",
"description": "A series of related material to teach you about the structure of content.",
"license": "by-sa",
"metadata": {
"author": {},
"site": {
"name": "mysite",
"lang": "en",
"created": "1422799200"
},
"theme": {
"element": "clean-one",
"path": "@haxtheweb/clean-one/clean-one.js",
"name": "Clean one"
}
},
"items": [
{
"id": "item-1",
"indent": "1",
"location": "path/to/file/contents.html",
"slug": "outline",
"order": "0",
"parent": null,
"title": "Outline",
"description": "A description at a glance of this item potentially",
"metadata": {
"icon": "icons:view-quilt"
}
},
{
"id": "item-2",
"indent": "2",
"location": "introduction.html",
"slug": "introduction",
"order": "0",
"parent": "item-1",
"title": "Introduction to outlines",
"description": "A description at a glance of this item potentially",
"metadata": {}
},
{
"id": "item-3",
"indent": "2",
"location": "files/a-2nd-page-item.html",
"slug": "a-2nd-page-item",
"order": "1",
"parent": "item-1",
"title": "An item in an outline",
"description": "A description at a glance of this item potentially",
"metadata": {}
}
]
}