Skip to content

Commit 690f498

Browse files
authored
Merge pull request #42222 from github/repo-sync
Repo sync
2 parents 0b9fe8d + 033e78c commit 690f498

37 files changed

+339
-2973
lines changed

content/integrations/concepts/about-building-integrations.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ versions:
99
ghec: '*'
1010
topics:
1111
- Integration
12+
category:
13+
- Learn about integrations
14+
- Build integrations
1215
---
1316

1417
Integrations are tools that extend {% data variables.product.company_short %}'s functionality. Integrations can do things on {% data variables.product.company_short %} like open issues, comment on pull requests, and manage projects. They can also do things outside of {% data variables.product.company_short %} based on events that happen on {% data variables.product.company_short %}. For example, an integration can post on Slack when an issue is opened on {% data variables.product.company_short %}.

content/integrations/concepts/about-integrations.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ versions:
1111
ghec: '*'
1212
topics:
1313
- Integration
14+
category:
15+
- Learn about integrations
1416
---
1517

1618
Integrations are tools that extend {% data variables.product.github %} functionality by allowing you to connect your {% data variables.product.github %} account with other applications and services, enabling you to streamline your workflow and enhance collaboration.

content/integrations/concepts/featured-github-integrations.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ versions:
1616
shortTitle: Featured integrations
1717
topics:
1818
- Integration
19+
category:
20+
- Learn about integrations
1921
---
2022

2123
{% ifversion fpt or ghec %}

content/integrations/concepts/github-developer-program.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ versions:
1111
topics:
1212
- API
1313
- Integration
14+
category:
15+
- Learn about integrations
16+
- Build integrations
1417
---
1518

1619
Building an application that integrates with {% data variables.product.prodname_dotcom %}? Register for our Developer Program! The possibilities are endless, and you enjoy the kudos. [Register now](https://github.com/developer/register).

content/integrations/how-tos/slack/customize-notifications.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ versions:
99
topics:
1010
- Integration
1111
contentType: reference
12+
category:
13+
- Use integrations
1214
---
1315

1416
You can customize your notifications by subscribing to activity that is relevant to your Slack channel, and unsubscribing from activity that is less helpful to your project.

content/integrations/how-tos/slack/integrate-github-with-slack.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ versions:
88
ghec: '*'
99
topics:
1010
- Integration
11-
11+
category:
12+
- Administer integrations
1213
---
1314

1415
## About the {% data variables.product.github %} integration for Slack

content/integrations/how-tos/slack/use-github-in-slack.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ versions:
88
ghec: '*'
99
topics:
1010
- Integration
11+
category:
12+
- Use integrations
1113
---
1214

1315
The {% data variables.product.github %} integration for Slack allows you to connect your {% data variables.product.github %} account to the {% data variables.product.github %} app in Slack. Once connected, you can use slash commands to interact with {% data variables.product.github %}, receive notifications about repository activity, and collaborate with your team directly within Slack.

content/integrations/index.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,31 @@
22
title: GitHub integrations
33
intro: 'Learn how to connect, extend, and customize GitHub with apps and tools.'
44
shortTitle: Integrations
5-
layout: product-landing
5+
layout: discovery-landing
6+
heroImage: /assets/images/banner-images/hero-2
7+
introLinks:
8+
overview: /integrations/concepts/about-integrations
69
children:
710
- /concepts
811
- /how-tos
912
- /reference
1013
- /tutorials
14+
featuredLinks:
15+
startHere:
16+
- /integrations/how-tos/slack/integrate-github-with-slack
17+
- /integrations/how-tos/slack/use-github-in-slack
18+
- /integrations/how-tos/slack/customize-notifications
1119
versions:
1220
fpt: '*'
1321
ghes: '*'
1422
ghec: '*'
1523
contentType: landing
1624
topics:
1725
- Integration
26+
includedCategories:
27+
- Learn about integrations
28+
- Administer integrations
29+
- Use integrations
30+
- Build integrations
31+
- Troubleshoot integrations
1832
---

content/integrations/reference/slack-permissions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ versions:
99
topics:
1010
- Integration
1111
contentType: reference
12+
category:
13+
- Learn about integrations
1214
---
1315

1416
By granting the {% data variables.product.github %} app access to your Slack workspace, you are providing necessary authorizations to your {% data variables.product.github %} account and your Slack workspace. These permissions enable the app to perform its functions and provide you with a seamless experience when using GitHub in Slack.

content/integrations/tutorials/slack/create-issues.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ versions:
99
topics:
1010
- Integration
1111
contentType: reference
12+
category:
13+
- Use integrations
1214
---
1315

1416
## Creating issues with the {% data variables.product.github %} integration in Slack

0 commit comments

Comments
 (0)