From 48931d52eec6e28127bacd48d3a1bee91f31093e Mon Sep 17 00:00:00 2001 From: Felicity Chapman Date: Thu, 17 Oct 2024 09:59:28 +0100 Subject: [PATCH 1/2] Update links on home page: Add new links for Drivers and GitHub Mobile (#52717) --- content/get-started/using-github/github-mobile.md | 1 + content/index.md | 12 ++++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/content/get-started/using-github/github-mobile.md b/content/get-started/using-github/github-mobile.md index ddc373c6392d..b94f8c5b1c3e 100644 --- a/content/get-started/using-github/github-mobile.md +++ b/content/get-started/using-github/github-mobile.md @@ -1,6 +1,7 @@ --- title: GitHub Mobile intro: 'Triage, collaborate, and manage your work on {% data variables.product.product_name %} from your mobile device.' +shortTitle: GitHub Mobile versions: fpt: '*' ghes: '*' diff --git a/content/index.md b/content/index.md index f07db6050ed3..ab878f7e4ef1 100644 --- a/content/index.md +++ b/content/index.md @@ -120,6 +120,7 @@ childGroups: octicon: DeviceMobileIcon children: - github-cli + - get-started/using-github/github-mobile - desktop - name: Project management octicon: ProjectIcon @@ -139,7 +140,9 @@ childGroups: octicon: OrganizationIcon children: - organizations + - code-security/securing-your-organization - admin + - gh-wa - name: Community octicon: GlobeIcon children: @@ -151,8 +154,8 @@ childGroups: - name: More docs octicon: PencilIcon children: - - electron - codeql + - electron - npm externalProducts: electron: @@ -162,7 +165,7 @@ externalProducts: external: true codeql: id: codeql - name: CodeQL + name: CodeQL query writing href: 'https://codeql.github.com/docs' external: true npm: @@ -170,4 +173,9 @@ externalProducts: name: npm href: 'https://docs.npmjs.com/' external: true + gh-wa: + id: gh-wa + name: GitHub Well-Architected + href: 'https://wellarchitected.github.com/' + external: true --- From aa84065584be96476b8c679c84a6d6860ed58390 Mon Sep 17 00:00:00 2001 From: Felicity Chapman Date: Thu, 17 Oct 2024 10:17:42 +0100 Subject: [PATCH 2/2] Create a Home page group for Copilot (#52719) --- content/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/index.md b/content/index.md index ab878f7e4ef1..7cfdb8d58185 100644 --- a/content/index.md +++ b/content/index.md @@ -100,7 +100,14 @@ childGroups: - repositories - pull-requests - discussions + - name: GitHub Copilot + octicon: CopilotIcon + children: - copilot + - copilot/using-github-copilot/getting-code-suggestions-in-your-ide-with-github-copilot + - copilot/using-github-copilot/prompt-engineering-for-github-copilot + - copilot/using-github-copilot/asking-github-copilot-questions-in-githubcom + - copilot/using-github-copilot/example-use-cases/refactoring-code-with-github-copilot - name: CI/CD and DevOps octicon: GearIcon children: @@ -135,6 +142,7 @@ childGroups: - rest - graphql - webhooks + - copilot/building-copilot-extensions - github-models - name: Enterprise and Teams octicon: OrganizationIcon