Skip to content

Commit 12140f1

Browse files
authored
Merge pull request #37139 from github/repo-sync
Repo sync
2 parents 9e850b8 + 455f2d6 commit 12140f1

File tree

48 files changed

+6687
-2817
lines changed

Some content is hidden

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

48 files changed

+6687
-2817
lines changed

content/codespaces/reference/using-github-copilot-in-github-codespaces.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ To include {% data variables.product.prodname_copilot %}, or other extensions, i
2424

2525
## Further reading
2626

27-
* [AUTOTITLE](/copilot/using-github-copilot/getting-started-with-github-copilot?tool=vscode)
27+
* [AUTOTITLE](/copilot/quickstart)

content/contributing/style-guide-and-content-model/style-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ If a button encourages people to navigate away from the {% data variables.produc
140140

141141
## Call to action (CTA) buttons
142142

143-
CTA buttons emphasize a link that we expect or encourage people to navigate to after reading an article or as part of completing the task that an article describes. CTAs should only take people to {% data variables.product.company_short %}-owned domains. For example, the "Try {% data variables.product.prodname_copilot %}" CTA in [AUTOTITLE](/free-pro-team@latest/copilot/using-github-copilot/getting-started-with-github-copilot) links to the [GitHub Copilot settings menu](https://github.com/settings/copilot) on {% data variables.product.prodname_dotcom_the_website %}.
143+
CTA buttons emphasize a link that we expect or encourage people to navigate to after reading an article or as part of completing the task that an article describes. CTAs should only take people to {% data variables.product.company_short %}-owned domains. For example, the CTA button on [AUTOTITLE](/enterprise-cloud@latest/admin/overview/setting-up-a-trial-of-github-enterprise-cloud) links to [an enterprise sales page](https://github.com/account/enterprises/new?ref_cta=GHEC+trial&ref_loc=setting+up+a+trial+of+github+enterprise+cloud&ref_page=docs) on {% data variables.product.prodname_dotcom_the_website %}.
144144

145145
Only include a CTA button if navigating to the link supports user needs. Do not use CTA buttons solely for marketing GitHub features or products. In the above example, someone who wants to try {% data variables.product.prodname_copilot %} must navigate to the {% data variables.product.prodname_copilot_short %} settings menu and would likely want to after reading the article. In contrast, even though someone might use {% data variables.product.prodname_copilot_short %} as part of writing code that they then create a pull request for, we would not add a "Try {% data variables.product.prodname_copilot %}" CTA to [AUTOTITLE](/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) since {% data variables.product.prodname_copilot_short %} is not connected to the user needs of "Creating a pull request." Most people will create pull requests without using {% data variables.product.prodname_copilot_short %}. But people visiting articles about getting started with {% data variables.product.prodname_copilot_short %} are probably interested in trying {% data variables.product.prodname_copilot_short %} if they are not already using it. So we add the CTA button to help people get where they are trying to go.
146146

content/copilot/customizing-copilot/managing-copilot-knowledge-bases.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ redirect_from:
1717
- /copilot/github-copilot-enterprise/managing-copilot-knowledge-bases
1818
- /copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-copilot-knowledge-bases
1919
- /copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-github-copilot-features-in-your-organization/managing-copilot-knowledge-bases
20+
- /copilot/github-copilot-enterprise/copilot-docset-management/about-copilot-docset-management
2021
---
2122

2223
{% ifversion fpt %}

content/copilot/managing-copilot/configure-personal-settings/configuring-github-copilot-in-your-environment.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If you use a JetBrains IDE, {% data variables.product.prodname_copilot %} can he
2222

2323
## Prerequisites
2424

25-
To configure {% data variables.product.prodname_copilot %} in a JetBrains IDE, you must install the {% data variables.product.prodname_copilot %} plugin. For more information, see [AUTOTITLE](/copilot/using-github-copilot/getting-started-with-github-copilot?tool=jetbrains).
25+
To configure {% data variables.product.prodname_copilot %} in a JetBrains IDE, you must install the {% data variables.product.prodname_copilot %} plugin. For more information, see [AUTOTITLE](/copilot/managing-copilot/configure-personal-settings/installing-the-github-copilot-extension-in-your-environment?tool=jetbrains).
2626

2727
## Using or rebinding keyboard shortcuts for {% data variables.product.prodname_copilot %}
2828

@@ -200,7 +200,7 @@ If you use {% data variables.product.prodname_vs %}, {% data variables.product.p
200200

201201
## Prerequisites
202202

203-
To configure {% data variables.product.prodname_copilot %} in {% data variables.product.prodname_vs %}, you must install the {% data variables.product.prodname_copilot %} plugin. For more information, see [AUTOTITLE](/copilot/using-github-copilot/getting-started-with-github-copilot?tool=visualstudio).
203+
To configure {% data variables.product.prodname_copilot %} in {% data variables.product.prodname_vs %}, you must install the {% data variables.product.prodname_copilot %} plugin. For more information, see [AUTOTITLE](/copilot/configuring-github-copilot/installing-the-github-copilot-extension-in-your-environment?tool=visualstudio).
204204

205205
## Using or rebinding keyboard shortcuts for {% data variables.product.prodname_copilot %}
206206

content/copilot/quickstart.md

+11
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ intro: 'Quickly learn how to use {% data variables.product.prodname_copilot %}.'
44
allowTitleToDifferFromFilename: true
55
versions:
66
feature: copilot
7+
redirect_from:
8+
- /copilot/getting-started-with-github-copilot
9+
- /github/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio-code
10+
- /github/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-a-jetbrains-ide
11+
- /github/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-neovim
12+
- /github/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio
13+
- /copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio-code
14+
- /copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-a-jetbrains-ide
15+
- /copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-neovim
16+
- /copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio
17+
- /copilot/using-github-copilot/getting-started-with-github-copilot
718
shortTitle: Quickstart
819
topics:
920
- Copilot

content/copilot/responsible-use-of-github-copilot-features/responsible-use-of-github-copilot-chat-in-github.md

-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ topics:
88
- Copilot
99
type: rai
1010
redirect_from:
11-
- /copilot/github-copilot-enterprise/copilot-chat-in-github/about-github-copilot-chat
12-
- /copilot/github-copilot-enterprise/copilot-docset-management/about-copilot-docset-management
13-
- /copilot/github-copilot-enterprise/copilot-chat-in-github/about-github-copilot-chat-in-githubcom
14-
- /copilot/github-copilot-chat/copilot-chat-in-github/about-github-copilot-chat-in-githubcom
1511
- /copilot/responsible-use-of-github-copilot-features/responsible-use-of-github-copilot-chat-in-githubcom
1612
---
1713

content/copilot/using-github-copilot/copilot-chat/asking-github-copilot-questions-in-github.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ topics:
88
- Copilot
99
redirect_from:
1010
- /copilot/github-copilot-enterprise/copilot-chat-in-github/using-github-copilot-chat-in-githubcom
11+
- /copilot/github-copilot-enterprise/copilot-chat-in-github/about-github-copilot-chat-in-githubcom
1112
- /copilot/github-copilot-chat/copilot-chat-in-github/using-github-copilot-chat-in-githubcom
13+
- /copilot/github-copilot-chat/copilot-chat-in-github/about-github-copilot-chat-in-githubcom
1214
- /copilot/github-copilot-chat/copilot-chat-in-github
1315
- /copilot/using-github-copilot/asking-github-copilot-questions-in-githubcom
1416
- /copilot/using-github-copilot/asking-github-copilot-questions-in-github

content/copilot/using-github-copilot/copilot-chat/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ versions:
55
feature: copilot
66
topics:
77
- Copilot
8+
redirect_from:
9+
- /copilot/github-copilot-enterprise/copilot-chat-in-github/about-github-copilot-chat
810
children:
911
- /asking-github-copilot-questions-in-your-ide
1012
- /asking-github-copilot-questions-in-github

0 commit comments

Comments
 (0)