-
Notifications
You must be signed in to change notification settings - Fork 15
/
pagesconfig.json
65 lines (65 loc) · 1.98 KB
/
pagesconfig.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
58
59
60
61
62
63
64
65
{
"groups": [
{
"title": "Tutorials",
"pages": [
{
"title": "Startup",
"source": "./tutorials/01_Startup.md"
},
{
"title": "Navigation",
"source": "./tutorials/02_Navigation.md"
},
{
"title": "Attributes",
"source": "./tutorials/03_Attributes.md"
},
{
"title": "Controls",
"source": "./tutorials/04_Controls.md"
},
{
"title": "Buttons",
"source": "./tutorials/05_Buttons.md"
},
{
"title": "Subgrids",
"source": "./tutorials/06_Subgrids.md"
},
{
"title": "Tabs",
"source": "./tutorials/07_Tabs.md"
},
{
"title": "Sections",
"source": "./tutorials/14_Sections.md"
},
{
"title": "Entity",
"source": "./tutorials/08_Entity.md"
},
{
"title": "Dialogs",
"source": "./tutorials/09_Dialogs.md"
},
{
"title": "DevOps",
"source": "./tutorials/10_DevOps.md"
},
{
"title": "FAQs",
"source": "./tutorials/11_FAQs.md"
},
{
"title": "TestUtils",
"source": "./tutorials/12_TestUtils.md"
},
{
"title": "Troubleshooting",
"source": "./tutorials/13_Troubleshooting.md"
}
]
}
]
}