1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Update links on home page: Add new links for Drivers and GitHub Mobile (#52717)

This commit is contained in:
Felicity Chapman
2024-10-17 09:59:28 +01:00
committed by GitHub
parent ac60d570fd
commit 48931d52ee
2 changed files with 11 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
--- ---
title: GitHub Mobile title: GitHub Mobile
intro: 'Triage, collaborate, and manage your work on {% data variables.product.product_name %} from your mobile device.' intro: 'Triage, collaborate, and manage your work on {% data variables.product.product_name %} from your mobile device.'
shortTitle: GitHub Mobile
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

View File

@@ -120,6 +120,7 @@ childGroups:
octicon: DeviceMobileIcon octicon: DeviceMobileIcon
children: children:
- github-cli - github-cli
- get-started/using-github/github-mobile
- desktop - desktop
- name: Project management - name: Project management
octicon: ProjectIcon octicon: ProjectIcon
@@ -139,7 +140,9 @@ childGroups:
octicon: OrganizationIcon octicon: OrganizationIcon
children: children:
- organizations - organizations
- code-security/securing-your-organization
- admin - admin
- gh-wa
- name: Community - name: Community
octicon: GlobeIcon octicon: GlobeIcon
children: children:
@@ -151,8 +154,8 @@ childGroups:
- name: More docs - name: More docs
octicon: PencilIcon octicon: PencilIcon
children: children:
- electron
- codeql - codeql
- electron
- npm - npm
externalProducts: externalProducts:
electron: electron:
@@ -162,7 +165,7 @@ externalProducts:
external: true external: true
codeql: codeql:
id: codeql id: codeql
name: CodeQL name: CodeQL query writing
href: 'https://codeql.github.com/docs' href: 'https://codeql.github.com/docs'
external: true external: true
npm: npm:
@@ -170,4 +173,9 @@ externalProducts:
name: npm name: npm
href: 'https://docs.npmjs.com/' href: 'https://docs.npmjs.com/'
external: true external: true
gh-wa:
id: gh-wa
name: GitHub Well-Architected
href: 'https://wellarchitected.github.com/'
external: true
--- ---