Skip to content

Commit 57285a0

Browse files
authored
Merge pull request #39064 from github/repo-sync
Repo sync
2 parents fcb418a + 4296118 commit 57285a0

File tree

109 files changed

+1262
-339
lines changed

Some content is hidden

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

109 files changed

+1262
-339
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The bulleted points in a bullet list should always be denoted in Markdown using
1010

1111
Within Markdown files, with the exception of the `title` field in the metadata at the start of a file, **always use the Liquid syntax variables rather than text** if a variable has been defined for that text. This ensures consistency and makes it easier to update product names globally.
1212

13-
**Important**: Variables must be used in all content, including reusable content, data files, and regular articles. The only exception is the `title` field in frontmatter metadata.
13+
**Important**: Variables must be used in all content, including reusable content, data files, and regular articles. The only exceptions are the `title` field in frontmatter metadata and any file in the `content/site-policy` directory.
1414

1515
For example:
1616

content/code-security/secret-scanning/introduction/supported-secret-scanning-patterns.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ In addition to these generic non-provider patterns, {% data variables.product.pr
7979
| Provider | Token | Partner | User | Push protection | Validity check |
8080
|----|:----|:----:|:----:|:----:|:----:|
8181
{%- for entry in secretScanningData %}
82-
| {{ entry.provider }} | {{ entry.secretType }} | {% if entry.isPublic %}{% octicon "check" aria-label="Supported" %}{% else %}{% octicon "x" aria-label="Unsupported" %}{% endif %} | {% if entry.isPrivateWithGhas %}{% octicon "check" aria-label="Supported" %}{% else %}{% octicon "x" aria-label="Unsupported" %}{% endif %} | {% if entry.hasPushProtection %}{% octicon "check" aria-label="Supported" %}{% else %}{% octicon "x" aria-label="Unsupported" %}{% endif %} | {% if entry.hasValidityCheck %}{% octicon "check" aria-label="Supported" %}{% else %}{% octicon "x" aria-label="Unsupported" %}{% endif %} |
82+
| {{ entry.provider }} | {{ entry.secretType }} | {% if entry.isPublic %}<span role="img" class="octicon-bg-check" aria-label="Supported">✓</span>{% else %}<span role="img" class="octicon-bg-x" aria-label="Unsupported">✗</span>{% endif %} | {% if entry.isPrivateWithGhas %}<span role="img" class="octicon-bg-check" aria-label="Supported">✓</span>{% else %}<span role="img" class="octicon-bg-x" aria-label="Unsupported">✗</span>{% endif %} | {% if entry.hasPushProtection %}<span role="img" class="octicon-bg-check" aria-label="Supported">✓</span>{% else %}<span role="img" class="octicon-bg-x" aria-label="Unsupported">✗</span>{% endif %} | {% if entry.hasValidityCheck %}<span role="img" class="octicon-bg-check" aria-label="Supported">✓</span>{% else %}<span role="img" class="octicon-bg-x" aria-label="Unsupported">✗</span>{% endif %} |
8383
{%- endfor %}
8484

8585
{% endif %}
@@ -90,7 +90,7 @@ In addition to these generic non-provider patterns, {% data variables.product.pr
9090
| Provider | Token | {% data variables.product.prodname_secret_scanning_caps %} alert | Push protection | Validity check |
9191
|----|:----|:----:|:----:|:----:|
9292
{%- for entry in secretScanningData %}
93-
| {{ entry.provider }} | {{ entry.secretType }} | {% if entry.isPrivateWithGhas %}{% octicon "check" aria-label="Supported" %}{% else %}{% octicon "x" aria-label="Unsupported" %}{% endif %} | {% if entry.hasPushProtection %}{% octicon "check" aria-label="Supported" %}{% else %}{% octicon "x" aria-label="Unsupported" %}{% endif %} | {% if entry.hasValidityCheck %}{% octicon "check" aria-label="Supported" %}{% else %}{% octicon "x" aria-label="Unsupported" %}{% endif %} |
93+
| {{ entry.provider }} | {{ entry.secretType }} | {% if entry.isPrivateWithGhas %}<span role="img" class="octicon-bg-check" aria-label="Supported">✓</span>{% else %}<span role="img" class="octicon-bg-x" aria-label="Unsupported">✗</span>{% endif %} | {% if entry.hasPushProtection %}<span role="img" class="octicon-bg-check" aria-label="Supported">✓</span>{% else %}<span role="img" class="octicon-bg-x" aria-label="Unsupported">✗</span>{% endif %} | {% if entry.hasValidityCheck %}<span role="img" class="octicon-bg-check" aria-label="Supported">✓</span>{% else %}<span role="img" class="octicon-bg-x" aria-label="Unsupported">✗</span>{% endif %} |
9494
{%- endfor %}
9595

9696
{% endif %}

content/copilot/building-copilot-extensions/building-a-copilot-agent-for-your-copilot-extension/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ versions:
77
topics:
88
- Copilot
99
children:
10-
- /about-copilot-agents
1110
- /configuring-your-copilot-agent-to-communicate-with-the-copilot-platform
1211
- /configuring-your-copilot-agent-to-communicate-with-github
1312
- /context-passing-for-your-agent
1413
- /using-copilots-llm-for-your-agent
1514
---
15+

content/copilot/building-copilot-extensions/building-a-copilot-skillset-for-your-copilot-extension/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ versions:
77
topics:
88
- Copilot
99
children:
10-
- /about-copilot-skillsets
1110
- /building-copilot-skillsets
1211
---
1312

content/copilot/building-copilot-extensions/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ versions:
77
topics:
88
- Copilot
99
children:
10-
- /about-building-copilot-extensions
1110
- /quickstart-for-github-copilot-extensions-using-agents
1211
- /setting-up-copilot-extensions
1312
- /creating-a-copilot-extension
@@ -16,6 +15,5 @@ children:
1615
- /using-oidc-with-github-copilot-extensions
1716
- /debugging-your-github-copilot-extension
1817
- /managing-the-availability-of-your-copilot-extension
19-
- /copilot-extensions-faq
20-
- /copilot-extensions-glossary
2118
---
19+
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: About assigning tasks to Copilot
3+
shortTitle: Assign tasks to Copilot
34
intro: 'You can assign {% data variables.product.github %} issues to {% data variables.product.prodname_copilot_short %}, or ask {% data variables.product.prodname_copilot_short %} to create a pull request.'
45
product: '{% data reusables.gated-features.copilot-coding-agent %}<br><a href="https://github.com/features/copilot/plans?ref_cta=Copilot+plans+signup&ref_loc=about+assigning+issues+to+copilot&ref_page=docs" target="_blank" class="btn btn-primary mt-3 mr-3 no-underline"><span>Sign up for {% data variables.product.prodname_copilot_short %}</span> {% octicon "link-external" height:16 %}</a>'
56
versions:
@@ -11,6 +12,7 @@ redirect_from:
1112
- /copilot/using-github-copilot/using-copilot-coding-agent-to-work-on-tasks/about-assigning-tasks-to-copilot
1213
- /copilot/using-github-copilot/using-copilot-coding-agent-to-work-on-issues/about-assigning-issues-to-copilot
1314
- /copilot/using-github-copilot/using-copilot-coding-agent-to-work-on-issues/about-assigning-tasks-to-copilot
15+
- /copilot/using-github-copilot/coding-agent/about-assigning-tasks-to-copilot
1416
---
1517

1618
> [!NOTE]

content/copilot/customizing-copilot/about-customizing-github-copilot-chat-responses.md renamed to content/copilot/concepts/about-customizing-github-copilot-chat-responses.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
22
title: About customizing GitHub Copilot Chat responses
3-
shortTitle: About customizing Copilot responses
3+
shortTitle: Customize Copilot responses
44
intro: 'Learn about customizing {% data variables.copilot.copilot_chat %} responses to fit with your preferences and requirements.'
55
versions:
66
feature: copilot
77
topics:
88
- Copilot
9+
redirect_from:
10+
- /copilot/customizing-copilot/about-customizing-github-copilot-chat-responses
911
---
1012

1113
{% webui %}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ versions:
88
type: overview
99
topics:
1010
- Copilot
11+
redirect_from:
12+
- /copilot/using-github-copilot/copilot-spaces/about-organizing-and-sharing-context-with-copilot-spaces
1113
---
1214

1315
{% data reusables.copilot.copilot-spaces.preview-note %}

content/copilot/building-copilot-extensions/about-building-copilot-extensions.md renamed to content/copilot/concepts/build-copilot-extensions/about-building-copilot-extensions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ topics:
88
- Copilot
99
shortTitle: About building Extensions
1010
type: overview
11+
redirect_from:
12+
- /copilot/building-copilot-extensions/about-building-copilot-extensions
1113
---
1214

1315
## About {% data variables.copilot.copilot_extensions_short %}
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
---
2-
title: About Copilot agents
2+
title: About agents for Copilot Extensions
3+
shortTitle: Agents for Copilot Extensions
34
intro: 'Learn what {% data variables.copilot.copilot_agents %} are and how they can enhance your {% data variables.copilot.copilot_chat %} experience.'
5+
allowTitleToDifferFromFilename: true
46
versions:
57
feature: copilot-extensions
68
topics:
79
- Copilot
8-
shortTitle: About Copilot agents
910
type: overview
11+
redirect_from:
12+
- /copilot/building-copilot-extensions/building-a-copilot-agent-for-your-copilot-extension/about-copilot-agents
1013
---
1114

1215
{% data variables.copilot.copilot_agents_short %} are custom tools embedded in {% data variables.copilot.copilot_extensions_short %}. They integrate with {% data variables.copilot.copilot_chat_short %} to provide additional functionalities tailored to specific needs. {% data variables.copilot.copilot_agents_short %} can perform various tasks such as querying documentation, retrieving data, executing specific actions, or providing AI-assisted coding suggestions. They enhance the capabilities of {% data variables.product.prodname_copilot %} by allowing developers to build and integrate custom features directly into the {% data variables.copilot.copilot_chat_short %} interface.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Concepts for Copilot Extensions
3+
shortTitle: Build Copilot Extensions
4+
intro: 'Understand components for building {% data variables.copilot.copilot_extensions_short %}.'
5+
versions:
6+
feature: copilot
7+
topics:
8+
- Copilot
9+
children:
10+
- /about-building-copilot-extensions
11+
- /agents-for-copilot-extensions
12+
- /skillsets-for-copilot-extensions
13+
---
14+
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
---
2-
title: About Copilot skillsets
2+
title: About skillsets for Copilot Extensions
33
intro: 'Learn what {% data variables.copilot.copilot_skillsets %} are and how they simplify integrating third-party tools and functions into your {% data variables.product.prodname_copilot_short %} experience.'
44
versions:
55
feature: copilot-extensions
66
topics:
77
- Copilot
8-
shortTitle: About {% data variables.copilot.copilot_skillsets_short %}
8+
shortTitle: Skillsets for Copilot Extensions
9+
allowTitleToDifferFromFilename: true
910
type: overview
11+
redirect_from:
12+
- /copilot/building-copilot-extensions/building-a-copilot-skillset-for-your-copilot-extension/about-copilot-skillsets
1013
---
1114

1215
A skill within {% data variables.product.prodname_copilot %} is a tool that the model calls to perform a specific task in response to a user query. A skillset is a collection of these skills (up to five per skillset). {% data variables.copilot.copilot_skillsets %} provide a streamlined way to extend {% data variables.product.prodname_copilot_short %}’s functionality, allowing builders to integrate external services or custom API endpoints into their {% data variables.product.prodname_copilot_short %} workflow. With skillsets, builders can enable {% data variables.product.prodname_copilot_short %} to perform tasks—such as retrieving data or executing actions in third-party services—without needing to manage complex workflows or architecture.
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: About billing for GitHub Copilot in your enterprise
3-
shortTitle: About billing
3+
shortTitle: Billing for enterprises
44
intro: 'Learn about pricing and billing cycles for {% data variables.product.prodname_copilot_short %} in your enterprise.'
5-
permissions: 'Enterprise owners'
5+
permissions: Enterprise owners
66
product: '{% data variables.copilot.copilot_for_business %} and {% data variables.copilot.copilot_enterprise %}'
77
versions:
88
feature: copilot
@@ -11,6 +11,7 @@ topics:
1111
- Copilot
1212
redirect_from:
1313
- /copilot/managing-copilot/managing-copilot-for-your-enterprise/managing-the-copilot-subscription-for-your-enterprise/about-billing-for-github-copilot-in-your-enterprise
14+
- /copilot/managing-copilot/managing-copilot-for-your-enterprise/managing-the-copilot-plan-for-your-enterprise/about-billing-for-github-copilot-in-your-enterprise
1415
---
1516

1617
## About {% data variables.product.prodname_copilot_short %} plans for your enterprise
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: About billing for GitHub Copilot in your organization
3-
shortTitle: About billing
3+
shortTitle: Billing for organizations
44
intro: 'Learn about pricing and billing cycles for {% data variables.product.prodname_copilot_short %} in your organization.'
5-
permissions: 'Organization owners'
5+
permissions: Organization owners
66
product: '{% data variables.copilot.copilot_for_business %}'
77
versions:
88
feature: copilot
@@ -11,6 +11,7 @@ topics:
1111
- Copilot
1212
redirect_from:
1313
- /copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-the-copilot-subscription-for-your-organization/about-billing-for-github-copilot-in-your-organization
14+
- /copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-the-copilot-plan-for-your-organization/about-billing-for-github-copilot-in-your-organization
1415
---
1516

1617
## About pricing for {% data variables.product.prodname_copilot_short %} in your organization
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: About billing for individual Copilot plans
3-
shortTitle: About billing
3+
shortTitle: Billing for individuals
44
intro: 'Learn how billing works for {% data variables.copilot.copilot_pro_short %} and {% data variables.copilot.copilot_pro_plus_short %}.'
55
versions:
66
feature: copilot
@@ -11,6 +11,7 @@ redirect_from:
1111
- /copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/managing-your-copilot-subscription/about-billing-for-github-copilot-individual
1212
- /copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/managing-your-github-copilot-pro-subscription/about-billing-for-copilot-pro
1313
- /copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/billing-and-payments/about-billing-for-copilot-pro
14+
- /copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/billing-and-payments/about-billing-for-individual-copilot-plans
1415
---
1516

1617
## Pricing for {% data variables.copilot.copilot_pro_short %} and {% data variables.copilot.copilot_pro_plus_short %}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: About individual Copilot plans and benefits
3+
shortTitle: Individual Copilot plans and benefits
34
intro: '{% data variables.product.company_short %} offers several {% data variables.product.prodname_copilot_short %} plans for individual developers, each with different features, model access, and usage limits to support a wide range of coding needs.'
45
versions:
56
feature: copilot
@@ -10,6 +11,7 @@ redirect_from:
1011
- /copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/about-github-copilot-free
1112
- /copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/managing-copilot-free/about-github-copilot-free
1213
- /copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/getting-started-with-copilot-on-your-personal-account/about-github-copilot-free
14+
- /copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/getting-started-with-copilot-on-your-personal-account/about-individual-copilot-plans-and-benefits
1315
---
1416

1517
{% data variables.product.company_short %} offers three {% data variables.product.prodname_copilot_short %} plans for individual developers, each designed to meet different needs based on your coding habits, interest in AI models, and desired level of flexibility.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: 'Concepts for GitHub Copilot billing'
3+
shortTitle: Copilot billing
4+
intro: 'Understand billing and usage for {% data variables.product.prodname_copilot %}.'
5+
versions:
6+
feature: copilot
7+
topics:
8+
- Copilot
9+
children:
10+
- /understanding-and-managing-requests-in-copilot
11+
- /about-individual-copilot-plans-and-benefits
12+
- /about-billing-for-individual-copilot-plans
13+
- /about-billing-for-github-copilot-in-your-organization
14+
- /about-billing-for-github-copilot-in-your-enterprise
15+
redirect_from:
16+
- /managing-copilot/managing-copilot-as-an-individual-subscriber/billing-and-payments
17+
---
18+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ redirect_from:
1010
- /copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/monitoring-usage-and-entitlements/avoiding-unexpected-copilot-costs
1111
- /copilot/managing-copilot/monitoring-usage-and-entitlements/avoiding-unexpected-copilot-costs
1212
- /copilot/managing-copilot/monitoring-usage-and-entitlements/about-premium-requests
13+
- /copilot/managing-copilot/understanding-and-managing-copilot-usage/understanding-and-managing-requests-in-copilot
1314
---
1415

1516
> [!IMPORTANT]

content/copilot/concepts/index.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: 'Concepts for GitHub Copilot'
3+
shortTitle: Concepts
4+
intro: 'Learn the core concepts that you''ll need to understand {% data variables.product.prodname_copilot %}.'
5+
versions:
6+
feature: copilot
7+
topics:
8+
- Copilot
9+
children:
10+
- /copilot-billing
11+
- /prompt-engineering-for-copilot-chat
12+
- /about-customizing-github-copilot-chat-responses
13+
- /about-assigning-tasks-to-copilot
14+
- /indexing-repositories-for-copilot-chat
15+
- /about-organizing-and-sharing-context-with-copilot-spaces
16+
- /build-copilot-extensions
17+
redirect_from:
18+
- /copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/billing-and-payments
19+
---
20+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ redirect_from:
1212
- /copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-github-copilot-features-in-your-organization/indexing-repositories-for-copilot-chat
1313
- /copilot/customizing-copilot/indexing-repositories-for-copilot-chat
1414
- /copilot/using-github-copilot/indexing-repositories-for-copilot-chat
15+
- /copilot/using-github-copilot/copilot-chat/indexing-repositories-for-copilot-chat
1516
---
1617

1718
## Benefit of indexing repositories
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ topics:
88
- Copilot
99
redirect_from:
1010
- /copilot/using-github-copilot/prompt-engineering-for-github-copilot
11+
- /copilot/using-github-copilot/copilot-chat/prompt-engineering-for-copilot-chat
1112
---
1213

1314
A prompt is a request that you make to {% data variables.product.prodname_copilot %}. For example, a question that you ask {% data variables.copilot.copilot_chat_short %}, or a code snippet that you ask {% data variables.product.prodname_copilot_short %} to complete. In addition to your prompt, {% data variables.product.prodname_copilot_short %} uses additional context, like the code in your current file and the chat history, to generate a response.

content/copilot/customizing-copilot/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ topics:
99
children:
1010
- /using-model-context-protocol
1111
- /extending-the-capabilities-of-github-copilot-in-your-organization
12-
- /about-customizing-github-copilot-chat-responses
1312
- /adding-personal-custom-instructions-for-github-copilot
1413
- /adding-repository-custom-instructions-for-github-copilot
1514
- /adding-organization-custom-instructions-for-github-copilot
@@ -21,3 +20,4 @@ redirect_from:
2120
- /copilot/managing-copilot/managing-github-copilot-in-your-organization/customizing-copilot-for-your-organization
2221
- /copilot/managing-copilot/managing-github-copilot-in-your-organization/enhancing-copilot-for-your-organization
2322
---
23+

content/copilot/index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ featuredLinks:
1515
- /copilot/get-started/what-is-github-copilot
1616
- /copilot/get-started/quickstart
1717
- /copilot/building-copilot-extensions/quickstart-for-github-copilot-extensions-using-agents
18-
- /copilot/using-github-copilot/coding-agent/about-assigning-tasks-to-copilot
18+
- /copilot/concepts/about-assigning-tasks-to-copilot
1919
popular:
2020
- /copilot/get-started/github-copilot-features
21-
- /copilot/copilot-chat-cookbook
21+
- /copilot/tutorials/copilot-chat-cookbook
2222
- /copilot/using-github-copilot/getting-code-suggestions-in-your-ide-with-github-copilot
2323
- /copilot/using-github-copilot/copilot-chat/asking-github-copilot-questions-in-your-ide
2424
- /copilot/using-github-copilot/using-github-copilot-in-the-command-line
@@ -27,11 +27,12 @@ versions:
2727
feature: copilot
2828
children:
2929
- /get-started
30+
- /concepts
3031
- /using-github-copilot
31-
- /copilot-chat-cookbook
3232
- /managing-copilot
33-
- /rolling-out-github-copilot-at-scale
3433
- /customizing-copilot
34+
- /reference
35+
- /tutorials
3536
- /building-copilot-extensions
3637
- /troubleshooting-github-copilot
3738
- /responsible-use-of-github-copilot-features

content/copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/billing-and-payments/index.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

content/copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/getting-started-with-copilot-on-your-personal-account/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ versions:
77
topics:
88
- Copilot
99
children:
10-
- /about-individual-copilot-plans-and-benefits
1110
- /getting-started-with-a-copilot-plan
1211
- /getting-free-access-to-copilot-pro-as-a-student-teacher-or-maintainer
1312
redirect_from:
1413
- /copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/managing-copilot-free
1514
---
15+

content/copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ topics:
99
children:
1010
- /getting-started-with-copilot-on-your-personal-account
1111
- /managing-your-copilot-plan
12-
- /billing-and-payments
1312
---

0 commit comments

Comments
 (0)