Skip to content

Commit b11ee34

Browse files
committed
refactor(docs): use human-readable names for trigger section headings
Trigger IDs are internal identifiers; users scan by name. Switch from ### `trigger_id` to ### Trigger Name for cleaner sidebar navigation and better readability.
1 parent 9f07102 commit b11ee34

40 files changed

Lines changed: 219 additions & 219 deletions

apps/docs/content/docs/en/triggers/airtable.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Airtable provides 1 trigger for automating workflows based on events.
1414

1515
## Triggers
1616

17-
### `airtable_webhook`
17+
### Airtable Webhook
1818

1919
Trigger workflow from Airtable record changes like create, update, and delete events (requires Airtable credentials)
2020

apps/docs/content/docs/en/triggers/ashby.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Ashby provides 6 triggers for automating workflows based on events.
1414

1515
## Triggers
1616

17-
### `ashby_application_submit`
17+
### Ashby Application Submitted
1818

1919
Trigger workflow when a new application is submitted
2020

@@ -28,7 +28,7 @@ Trigger workflow when a new application is submitted
2828

2929
---
3030

31-
### `ashby_candidate_delete`
31+
### Ashby Candidate Deleted
3232

3333
Trigger workflow when a candidate is deleted
3434

@@ -42,7 +42,7 @@ Trigger workflow when a candidate is deleted
4242

4343
---
4444

45-
### `ashby_candidate_hire`
45+
### Ashby Candidate Hired
4646

4747
Trigger workflow when a candidate is hired
4848

@@ -56,7 +56,7 @@ Trigger workflow when a candidate is hired
5656

5757
---
5858

59-
### `ashby_candidate_stage_change`
59+
### Ashby Candidate Stage Change
6060

6161
Trigger workflow when a candidate changes interview stages
6262

@@ -70,7 +70,7 @@ Trigger workflow when a candidate changes interview stages
7070

7171
---
7272

73-
### `ashby_job_create`
73+
### Ashby Job Created
7474

7575
Trigger workflow when a new job is created
7676

@@ -84,7 +84,7 @@ Trigger workflow when a new job is created
8484

8585
---
8686

87-
### `ashby_offer_create`
87+
### Ashby Offer Created
8888

8989
Trigger workflow when a new offer is created
9090

apps/docs/content/docs/en/triggers/attio.mdx

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Attio provides 22 triggers for automating workflows based on events.
1414

1515
## Triggers
1616

17-
### `attio_comment_created`
17+
### Attio Comment Created
1818

1919
Trigger workflow when a new comment is created in Attio
2020

@@ -34,7 +34,7 @@ Trigger workflow when a new comment is created in Attio
3434

3535
---
3636

37-
### `attio_comment_deleted`
37+
### Attio Comment Deleted
3838

3939
Trigger workflow when a comment is deleted in Attio
4040

@@ -54,7 +54,7 @@ Trigger workflow when a comment is deleted in Attio
5454

5555
---
5656

57-
### `attio_comment_resolved`
57+
### Attio Comment Resolved
5858

5959
Trigger workflow when a comment thread is resolved in Attio
6060

@@ -74,7 +74,7 @@ Trigger workflow when a comment thread is resolved in Attio
7474

7575
---
7676

77-
### `attio_comment_unresolved`
77+
### Attio Comment Unresolved
7878

7979
Trigger workflow when a comment thread is unresolved in Attio
8080

@@ -94,7 +94,7 @@ Trigger workflow when a comment thread is unresolved in Attio
9494

9595
---
9696

97-
### `attio_list_created`
97+
### Attio List Created
9898

9999
Trigger workflow when a list is created in Attio
100100

@@ -109,7 +109,7 @@ Trigger workflow when a list is created in Attio
109109

110110
---
111111

112-
### `attio_list_deleted`
112+
### Attio List Deleted
113113

114114
Trigger workflow when a list is deleted in Attio
115115

