-
-
Notifications
You must be signed in to change notification settings - Fork 73
/
Copy path.sidebar.json
118 lines (118 loc) · 3.57 KB
/
.sidebar.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
[
{
"title": "Get Started",
"collapsable": false,
"children": [
"get-started/installation-setup",
"get-started/requirements",
"get-started/configuration",
"get-started/troubleshooting",
"get-started/upgrading-from-v2"
]
},
{
"title": "Feature Tour",
"collapsable": false,
"children": [
"feature-tour/forms",
"feature-tour/multi-page-forms",
"feature-tour/fields",
"feature-tour/conditions",
"feature-tour/synced-fields",
"feature-tour/existing-fields",
"feature-tour/submissions",
"feature-tour/email-notifications",
"feature-tour/sent-notifications",
"feature-tour/integrations",
"feature-tour/stencils",
"feature-tour/spam-protection",
"feature-tour/form-templates",
"feature-tour/email-templates",
"feature-tour/data-retention",
"feature-tour/import-export",
"feature-tour/support",
"feature-tour/headless"
]
},
{
"title": "Template Guides",
"collapsable": false,
"children": [
"template-guides/available-variables",
"template-guides/rendering-forms",
"template-guides/rendering-pages",
"template-guides/rendering-fields",
"template-guides/email-templates",
"template-guides/pdf-templates",
"template-guides/cached-forms",
"template-guides/editing-submissions",
"template-guides/populating-forms",
"template-guides/selecting-forms",
"template-guides/relations",
"template-guides/google-tag-manager",
"template-guides/craft-forms"
]
},
{
"title": "Theming",
"collapsable": false,
"children": [
"theming/overview",
"theming/theme-config",
"theming/template-overrides",
"theming/custom-rendering",
"theming/render-options"
]
},
{
"title": "Getting Elements",
"collapsable": false,
"children": [
"getting-elements/form-queries",
"getting-elements/submission-queries"
]
},
{
"title": "Integrations",
"collapsable": false,
"children": [
"integrations/address-providers",
"integrations/captchas",
"integrations/elements",
"integrations/email-marketing",
"integrations/crm",
"integrations/payments",
"integrations/webhooks",
"integrations/miscellaneous"
]
},
{
"title": "Developers",
"collapsable": false,
"children": [
"developers/events",
"developers/hooks",
"developers/form",
"developers/page",
"developers/row",
"developers/field",
"developers/submission",
"developers/notification",
"developers/custom-field",
"developers/custom-integration",
"developers/front-end-css",
"developers/front-end-js",
"developers/javascript-api",
"developers/graphql",
"developers/console-commands"
]
},
{
"title": "Guides",
"collapsable": false,
"children": [
"guides/migrating-from-freeform",
"guides/migrating-from-sprout-forms"
]
}
]