-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsidebars.js
170 lines (166 loc) · 4.68 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
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
module.exports = {
someSidebar: [
{
"Getting started": [
"getting-started/welcome",
"getting-started/install"
],
},
"settings/setting-management",
"integration-action/integration-action",
"conditional-logic",
{
Trigger: [
"triggers/affiliate",
"triggers/amelia",
"triggers/arform",
"triggers/beaver-builder",
"triggers/bit-assist",
"triggers/breakdance",
"triggers/bricks",
"triggers/brizy",
"triggers/buddyboss",
"triggers/cart-flow",
"triggers/contact-form7",
"triggers/divi",
"triggers/easy-digital-downloads",
"triggers/eform",
"triggers/elementor-form",
"triggers/everest-forms",
"triggers/fluent-crm",
"triggers/fluent-form",
"triggers/fluent-support",
"triggers/formcraft",
"triggers/formidable-forms",
"triggers/forminator",
"triggers/gamipress",
"triggers/givewp",
"triggers/gravity-forms",
"triggers/groundhogg",
"triggers/happy-forms",
"triggers/jetformbuilder",
"triggers/kadence-blocks-form",
"triggers/kali-forms",
"triggers/learndash",
"triggers/lifter-lms",
"triggers/mb-frontend-submission",
"triggers/memberpress",
"triggers/met-form",
"triggers/ninja-forms",
"triggers/paid-membership-pro",
"triggers/piotnet-addon-for-elementor",
"triggers/piotnet-forms",
"triggers/rafflepress",
"triggers/restrict-content",
"triggers/slicewp",
"triggers/solid-affiliate",
"triggers/studiocart",
"triggers/surecart",
"triggers/tripetto",
"triggers/tutor-lms",
"triggers/user-registration",
"triggers/we-form",
"triggers/webhook",
"triggers/woocommerce",
"triggers/wp-courseware",
"triggers/wpforms",
"triggers/wp-post",
"triggers/wsform",
"triggers/wp-funnels",
],
},
{
Actions: [
"actions/activecampaign",
"actions/acumbamail",
"actions/airtable",
"actions/autonami",
"actions/benchmark",
"actions/bitform",
"actions/brevo",
"actions/buddyboss",
"actions/clickup",
"actions/constantcontact",
"actions/convertkit",
"actions/custom-action",
"actions/directiq",
"actions/dropbox",
"actions/elastic-email",
"actions/email",
"actions/emailoctopus",
"actions/encharge",
"actions/fluent-support",
"actions/fluentcrm",
"actions/freshdesk",
"actions/freshsales",
"actions/gamipress",
"actions/get-response",
"actions/getgist",
"actions/givewp",
"actions/google-contacts",
"actions/google-calendar",
"actions/google-drive",
"actions/google-sheet",
"actions/groundhogg",
"actions/hubspot",
"actions/keap",
"actions/kirimemail",
"actions/klaviyo",
"actions/konnectzit",
"actions/learndash",
"actions/mailmint",
"actions/mailbluster",
"actions/mailchimp",
"actions/mailercloud",
"actions/mailerlite",
"actions/mailjet",
"actions/mailpoet",
"actions/mailrelay",
"actions/mailup",
"actions/mautic",
"actions/memberpress",
"actions/moosend",
"actions/omni-send",
"actions/onedrive",
"actions/paid-membership-pro",
"actions/pcloud",
"actions/pipedrive",
"actions/pods",
"actions/post-creation",
"actions/rapidmail",
"actions/registration",
"actions/restrict-content",
"actions/salesforce",
"actions/selzy",
"actions/sendfox",
"actions/sendgrid",
"actions/sendy",
"actions/slack",
"actions/slicewp",
"actions/surecart",
"actions/telegram",
"actions/trello",
"actions/tutor-lms",
"actions/twilio",
"actions/vbout",
"actions/webhooks",
"actions/whatsapp",
"actions/wishlist",
"actions/woocommerce",
"actions/wp-courseware",
"actions/zohocrm",
"actions/zoho-desk",
"actions/zoho-flow",
"actions/zohorecruit",
"actions/zohobigin",
"actions/zohocampaign",
"actions/zohomarketinghub",
"actions/zoom-meeting",
"actions/zoom-webinar",
],
},
"changelog/overview",
"bit-integration-feature-request"
],
changelog: ["changelog/overview", "changelog/prooverview"],
};