Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repo sync #34970

Merged
merged 2 commits into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/get-started/using-github/github-mobile.md
Original file line number Diff line number Diff line change
@@ -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: '*'
Expand Down
20 changes: 18 additions & 2 deletions content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -120,6 +127,7 @@ childGroups:
octicon: DeviceMobileIcon
children:
- github-cli
- get-started/using-github/github-mobile
- desktop
- name: Project management
octicon: ProjectIcon
Expand All @@ -134,12 +142,15 @@ childGroups:
- rest
- graphql
- webhooks
- copilot/building-copilot-extensions
- github-models
- name: Enterprise and Teams
octicon: OrganizationIcon
children:
- organizations
- code-security/securing-your-organization
- admin
- gh-wa
- name: Community
octicon: GlobeIcon
children:
Expand All @@ -151,8 +162,8 @@ childGroups:
- name: More docs
octicon: PencilIcon
children:
- electron
- codeql
- electron
- npm
externalProducts:
electron:
Expand All @@ -162,12 +173,17 @@ externalProducts:
external: true
codeql:
id: codeql
name: CodeQL
name: CodeQL query writing
href: 'https://codeql.github.com/docs'
external: true
npm:
id: npm
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
---
Loading