forked from enketo/enketo
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.json
48 lines (48 loc) · 1.11 KB
/
index.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
{
"00-getting-started": {
"title": "Getting started"
},
"10-configure": {
"title": "Configure",
"children": {
"12-ordinals": {
"title": "Repeats & Ordinals"
}
}
},
"20-update": {
"title": "Update"
},
"30-develop": {
"title": "Develop",
"children": {
"32-api": {
"title": "API"
},
"34-custom-widgets": {
"title": "Custom widgets"
},
"36-theming": {
"title": "Custom themes"
},
"38-iframe-postmessage": {
"title": "Messages from iframed forms"
},
"40-translate": {
"title": "Translation workflow (for devs)"
}
}
},
"60-authentication-and-security": {
"title": "Authentication and Security"
},
"70-browser-support": {
"title": "Browser support"
},
"80-comments": {
"title": "Comment Feature"
},
"90-duplicates": {
"title": "Duplicate Bug"
}
}