Skip to content

Commit eb7016c

Browse files
authored
Landing page: Webhooks (#60332)
1 parent ab317e6 commit eb7016c

20 files changed

Lines changed: 51 additions & 15 deletions

content/webhooks/about-webhooks.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ versions:
1919
fpt: '*'
2020
ghes: '*'
2121
ghec: '*'
22+
category:
23+
- Set up and manage webhooks
2224
---
2325

2426
## About webhooks

content/webhooks/index.md

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,6 @@ intro: 'Webhooks can let your integrations take an action in response to events
55
introLinks:
66
overview: /webhooks/about-webhooks
77
reference: /webhooks/webhook-events-and-payloads
8-
featuredLinks:
9-
startHere:
10-
- /webhooks/using-webhooks/creating-webhooks
11-
- /webhooks/using-webhooks/handling-webhook-deliveries
12-
- /webhooks/using-webhooks/validating-webhook-deliveries
13-
popular:
14-
- /webhooks/webhook-events-and-payloads
15-
- /webhooks/using-webhooks/best-practices-for-using-webhooks
16-
- /webhooks/testing-and-troubleshooting-webhooks/troubleshooting-webhooks
17-
guideCards:
18-
- /webhooks/using-webhooks/handling-webhook-deliveries
19-
- /webhooks/using-webhooks/handling-failed-webhook-deliveries
20-
- /webhooks/testing-and-troubleshooting-webhooks/testing-webhooks
218
versions:
229
fpt: '*'
2310
ghes: '*'
@@ -30,11 +17,22 @@ children:
3017
- /testing-and-troubleshooting-webhooks
3118
changelog:
3219
label: webhooks
33-
layout: product-landing
20+
layout: discovery-landing
3421
redirect_from:
3522
- /developers/webhooks-and-events
3623
- /webhooks-and-events
3724
- /developers/webhooks-and-events/webhooks
3825
- /webhooks-and-events/webhooks
26+
includedCategories:
27+
- Set up and manage webhooks
28+
- Handle webhook deliveries
29+
- Test and troubleshoot
30+
carousels:
31+
recommended:
32+
- /webhooks/about-webhooks
33+
- /webhooks/using-webhooks/creating-webhooks
34+
- /webhooks/using-webhooks/handling-webhook-deliveries
35+
- /webhooks/using-webhooks/best-practices-for-using-webhooks
36+
- /webhooks/webhook-events-and-payloads
37+
- /webhooks/testing-and-troubleshooting-webhooks/troubleshooting-webhooks
3938
---
40-

content/webhooks/testing-and-troubleshooting-webhooks/redelivering-webhooks.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ versions:
66
fpt: '*'
77
ghes: '*'
88
ghec: '*'
9+
category:
10+
- Test and troubleshoot
911
---
1012

1113
## About redelivering webhooks

content/webhooks/testing-and-troubleshooting-webhooks/testing-webhooks.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ versions:
1414
fpt: '*'
1515
ghes: '*'
1616
ghec: '*'
17+
category:
18+
- Test and troubleshoot
1719
---
1820

1921
## About testing webhooks

content/webhooks/testing-and-troubleshooting-webhooks/troubleshooting-webhooks.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ versions:
66
fpt: '*'
77
ghes: '*'
88
ghec: '*'
9+
category:
10+
- Test and troubleshoot
911
---
1012

1113
## Missing webhook deliveries

content/webhooks/testing-and-troubleshooting-webhooks/using-the-github-cli-to-forward-webhooks-for-testing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ redirect_from:
1010
- /webhooks/webhooks/receiving-webhooks-with-the-github-cli
1111
- /webhooks/receiving-webhooks-with-the-github-cli
1212
- /webhooks/testing-and-troubleshooting-webhooks/receiving-webhooks-with-the-github-cli
13+
category:
14+
- Test and troubleshoot
1315
---
1416
## About receiving webhooks with {% data variables.product.prodname_cli %}
1517

content/webhooks/testing-and-troubleshooting-webhooks/viewing-webhook-deliveries.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ versions:
66
fpt: '*'
77
ghes: '*'
88
ghec: '*'
9+
category:
10+
- Test and troubleshoot
911
---
1012

1113
## About webhook deliveries

content/webhooks/types-of-webhooks.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ versions:
99
fpt: '*'
1010
ghes: '*'
1111
ghec: '*'
12+
category:
13+
- Set up and manage webhooks
1214
---
1315

1416
## About webhook types

content/webhooks/using-webhooks/automatically-redelivering-failed-deliveries-for-a-github-app-webhook.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ versions:
99
layout: inline
1010
redirect_from:
1111
- /webhooks/using-webhooks/creating-a-script-to-automatically-redeliver-failed-deliveries-for-a-github-app-webhook
12+
category:
13+
- Handle webhook deliveries
1214
---
1315

1416
## About automatically redelivering failed deliveries

content/webhooks/using-webhooks/automatically-redelivering-failed-deliveries-for-a-repository-webhook.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ versions:
99
layout: inline
1010
redirect_from:
1111
- /webhooks/using-webhooks/creating-a-script-to-automatically-redeliver-failed-deliveries-for-a-repository-webhook
12+
category:
13+
- Handle webhook deliveries
1214
---
1315

1416
## About automatically redelivering failed deliveries

0 commit comments

Comments
 (0)