Skip to content

Commit b81f7b0

Browse files
[EDI - Builders] Update short titles for Copilot "How-tos" (part 2) (#56773)
Co-authored-by: hubwriter <[email protected]>
1 parent 031e0e4 commit b81f7b0

File tree

12 files changed

+12
-17
lines changed

12 files changed

+12
-17
lines changed

content/copilot/how-tos/administer/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Administer GitHub Copilot for your team
3-
shortTitle: Administer
3+
shortTitle: Administer Copilot
44
intro: 'Learn how to administer {% data variables.product.prodname_copilot %} for your organization or enterprise.'
55
versions:
66
feature: copilot
@@ -11,4 +11,3 @@ children:
1111
- /enterprises
1212
- /download-activity-report
1313
---
14-

content/copilot/how-tos/administer/organizations/reviewing-activity-related-to-github-copilot-in-your-organization/reviewing-audit-logs-for-copilot-business.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Reviewing audit logs for Copilot Business
3-
shortTitle: Audit logs
3+
shortTitle: Review audit logs
44
intro: 'Review the audit logs for your {% data variables.copilot.copilot_business_short %} plan to understand what actions have been taken by which users.'
55
redirect_from:
66
- /copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business

content/copilot/how-tos/administer/organizations/reviewing-activity-related-to-github-copilot-in-your-organization/reviewing-user-activity-data-for-copilot-in-your-organization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Reviewing user activity data for Copilot in your organization
3-
shortTitle: User activity data
3+
shortTitle: Review user activity data
44
intro: 'Review {% data variables.product.prodname_copilot %} usage in your organization to make informed decisions about seat assignment.'
55
permissions: Organization owners
66
product: 'Organizations with a plan to {% ifversion ghec %}{% data variables.copilot.copilot_enterprise_short %} or{% endif %} {% data variables.copilot.copilot_business_short %}'

content/copilot/how-tos/build-copilot-extensions/building-a-copilot-agent-for-your-copilot-extension/context-passing-for-your-agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ versions:
55
feature: copilot-extensions
66
topics:
77
- Copilot
8-
shortTitle: Context passing
8+
shortTitle: Use context passing
99
type: how_to
1010
redirect_from:
1111
- /copilot/building-copilot-extensions/building-a-copilot-agent-for-your-copilot-extension/context-passing-for-your-agent
@@ -65,7 +65,7 @@ The following code shows an example object for `client.file`:
6565
// The reference type.
6666
"type": "client.file",
6767
"data": {
68-
// The full content of the active file.
68+
// The full content of the active file.
6969
"content": "Lorem ipsum dolor sit amet, consectetur adipiscing elit",
7070
"language": "plaintext"
7171
},

content/copilot/how-tos/build-copilot-extensions/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Copilot Extensions
3-
shortTitle: Copilot Extensions
3+
shortTitle: Use Copilot Extensions
44
intro: 'Learn how to integrate external tools with {% data variables.product.prodname_copilot_short %}.'
55
versions:
66
feature: copilot
@@ -17,4 +17,3 @@ children:
1717
redirect_from:
1818
- /copilot/building-copilot-extensions
1919
---
20-

content/copilot/how-tos/personal-settings/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Configure personal settings
3-
shortTitle: Personal settings
43
intro: 'You can manage the configuration of {% data variables.product.prodname_copilot %} in a supported IDE or on {% data variables.product.github %}.'
54
versions:
65
feature: copilot
@@ -15,4 +14,3 @@ redirect_from:
1514
- /copilot/configuring-github-copilot
1615
- /copilot/managing-copilot/configure-personal-settings
1716
---
18-

content/copilot/how-tos/spending/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Manage and monitor spending for Copilot
3-
shortTitle: Spending
3+
shortTitle: Manage and track spending
44
intro: 'Manage and track spending on Copilot for your company.'
55
versions:
66
feature: copilot
@@ -13,4 +13,3 @@ children:
1313
redirect_from:
1414
- /copilot/how-tos/premium-requests
1515
---
16-

content/copilot/how-tos/spending/manage-for-enterprise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Managing the premium request allowance for users in your enterprise
3-
shortTitle: Enterprise premium requests
3+
shortTitle: Manage for your enterprise
44
intro: 'Change the default spending limit or upgrade users to {% data variables.copilot.copilot_enterprise_short %}.'
55
permissions: 'Enterprise owners'
66
versions:

content/copilot/how-tos/troubleshoot/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Troubleshoot GitHub Copilot
3-
shortTitle: Troubleshoot
3+
shortTitle: Troubleshoot Copilot
44
intro: 'These guides provide information for troubleshooting {% data variables.product.prodname_copilot %}.'
55
versions:
66
fpt: '*'

content/copilot/how-tos/troubleshoot/troubleshooting-common-issues-with-github-copilot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ versions:
55
feature: copilot
66
topics:
77
- Copilot
8-
shortTitle: Common issues with GitHub Copilot
8+
shortTitle: Troubleshoot common issues
99
redirect_from:
1010
- /copilot/troubleshooting-github-copilot/troubleshooting-common-issues-with-github-copilot
1111
- /copilot/troubleshooting-github-copilot/troubleshooting-issues-with-github-copilot-chat-in-ides

0 commit comments

Comments
 (0)