Skip to content

Commit f2fb6b5

Browse files
authored
Add discovery landing page for desktop docs (#60285)
1 parent b493559 commit f2fb6b5

44 files changed

Lines changed: 103 additions & 17 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

content/desktop/adding-and-cloning-repositories/adding-a-repository-from-your-local-computer-to-github-desktop.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ versions:
1010
ghec: '*'
1111
ghes: '*'
1212
shortTitle: Add a repository
13+
category:
14+
- Add and clone repositories
1315
---
1416

1517
> [!TIP]

content/desktop/adding-and-cloning-repositories/adding-an-existing-project-to-github-using-github-desktop.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ versions:
1010
ghec: '*'
1111
ghes: '*'
1212
shortTitle: Add an existing project
13+
category:
14+
- Add and clone repositories
1315
---
1416

1517
{% data reusables.git.remove-git-remote %}

content/desktop/adding-and-cloning-repositories/cloning-a-repository-from-github-to-github-desktop.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ versions:
1010
ghec: '*'
1111
ghes: '*'
1212
shortTitle: Clone a GitHub repo
13+
category:
14+
- Add and clone repositories
1315
---
1416

1517
> [!TIP]

content/desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ versions:
1111
ghec: '*'
1212
ghes: '*'
1313
shortTitle: Clone & fork from Desktop
14+
category:
15+
- Add and clone repositories
1416
---
1517
## About local repositories
1618

content/desktop/configuring-and-customizing-github-desktop/about-git-large-file-storage-and-github-desktop.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ versions:
1010
fpt: '*'
1111
ghec: '*'
1212
ghes: '*'
13+
category:
14+
- Configure and customize GitHub Desktop
1315
---
1416
When you install {% data variables.product.prodname_desktop %}, {% data variables.large_files.product_name_long %} ({% data variables.large_files.product_name_short %}) is installed, too. {% data variables.large_files.product_name_short %} lets you push files to {% data variables.product.prodname_dotcom %} that exceed the normal limit of {% data variables.large_files.max_github_size %}. For more information about {% data variables.large_files.product_name_short %}, see [AUTOTITLE](/repositories/working-with-files/managing-large-files/about-git-large-file-storage).
1517

content/desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor-in-github-desktop.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ versions:
1111
ghec: '*'
1212
ghes: '*'
1313
shortTitle: Configure default editor
14+
category:
15+
- Configure and customize GitHub Desktop
1416
---
1517

1618
## Introduction

content/desktop/configuring-and-customizing-github-desktop/configuring-basic-settings-in-github-desktop.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ versions:
1111
ghec: '*'
1212
ghes: '*'
1313
shortTitle: Configure basic settings
14+
category:
15+
- Configure and customize GitHub Desktop
1416
---
1517
{% mac %}
1618

content/desktop/configuring-and-customizing-github-desktop/configuring-git-for-github-desktop.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ versions:
1010
fpt: '*'
1111
ghec: '*'
1212
ghes: '*'
13+
category:
14+
- Configure and customize GitHub Desktop
1315
---
1416
## About Git configuration for {% data variables.product.prodname_desktop %}
1517

content/desktop/configuring-and-customizing-github-desktop/setting-a-theme-for-github-desktop.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ versions:
1010
ghec: '*'
1111
ghes: '*'
1212
shortTitle: Set a theme
13+
category:
14+
- Configure and customize GitHub Desktop
1315
---
1416
{% mac %}
1517

content/desktop/index.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,32 @@
11
---
2-
title: "{% data variables.product.prodname_desktop %} documentation"
3-
shortTitle: "{% data variables.product.prodname_desktop %}"
4-
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."
2+
title: '{% data variables.product.prodname_desktop %} documentation'
3+
shortTitle: '{% data variables.product.prodname_desktop %}'
4+
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.'
55
introLinks:
66
overview: /desktop/overview/about-github-desktop
77
quickstart: /desktop/overview/getting-started-with-github-desktop
8-
featuredLinks:
9-
startHere:
8+
includedCategories:
9+
- Set up GitHub Desktop
10+
- Configure and customize GitHub Desktop
11+
- Add and clone repositories
12+
- Work with branches and pull requests
13+
- Manage commits
14+
carousels:
15+
recommended:
16+
- /desktop/overview/getting-started-with-github-desktop
17+
- /desktop/overview/about-github-desktop
1018
- /desktop/overview/creating-your-first-repository-using-github-desktop
11-
- /desktop/installing-and-authenticating-to-github-desktop/installing-github-desktop
12-
- /desktop/installing-and-authenticating-to-github-desktop/authenticating-to-github-in-github-desktop
13-
guideCards:
14-
- /desktop/making-changes-in-a-branch/stashing-changes-in-github-desktop
15-
- /desktop/managing-commits/reverting-a-commit-in-github-desktop
16-
- /desktop/managing-commits/amending-a-commit-in-github-desktop
17-
- /desktop/managing-commits/cherry-picking-a-commit-in-github-desktop
18-
popular:
1919
- /desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop
20+
- /desktop/making-changes-in-a-branch/committing-and-reviewing-changes-to-your-project-in-github-desktop
2021
- /desktop/making-changes-in-a-branch/managing-branches-in-github-desktop
21-
- /desktop/working-with-your-remote-repository-on-github-or-github-enterprise/syncing-your-branch-in-github-desktop
22-
- /desktop/working-with-your-remote-repository-on-github-or-github-enterprise/creating-an-issue-or-pull-request-from-github-desktop
2322
- /desktop/making-changes-in-a-branch/pushing-changes-to-github-from-github-desktop
23+
- /desktop/working-with-your-remote-repository-on-github-or-github-enterprise/creating-an-issue-or-pull-request-from-github-desktop
24+
- /desktop/managing-commits/options-for-managing-commits-in-github-desktop
2425
changelog:
2526
label: desktop
2627
versions:
2728
feature: desktop
28-
layout: product-landing
29+
layout: discovery-landing
2930
versions:
3031
feature: desktop
3132
children:
@@ -41,4 +42,3 @@ redirect_from:
4142
- /desktop/contributing-and-collaborating-using-github-desktop
4243
- /desktop/installing-and-configuring-github-desktop
4344
---
44-

0 commit comments

Comments
 (0)