You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: content/integrations/concepts/featured-github-integrations.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ The {% data variables.product.github %} for Teams app lets you subscribe to your
76
76
* {% data variables.product.prodname_actions %}
77
77
* Deployments
78
78
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.
80
80
81
81
For more information, see the integration's [README](https://github.com/integrations/microsoft-teams/blob/master/Readme.md) in the `integrations/microsoft-teams` repository.
Copy file name to clipboardExpand all lines: content/integrations/concepts/github-developer-program.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
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.'
4
4
redirect_from:
5
5
- /program
6
6
- /developers/overview/github-developer-program
@@ -16,7 +16,7 @@ category:
16
16
- Build integrations
17
17
---
18
18
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).
20
20
21
21
## Scratch an itch
22
22
@@ -26,16 +26,16 @@ Build your own tools that seamlessly integrate with the place you push code ever
26
26
27
27
Email <ahref="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 %}.
28
28
29
-
## Have an integration that works with GitHub?
29
+
## Have an integration that works with {% data variables.product.github %}?
30
30
31
31
Awesome! Here’s how you can spread the word:
32
32
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 %}.
34
34
* Post a video or a blog on your website about your integration.
35
35
36
-
## Ready to join the GitHub Developer Program?
36
+
## Ready to join the {% data variables.product.github %} Developer Program?
37
37
38
38
Membership is open to individual developers and companies who have:
39
39
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