@@ -124,7 +124,7 @@ Trigger workflow when a list is deleted in Attio
124124

125125
---
126126

127-
### `attio_list_entry_created`
127+
### Attio List Entry Created
128128

129129
Trigger workflow when a new list entry is created in Attio
130130

@@ -140,7 +140,7 @@ Trigger workflow when a new list entry is created in Attio
140140

141141
---
142142

143-
### `attio_list_entry_deleted`
143+
### Attio List Entry Deleted
144144

145145
Trigger workflow when a list entry is deleted in Attio
146146

@@ -156,7 +156,7 @@ Trigger workflow when a list entry is deleted in Attio
156156

157157
---
158158

159-
### `attio_list_entry_updated`
159+
### Attio List Entry Updated
160160

161161
Trigger workflow when a list entry is updated in Attio
162162

@@ -173,7 +173,7 @@ Trigger workflow when a list entry is updated in Attio
173173

174174
---
175175

176-
### `attio_list_updated`
176+
### Attio List Updated
177177

178178
Trigger workflow when a list is updated in Attio
179179

@@ -188,7 +188,7 @@ Trigger workflow when a list is updated in Attio
188188

189189
---
190190

191-
### `attio_note_created`
191+
### Attio Note Created
192192

193193
Trigger workflow when a new note is created in Attio
194194

@@ -205,7 +205,7 @@ Trigger workflow when a new note is created in Attio
205205

206206
---
207207

208-
### `attio_note_deleted`
208+
### Attio Note Deleted
209209

210210
Trigger workflow when a note is deleted in Attio
211211

@@ -222,7 +222,7 @@ Trigger workflow when a note is deleted in Attio
222222

223223
---
224224

225-
### `attio_note_updated`
225+
### Attio Note Updated
226226

227227
Trigger workflow when a note is updated in Attio
228228

@@ -239,7 +239,7 @@ Trigger workflow when a note is updated in Attio
239239

240240
---
241241

242-
### `attio_record_created`
242+
### Attio Record Created
243243

244244
Trigger workflow when a new record is created in Attio
245245

@@ -255,7 +255,7 @@ Trigger workflow when a new record is created in Attio
255255

256256
---
257257

258-
### `attio_record_deleted`
258+
### Attio Record Deleted
259259

260260
Trigger workflow when a record is deleted in Attio
261261

@@ -271,7 +271,7 @@ Trigger workflow when a record is deleted in Attio
271271

272272
---
273273

274-
### `attio_record_merged`
274+
### Attio Record Merged
275275

276276
Trigger workflow when two records are merged in Attio
277277

@@ -289,7 +289,7 @@ Trigger workflow when two records are merged in Attio
289289

290290
---
291291

292-
### `attio_record_updated`
292+
### Attio Record Updated
293293

294294
Trigger workflow when a record is updated in Attio
295295

@@ -306,7 +306,7 @@ Trigger workflow when a record is updated in Attio
306306

307307
---
308308

309-
### `attio_task_created`
309+
### Attio Task Created
310310

311311
Trigger workflow when a new task is created in Attio
312312

@@ -321,7 +321,7 @@ Trigger workflow when a new task is created in Attio
321321

322322
---
323323

324-
### `attio_task_deleted`
324+
### Attio Task Deleted
325325

326326
Trigger workflow when a task is deleted in Attio
327327

@@ -336,7 +336,7 @@ Trigger workflow when a task is deleted in Attio
336336

337337
---
338338

339-
### `attio_task_updated`
339+
### Attio Task Updated
340340

341341
Trigger workflow when a task is updated in Attio
342342

@@ -351,7 +351,7 @@ Trigger workflow when a task is updated in Attio
351351

352352
---
353353

354-
### `attio_webhook`
354+
### Attio Webhook (All Events)
355355

356356
Trigger workflow on any Attio webhook event
357357

@@ -367,7 +367,7 @@ Trigger workflow on any Attio webhook event
367367

368368
---
369369

