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
intro: 'Triage, collaborate, and manage your work on {% data variables.product.product_name %} from your mobile device.'
shortTitle: GitHub Mobile
versions:
fpt: '*'
ghes: '*'

View File

@@ -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
---