-
Notifications
You must be signed in to change notification settings - Fork 2
/
sidebars.js
54 lines (53 loc) · 1 KB
/
sidebars.js
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
module.exports = {
docs: [
{
type: 'doc',
id: 'overview',
label: "Overview"
},
{
type: 'category',
label: "Configuration",
items: ['configuration/4d-settings',
'configuration/license-usage'
],
},
{
type: 'category',
label: 'Designing a webform',
items: ['design-webforms/create-webform',
'design-webforms/components',
'design-webforms/styling',
'design-webforms/datasources',
'design-webforms/events/events'
],
},
{
type: 'doc',
id: 'rendering',
label: "Rendering a webform"
},
{
type: 'doc',
id: 'coding-and-debugging',
label: "Coding and debugging"
},
],
apiSidebar: [
{
type: 'doc',
id: 'API/web-event',
label: "Web Event"
},
{
type: 'doc',
id: 'API/WebFormClass',
label: "WebForm"
},
{
type: 'doc',
id: 'API/WebFormItemClass',
label: "WebFormItem"
}
],
};