Skip to content

Commit 7468e8c

Browse files
authored
content: normalize github product variables in integrations/concepts
Refactored product name references within the integrations/concepts directory. Replaced hardcoded strings and deprecated 'prodname_dotcom' variables with the current standard '{% data variables.product.github %}' to align with the GitHub Docs style guide and naming conventions.
1 parent 4c135e6 commit 7468e8c

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

content/integrations/concepts/about-integrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: About GitHub integrations
33
shortTitle: About integrations
4-
intro: 'Learn how to connect, extend, and customize GitHub with apps and tools.'
4+
intro: 'Learn how to connect, extend, and customize {% data variables.product.github %} with apps and tools.'
55
redirect_from:
66
- /get-started/exploring-integrations/about-integrations
77
- /get-started/exploring-integrations/about-using-integrations

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The {% data variables.product.github %} for Teams app lets you subscribe to your
7676
* {% data variables.product.prodname_actions %}
7777
* Deployments
7878

79-
You can also open and close issues, comment on your issues and pull requests, approve deployments, and see detailed references to issues and pull requests without leaving Microsoft Teams. The app will also ping you personally on Teams if you are mentioned as part of any {% data variables.product.prodname_dotcom %} notifications that you receive in your channels or personal chats.
79+
You can also open and close issues, comment on your issues and pull requests, approve deployments, and see detailed references to issues and pull requests without leaving Microsoft Teams. The app will also ping you personally on Teams if you are mentioned as part of any {% data variables.product.github %} notifications that you receive in your channels or personal chats.
8080

8181
For more information, see the integration's [README](https://github.com/integrations/microsoft-teams/blob/master/Readme.md) in the `integrations/microsoft-teams` repository.
8282

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: GitHub Developer Program
3-
intro: 'If you build tools that integrate with {% data variables.product.prodname_dotcom %}, you can join the {% data variables.product.prodname_dotcom %} Developer Program.'
3+
intro: 'If you build tools that integrate with {% data variables.product.github %}, you can join the {% data variables.product.github %} Developer Program.'
44
redirect_from:
55
- /program
66
- /developers/overview/github-developer-program
@@ -16,7 +16,7 @@ category:
1616
- Build integrations
1717
---
1818

19-
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).
19+
Building an application that integrates with {% data variables.product.github %}? Register for our Developer Program! The possibilities are endless, and you enjoy the kudos. [Register now](https://github.com/developer/register).
2020

2121
## Scratch an itch
2222

@@ -26,16 +26,16 @@ Build your own tools that seamlessly integrate with the place you push code ever
2626

2727
Email <a href="mailto:partnerships@github.com">partnerships@github.com</a> to request developer licenses to build and test your application against {% data variables.product.prodname_ghe_server %}.
2828

29-
## Have an integration that works with GitHub?
29+
## Have an integration that works with {% data variables.product.github %}?
3030

3131
Awesome! Here’s how you can spread the word:
3232

33-
* Use the [Octocat or GitHub logo](https://github.com/logos) to identify that your product works with GitHub.
33+
* Use the [Octocat or GitHub logo](https://github.com/logos) to identify that your product works with {% data variables.product.github %}.
3434
* Post a video or a blog on your website about your integration.
3535

36-
## Ready to join the GitHub Developer Program?
36+
## Ready to join the {% data variables.product.github %} Developer Program?
3737

3838
Membership is open to individual developers and companies who have:
3939

40-
* An integration in production or development using the GitHub API.
41-
* An email address where GitHub users can contact you for support.
40+
* An integration in production or development using the {% data variables.product.github %} API.
41+
* An email address where {% data variables.product.github %} users can contact you for support.

0 commit comments

Comments
 (0)