1
0
mirror of synced 2025-12-19 18:10:59 -05:00

[EDI - Builders] Update short titles for Copilot "How-tos" (part 2) (#56773)

Co-authored-by: hubwriter <hubwriter@github.com>
This commit is contained in:
Sophie
2025-07-23 18:18:01 +02:00
committed by GitHub
parent 031e0e42aa
commit b81f7b099c
12 changed files with 12 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
--- ---
title: Administer GitHub Copilot for your team title: Administer GitHub Copilot for your team
shortTitle: Administer shortTitle: Administer Copilot
intro: 'Learn how to administer {% data variables.product.prodname_copilot %} for your organization or enterprise.' intro: 'Learn how to administer {% data variables.product.prodname_copilot %} for your organization or enterprise.'
versions: versions:
feature: copilot feature: copilot
@@ -11,4 +11,3 @@ children:
- /enterprises - /enterprises
- /download-activity-report - /download-activity-report
--- ---

View File

@@ -1,6 +1,6 @@
--- ---
title: Reviewing audit logs for Copilot Business title: Reviewing audit logs for Copilot Business
shortTitle: Audit logs shortTitle: Review audit logs
intro: 'Review the audit logs for your {% data variables.copilot.copilot_business_short %} plan to understand what actions have been taken by which users.' intro: 'Review the audit logs for your {% data variables.copilot.copilot_business_short %} plan to understand what actions have been taken by which users.'
redirect_from: redirect_from:
- /copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business - /copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business

View File

@@ -1,6 +1,6 @@
--- ---
title: Reviewing user activity data for Copilot in your organization title: Reviewing user activity data for Copilot in your organization
shortTitle: User activity data shortTitle: Review user activity data
intro: 'Review {% data variables.product.prodname_copilot %} usage in your organization to make informed decisions about seat assignment.' intro: 'Review {% data variables.product.prodname_copilot %} usage in your organization to make informed decisions about seat assignment.'
permissions: Organization owners permissions: Organization owners
product: 'Organizations with a plan to {% ifversion ghec %}{% data variables.copilot.copilot_enterprise_short %} or{% endif %} {% data variables.copilot.copilot_business_short %}' product: 'Organizations with a plan to {% ifversion ghec %}{% data variables.copilot.copilot_enterprise_short %} or{% endif %} {% data variables.copilot.copilot_business_short %}'

View File

@@ -5,7 +5,7 @@ versions:
feature: copilot-extensions feature: copilot-extensions
topics: topics:
- Copilot - Copilot
shortTitle: Context passing shortTitle: Use context passing
type: how_to type: how_to
redirect_from: redirect_from:
- /copilot/building-copilot-extensions/building-a-copilot-agent-for-your-copilot-extension/context-passing-for-your-agent - /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`:
// The reference type. // The reference type.
"type": "client.file", "type": "client.file",
"data": { "data": {
// The full content of the active file. // The full content of the active file.
"content": "Lorem ipsum dolor sit amet, consectetur adipiscing elit", "content": "Lorem ipsum dolor sit amet, consectetur adipiscing elit",
"language": "plaintext" "language": "plaintext"
}, },

View File

@@ -1,6 +1,6 @@
--- ---
title: Copilot Extensions title: Copilot Extensions
shortTitle: Copilot Extensions shortTitle: Use Copilot Extensions
intro: 'Learn how to integrate external tools with {% data variables.product.prodname_copilot_short %}.' intro: 'Learn how to integrate external tools with {% data variables.product.prodname_copilot_short %}.'
versions: versions:
feature: copilot feature: copilot
@@ -17,4 +17,3 @@ children:
redirect_from: redirect_from:
- /copilot/building-copilot-extensions - /copilot/building-copilot-extensions
--- ---

View File

@@ -1,6 +1,5 @@
--- ---
title: Configure personal settings title: Configure personal settings
shortTitle: Personal settings
intro: 'You can manage the configuration of {% data variables.product.prodname_copilot %} in a supported IDE or on {% data variables.product.github %}.' intro: 'You can manage the configuration of {% data variables.product.prodname_copilot %} in a supported IDE or on {% data variables.product.github %}.'
versions: versions:
feature: copilot feature: copilot
@@ -15,4 +14,3 @@ redirect_from:
- /copilot/configuring-github-copilot - /copilot/configuring-github-copilot
- /copilot/managing-copilot/configure-personal-settings - /copilot/managing-copilot/configure-personal-settings
--- ---

View File

@@ -1,6 +1,6 @@
--- ---
title: Manage and monitor spending for Copilot title: Manage and monitor spending for Copilot
shortTitle: Spending shortTitle: Manage and track spending
intro: 'Manage and track spending on Copilot for your company.' intro: 'Manage and track spending on Copilot for your company.'
versions: versions:
feature: copilot feature: copilot
@@ -13,4 +13,3 @@ children:
redirect_from: redirect_from:
- /copilot/how-tos/premium-requests - /copilot/how-tos/premium-requests
--- ---

View File

@@ -1,6 +1,6 @@
--- ---
title: Managing the premium request allowance for users in your enterprise title: Managing the premium request allowance for users in your enterprise
shortTitle: Enterprise premium requests shortTitle: Manage for your enterprise
intro: 'Change the default spending limit or upgrade users to {% data variables.copilot.copilot_enterprise_short %}.' intro: 'Change the default spending limit or upgrade users to {% data variables.copilot.copilot_enterprise_short %}.'
permissions: 'Enterprise owners' permissions: 'Enterprise owners'
versions: versions:

View File

@@ -1,6 +1,6 @@
--- ---
title: Troubleshoot GitHub Copilot title: Troubleshoot GitHub Copilot
shortTitle: Troubleshoot shortTitle: Troubleshoot Copilot
intro: 'These guides provide information for troubleshooting {% data variables.product.prodname_copilot %}.' intro: 'These guides provide information for troubleshooting {% data variables.product.prodname_copilot %}.'
versions: versions:
fpt: '*' fpt: '*'

View File

@@ -5,7 +5,7 @@ versions:
feature: copilot feature: copilot
topics: topics:
- Copilot - Copilot
shortTitle: Common issues with GitHub Copilot shortTitle: Troubleshoot common issues
redirect_from: redirect_from:
- /copilot/troubleshooting-github-copilot/troubleshooting-common-issues-with-github-copilot - /copilot/troubleshooting-github-copilot/troubleshooting-common-issues-with-github-copilot
- /copilot/troubleshooting-github-copilot/troubleshooting-issues-with-github-copilot-chat-in-ides - /copilot/troubleshooting-github-copilot/troubleshooting-issues-with-github-copilot-chat-in-ides

View File

@@ -7,7 +7,7 @@ topics:
- Networking - Networking
versions: versions:
feature: copilot feature: copilot
shortTitle: Connectivity security settings shortTitle: Troubleshoot firewall settings
redirect_from: redirect_from:
- /copilot/troubleshooting-github-copilot/troubleshooting-firewall-settings-for-github-copilot - /copilot/troubleshooting-github-copilot/troubleshooting-firewall-settings-for-github-copilot
--- ---

View File

@@ -10,7 +10,7 @@ redirect_from:
- /copilot/troubleshooting-github-copilot/troubleshooting-network-errors-for-github-copilot - /copilot/troubleshooting-github-copilot/troubleshooting-network-errors-for-github-copilot
versions: versions:
feature: copilot feature: copilot
shortTitle: Network errors shortTitle: Troubleshoot network errors
--- ---
If you're working on company equipment and connecting to a corporate network, you may be connecting to the Internet via a VPN or an HTTP proxy server. In some cases, these types of network setups may prevent {% data variables.product.prodname_copilot %} from connecting to {% data variables.product.prodname_dotcom %}'s server. For more information about the options for setting up proxies with {% data variables.product.prodname_copilot %}, see [AUTOTITLE](/copilot/configuring-github-copilot/configuring-network-settings-for-github-copilot). If you're working on company equipment and connecting to a corporate network, you may be connecting to the Internet via a VPN or an HTTP proxy server. In some cases, these types of network setups may prevent {% data variables.product.prodname_copilot %} from connecting to {% data variables.product.prodname_dotcom %}'s server. For more information about the options for setting up proxies with {% data variables.product.prodname_copilot %}, see [AUTOTITLE](/copilot/configuring-github-copilot/configuring-network-settings-for-github-copilot).