370-
### `attio_workspace_member_created`
370+
### Attio Workspace Member Created
371371

372372
Trigger workflow when a new member is added to the Attio workspace
373373

apps/docs/content/docs/en/triggers/calcom.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Cal.com provides 9 triggers for automating workflows based on events.
1414

1515
## Triggers
1616

17-
### `calcom_booking_cancelled`
17+
### CalCom Booking Cancelled
1818

1919
Trigger workflow when a booking is cancelled in Cal.com
2020

@@ -29,7 +29,7 @@ Trigger workflow when a booking is cancelled in Cal.com
2929

3030
---
3131

32-
### `calcom_booking_created`
32+
### CalCom Booking Created
3333

3434
Trigger workflow when a new booking is created in Cal.com
3535

@@ -44,7 +44,7 @@ Trigger workflow when a new booking is created in Cal.com
4444

4545
---
4646

47-
### `calcom_booking_paid`
47+
### CalCom Booking Paid
4848

4949
Trigger workflow when payment is completed for a paid booking
5050

@@ -59,7 +59,7 @@ Trigger workflow when payment is completed for a paid booking
5959

6060
---
6161

62-
### `calcom_booking_rejected`
62+
### CalCom Booking Rejected
6363

6464
Trigger workflow when a booking request is rejected by the host
6565

@@ -74,7 +74,7 @@ Trigger workflow when a booking request is rejected by the host
7474

7575
---
7676

77-
### `calcom_booking_requested`
77+
### CalCom Booking Requested
7878

7979
Trigger workflow when a booking request is submitted (pending confirmation)
8080

@@ -89,7 +89,7 @@ Trigger workflow when a booking request is submitted (pending confirmation)
8989

9090
---
9191

92-
### `calcom_booking_rescheduled`
92+
### CalCom Booking Rescheduled
9393

9494
Trigger workflow when a booking is rescheduled in Cal.com
9595

@@ -104,7 +104,7 @@ Trigger workflow when a booking is rescheduled in Cal.com
104104

105105
---
106106

107-
### `calcom_meeting_ended`
107+
### CalCom Meeting Ended
108108

109109
Trigger workflow when a Cal.com meeting ends
110110

@@ -119,7 +119,7 @@ Trigger workflow when a Cal.com meeting ends
119119

120120
---
121121

122-
### `calcom_recording_ready`
122+
### CalCom Recording Ready
123123

124124
Trigger workflow when a meeting recording is ready for download
125125

@@ -134,7 +134,7 @@ Trigger workflow when a meeting recording is ready for download
134134

135135
---
136136

137-
### `calcom_webhook`
137+
### CalCom Webhook (All Events)
138138

139139
Trigger workflow on any Cal.com webhook event (configure event types in Cal.com)
140140

apps/docs/content/docs/en/triggers/calendly.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Calendly provides 4 triggers for automating workflows based on events.
1414

1515
## Triggers
1616

17-
### `calendly_invitee_canceled`
17+
### Calendly Invitee Canceled
1818

1919
Trigger workflow when someone cancels a scheduled event on Calendly
2020

@@ -37,7 +37,7 @@ Trigger workflow when someone cancels a scheduled event on Calendly
3737

3838
---
3939

40-
### `calendly_invitee_created`
40+
### Calendly Invitee Created
4141

4242
Trigger workflow when someone schedules a new event on Calendly
4343

@@ -60,7 +60,7 @@ Trigger workflow when someone schedules a new event on Calendly
6060

6161
---
6262

63-
### `calendly_routing_form_submitted`
63+
### Calendly Routing Form Submitted
6464

6565
Trigger workflow when someone submits a Calendly routing form
6666

@@ -83,7 +83,7 @@ Trigger workflow when someone submits a Calendly routing form
8383

8484
---
8585

86-
### `calendly_webhook`
86+
### Calendly Webhook
8787

8888
Trigger workflow from any Calendly webhook event
8989

0 commit comments

Comments
 (0)