From 7468e8cbc539ddc6fd4767404bad84dd9c712584 Mon Sep 17 00:00:00 2001 From: wd006 <120404806+wd006@users.noreply.github.com> Date: Thu, 22 Jan 2026 22:35:47 +0300 Subject: [PATCH 1/7] 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. --- .../integrations/concepts/about-integrations.md | 2 +- .../concepts/featured-github-integrations.md | 2 +- .../concepts/github-developer-program.md | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/content/integrations/concepts/about-integrations.md b/content/integrations/concepts/about-integrations.md index 7b8f4fce9250..9ec60e06c106 100644 --- a/content/integrations/concepts/about-integrations.md +++ b/content/integrations/concepts/about-integrations.md @@ -1,7 +1,7 @@ --- title: About GitHub integrations shortTitle: About integrations -intro: 'Learn how to connect, extend, and customize GitHub with apps and tools.' +intro: 'Learn how to connect, extend, and customize {% data variables.product.github %} with apps and tools.' redirect_from: - /get-started/exploring-integrations/about-integrations - /get-started/exploring-integrations/about-using-integrations diff --git a/content/integrations/concepts/featured-github-integrations.md b/content/integrations/concepts/featured-github-integrations.md index ebb603220341..ac3625a248d3 100644 --- a/content/integrations/concepts/featured-github-integrations.md +++ b/content/integrations/concepts/featured-github-integrations.md @@ -76,7 +76,7 @@ The {% data variables.product.github %} for Teams app lets you subscribe to your * {% data variables.product.prodname_actions %} * Deployments -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. +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. For more information, see the integration's [README](https://github.com/integrations/microsoft-teams/blob/master/Readme.md) in the `integrations/microsoft-teams` repository. diff --git a/content/integrations/concepts/github-developer-program.md b/content/integrations/concepts/github-developer-program.md index 46421562264d..494d67707669 100644 --- a/content/integrations/concepts/github-developer-program.md +++ b/content/integrations/concepts/github-developer-program.md @@ -1,6 +1,6 @@ --- title: GitHub Developer Program -intro: 'If you build tools that integrate with {% data variables.product.prodname_dotcom %}, you can join the {% data variables.product.prodname_dotcom %} Developer Program.' +intro: 'If you build tools that integrate with {% data variables.product.github %}, you can join the {% data variables.product.github %} Developer Program.' redirect_from: - /program - /developers/overview/github-developer-program @@ -16,7 +16,7 @@ category: - Build integrations --- -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). +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). ## Scratch an itch @@ -26,16 +26,16 @@ Build your own tools that seamlessly integrate with the place you push code ever Email partnerships@github.com to request developer licenses to build and test your application against {% data variables.product.prodname_ghe_server %}. -## Have an integration that works with GitHub? +## Have an integration that works with {% data variables.product.github %}? Awesome! Here’s how you can spread the word: -* Use the [Octocat or GitHub logo](https://github.com/logos) to identify that your product works with GitHub. +* Use the [Octocat or GitHub logo](https://github.com/logos) to identify that your product works with {% data variables.product.github %}. * Post a video or a blog on your website about your integration. -## Ready to join the GitHub Developer Program? +## Ready to join the {% data variables.product.github %} Developer Program? Membership is open to individual developers and companies who have: -* An integration in production or development using the GitHub API. -* An email address where GitHub users can contact you for support. +* An integration in production or development using the {% data variables.product.github %} API. +* An email address where {% data variables.product.github %} users can contact you for support. \ No newline at end of file From a17d5c966e8b76573e8337cc3cee6c3abe0c795d Mon Sep 17 00:00:00 2001 From: wd006 <120404806+wd006@users.noreply.github.com> Date: Thu, 22 Jan 2026 22:40:01 +0300 Subject: [PATCH 2/7] content: normalize github product variables in integrations/index.md Refactored product name references within the integrations/index.md 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. --- content/integrations/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/integrations/index.md b/content/integrations/index.md index 16da03f54a5f..496927a4d83c 100644 --- a/content/integrations/index.md +++ b/content/integrations/index.md @@ -1,6 +1,6 @@ --- title: GitHub integrations -intro: 'Learn how to connect, extend, and customize GitHub with apps and tools.' +intro: 'Learn how to connect, extend, and customize {% data variables.product.github %} with apps and tools.' shortTitle: Integrations layout: discovery-landing heroImage: /assets/images/banner-images/hero-2 From 11c939eb4baca242491018328239f662c826f6a1 Mon Sep 17 00:00:00 2001 From: wd006 <120404806+wd006@users.noreply.github.com> Date: Fri, 30 Jan 2026 13:13:27 +0300 Subject: [PATCH 3/7] Revert variables in headers and frontmatter in index.md --- content/integrations/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/integrations/index.md b/content/integrations/index.md index 496927a4d83c..16da03f54a5f 100644 --- a/content/integrations/index.md +++ b/content/integrations/index.md @@ -1,6 +1,6 @@ --- title: GitHub integrations -intro: 'Learn how to connect, extend, and customize {% data variables.product.github %} with apps and tools.' +intro: 'Learn how to connect, extend, and customize GitHub with apps and tools.' shortTitle: Integrations layout: discovery-landing heroImage: /assets/images/banner-images/hero-2 From e74ec8cfe1c6c86bf2903fd7ec86c511e0eb2b65 Mon Sep 17 00:00:00 2001 From: wd006 <120404806+wd006@users.noreply.github.com> Date: Fri, 30 Jan 2026 13:15:10 +0300 Subject: [PATCH 4/7] Revert variables in headers and frontmatter in about-integrations.md --- content/integrations/concepts/about-integrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/integrations/concepts/about-integrations.md b/content/integrations/concepts/about-integrations.md index 9ec60e06c106..7b8f4fce9250 100644 --- a/content/integrations/concepts/about-integrations.md +++ b/content/integrations/concepts/about-integrations.md @@ -1,7 +1,7 @@ --- title: About GitHub integrations shortTitle: About integrations -intro: 'Learn how to connect, extend, and customize {% data variables.product.github %} with apps and tools.' +intro: 'Learn how to connect, extend, and customize GitHub with apps and tools.' redirect_from: - /get-started/exploring-integrations/about-integrations - /get-started/exploring-integrations/about-using-integrations From 76b5f27fe1d9fc846012cffa992c432f3f9e94d8 Mon Sep 17 00:00:00 2001 From: wd006 <120404806+wd006@users.noreply.github.com> Date: Fri, 30 Jan 2026 13:26:42 +0300 Subject: [PATCH 5/7] Revert variables in index.md --- content/integrations/concepts/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/integrations/concepts/index.md b/content/integrations/concepts/index.md index 5e1d38045f32..f17cb3b7e15e 100644 --- a/content/integrations/concepts/index.md +++ b/content/integrations/concepts/index.md @@ -1,7 +1,7 @@ --- title: Concepts for GitHub integrations shortTitle: Concepts -intro: Learn the core concepts that you'll need to understand {% data variables.product.github %} integrations. +intro: Learn the core concepts that you'll need to understand GitHub integrations. versions: fpt: '*' ghes: '*' From e7a6ca540d116e5928309bc3dc7c8ffe8112a547 Mon Sep 17 00:00:00 2001 From: wd006 <120404806+wd006@users.noreply.github.com> Date: Fri, 30 Jan 2026 13:40:17 +0300 Subject: [PATCH 6/7] Revert variables in github-developer-program.md --- content/integrations/concepts/github-developer-program.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/integrations/concepts/github-developer-program.md b/content/integrations/concepts/github-developer-program.md index 494d67707669..34f487c0a96c 100644 --- a/content/integrations/concepts/github-developer-program.md +++ b/content/integrations/concepts/github-developer-program.md @@ -1,6 +1,6 @@ --- title: GitHub Developer Program -intro: 'If you build tools that integrate with {% data variables.product.github %}, you can join the {% data variables.product.github %} Developer Program.' +intro: 'If you build tools that integrate with GitHub, you can join the GitHub Developer Program.' redirect_from: - /program - /developers/overview/github-developer-program @@ -38,4 +38,4 @@ Awesome! Here’s how you can spread the word: Membership is open to individual developers and companies who have: * An integration in production or development using the {% data variables.product.github %} API. -* An email address where {% data variables.product.github %} users can contact you for support. \ No newline at end of file +* An email address where {% data variables.product.github %} users can contact you for support. From 8da2ead1e89fbe05013f6ff58822800b43297aba Mon Sep 17 00:00:00 2001 From: wd006 <120404806+wd006@users.noreply.github.com> Date: Fri, 30 Jan 2026 13:42:47 +0300 Subject: [PATCH 7/7] Revert variables in github-developer-program.md --- content/integrations/concepts/github-developer-program.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/integrations/concepts/github-developer-program.md b/content/integrations/concepts/github-developer-program.md index 34f487c0a96c..3b707f776323 100644 --- a/content/integrations/concepts/github-developer-program.md +++ b/content/integrations/concepts/github-developer-program.md @@ -26,14 +26,14 @@ Build your own tools that seamlessly integrate with the place you push code ever Email partnerships@github.com to request developer licenses to build and test your application against {% data variables.product.prodname_ghe_server %}. -## Have an integration that works with {% data variables.product.github %}? +## Have an integration that works with GitHub? Awesome! Here’s how you can spread the word: * Use the [Octocat or GitHub logo](https://github.com/logos) to identify that your product works with {% data variables.product.github %}. * Post a video or a blog on your website about your integration. -## Ready to join the {% data variables.product.github %} Developer Program? +## Ready to join the GitHub Developer Program? Membership is open to individual developers and companies who have: