From 987b465902d6b14c054aa2406dfb741e4e341f41 Mon Sep 17 00:00:00 2001 From: Laura Coursen Date: Tue, 5 Dec 2023 08:45:23 -0600 Subject: [PATCH] Use product name variable in landing page titles (#46972) --- content/actions/index.md | 4 ++-- content/codespaces/index.md | 4 ++-- content/copilot/index.md | 4 ++-- content/desktop/index.md | 6 +++--- content/discussions/index.md | 4 ++-- content/education/index.md | 4 ++-- content/github-cli/index.md | 4 ++-- content/issues/index.md | 4 ++-- content/packages/index.md | 4 ++-- content/pages/index.md | 4 ++-- content/sponsors/index.md | 4 ++-- 11 files changed, 23 insertions(+), 23 deletions(-) diff --git a/content/actions/index.md b/content/actions/index.md index 55ced81c7b..cb89d8ff5c 100644 --- a/content/actions/index.md +++ b/content/actions/index.md @@ -1,6 +1,6 @@ --- -title: GitHub Actions documentation -shortTitle: GitHub Actions +title: "{% data variables.product.prodname_actions %} documentation" +shortTitle: "{% data variables.product.prodname_actions %}" intro: 'Automate, customize, and execute your software development workflows right in your repository with {% data variables.product.prodname_actions %}. You can discover, create, and share actions to perform any job you''d like, including CI/CD, and combine actions in a completely customized workflow.' introLinks: overview: /actions/learn-github-actions/understanding-github-actions diff --git a/content/codespaces/index.md b/content/codespaces/index.md index 9efb1199ce..6623c71849 100644 --- a/content/codespaces/index.md +++ b/content/codespaces/index.md @@ -1,6 +1,6 @@ --- -title: GitHub Codespaces documentation -shortTitle: GitHub Codespaces +title: "{% data variables.product.prodname_codespaces %} documentation" +shortTitle: "{% data variables.product.prodname_codespaces %}" intro: 'Create a codespace to start developing in a secure, configurable, and dedicated development environment that works how and where you want it to.' introLinks: overview: /codespaces/overview diff --git a/content/copilot/index.md b/content/copilot/index.md index 016017f35f..b56d941ede 100644 --- a/content/copilot/index.md +++ b/content/copilot/index.md @@ -1,6 +1,6 @@ --- -title: GitHub Copilot documentation -shortTitle: GitHub Copilot +title: "{% data variables.product.prodname_copilot %} documentation" +shortTitle: "{% data variables.product.prodname_copilot %}" intro: 'You can use {% data variables.product.prodname_copilot %} to get autocomplete-style suggestions from an AI pair programmer as you code.' redirect_from: - /github/copilot diff --git a/content/desktop/index.md b/content/desktop/index.md index b9dbb55859..2ff745461d 100644 --- a/content/desktop/index.md +++ b/content/desktop/index.md @@ -1,7 +1,7 @@ --- -title: GitHub Desktop documentation -shortTitle: GitHub Desktop -intro: 'With GitHub Desktop, you can interact with GitHub using a GUI instead of the command line or a web browser. You can use GitHub Desktop to complete most Git commands from your desktop, such as pushing to, pulling from, and cloning remote repositories, attributing commits, and creating pull requests, with visual confirmation of changes.' +title: "{% data variables.product.prodname_desktop %} documentation" +shortTitle: "{% data variables.product.prodname_desktop %}" +intro: "With {% data variables.product.prodname_desktop %}, you can interact with GitHub using a GUI instead of the command line or a web browser. You can use GitHub Desktop to complete most Git commands from your desktop, such as pushing to, pulling from, and cloning remote repositories, attributing commits, and creating pull requests, with visual confirmation of changes." introLinks: overview: /desktop/overview/about-github-desktop quickstart: /desktop/overview/getting-started-with-github-desktop diff --git a/content/discussions/index.md b/content/discussions/index.md index b06618813c..20b2783df7 100644 --- a/content/discussions/index.md +++ b/content/discussions/index.md @@ -1,6 +1,6 @@ --- -title: GitHub Discussions documentation -shortTitle: GitHub Discussions +title: "{% data variables.product.prodname_discussions %} documentation" +shortTitle: "{% data variables.product.prodname_discussions %}" intro: '{% data variables.product.prodname_discussions %} is a collaborative communication forum for the community around an{% ifversion fpt or ghec %} open source or{% endif %} internal project. Community members can ask and answer questions, share updates, have open-ended conversations, and follow along on decisions affecting the community''s way of working.' introLinks: quickstart: /discussions/quickstart diff --git a/content/education/index.md b/content/education/index.md index 9a2a8b2b14..930af96422 100644 --- a/content/education/index.md +++ b/content/education/index.md @@ -1,6 +1,6 @@ --- -title: GitHub Education documentation -shortTitle: Education +title: "{% data variables.product.prodname_education %} documentation" +shortTitle: "{% data variables.product.prodname_education %}" intro: '{% data variables.product.prodname_education %} helps you teach or learn software development with the tools and support of {% data variables.product.company_short %}''s platform and community.' introLinks: quickstart: /education/quickstart diff --git a/content/github-cli/index.md b/content/github-cli/index.md index 738ecaed83..247a894f34 100644 --- a/content/github-cli/index.md +++ b/content/github-cli/index.md @@ -1,6 +1,6 @@ --- -title: GitHub CLI documentation -shortTitle: GitHub CLI +title: "{% data variables.product.prodname_cli %} documentation" +shortTitle: "{% data variables.product.prodname_cli %}" intro: '{% data reusables.cli.about-cli %}' versions: fpt: '*' diff --git a/content/issues/index.md b/content/issues/index.md index 0250226295..ff003b8aa7 100644 --- a/content/issues/index.md +++ b/content/issues/index.md @@ -1,6 +1,6 @@ --- -title: GitHub Issues documentation -shortTitle: GitHub Issues +title: "{% data variables.product.prodname_github_issues %} documentation" +shortTitle: "{% data variables.product.prodname_github_issues %}" intro: 'Learn how you can use {% data variables.product.prodname_github_issues %} to plan and track your work.' introLinks: overview: /issues/tracking-your-work-with-issues/about-issues diff --git a/content/packages/index.md b/content/packages/index.md index 8c7d9cc7ae..c25b88d74a 100644 --- a/content/packages/index.md +++ b/content/packages/index.md @@ -1,6 +1,6 @@ --- -title: GitHub Packages documentation -shortTitle: GitHub Packages +title: "{% data variables.product.prodname_registry %} documentation" +shortTitle: "{% data variables.product.prodname_registry %}" intro: 'Learn to safely publish and consume packages, store your packages alongside your code, and share your packages privately with your team or publicly with the open source community. You can also automate your packages with {% data variables.product.prodname_actions %}.' introLinks: quickstart: /packages/quickstart diff --git a/content/pages/index.md b/content/pages/index.md index ee9b2696db..248ed26cd1 100644 --- a/content/pages/index.md +++ b/content/pages/index.md @@ -1,6 +1,6 @@ --- -title: GitHub Pages documentation -shortTitle: GitHub Pages +title: "{% data variables.product.prodname_pages %} documentation" +shortTitle: "{% data variables.product.prodname_pages %}" intro: 'Learn how to create a website directly from a repository on {% ifversion ghae %}{% data variables.product.product_name %}{% else %}{% data variables.location.product_location %}{% endif %}. Explore website building tools like Jekyll and troubleshoot issues with your {% data variables.product.prodname_pages %} site.' introLinks: quickstart: /pages/quickstart diff --git a/content/sponsors/index.md b/content/sponsors/index.md index bc9432e49f..b2e8294b77 100644 --- a/content/sponsors/index.md +++ b/content/sponsors/index.md @@ -1,6 +1,6 @@ --- -title: GitHub Sponsors documentation -shortTitle: GitHub Sponsors +title: "{% data variables.product.prodname_sponsors %} documentation" +shortTitle: "{% data variables.product.prodname_sponsors %}" intro: 'Invest in the open source projects you depend on, support digital infrastructure, and make open source careers possible by sponsoring open source contributors and their projects. Build a {% data variables.product.prodname_sponsors %} profile and receive compensation for your open source work.' introLinks: quickstart: /sponsors/getting-started-with-github-sponsors/quickstart-for-finding-contributors-to-sponsor