Skip to content

Commit dff4efc

Browse files
SiaraMistsarahs
andauthored
Create Copilot "Reference" category (#56318)
Co-authored-by: Sarah Schneider <[email protected]>
1 parent f12fd0b commit dff4efc

File tree

12 files changed

+52
-7
lines changed

12 files changed

+52
-7
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ children:
1616
- /using-oidc-with-github-copilot-extensions
1717
- /debugging-your-github-copilot-extension
1818
- /managing-the-availability-of-your-copilot-extension
19-
- /copilot-extensions-faq
20-
- /copilot-extensions-glossary
2119
---
20+

content/copilot/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ children:
3030
- /using-github-copilot
3131
- /managing-copilot
3232
- /customizing-copilot
33+
- /reference
3334
- /tutorials
3435
- /building-copilot-extensions
3536
- /troubleshooting-github-copilot
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
22
title: Choosing the right AI model for your task
3-
shortTitle: 'Choose the right AI model'
3+
shortTitle: Choose the right AI model
44
intro: 'Compare available AI models in {% data variables.copilot.copilot_chat_short %} and choose the best model for your task.'
55
versions:
66
feature: copilot
77
topics:
88
- Copilot
9+
redirect_from:
10+
- /copilot/using-github-copilot/ai-models/choosing-the-right-ai-model-for-your-task
911
---
1012

1113
## Comparison of AI models for {% data variables.product.prodname_copilot %}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: 'AI models for Copilot'
3+
shortTitle: AI models
4+
intro: 'Find information about large language models you can use to power {% data variables.product.prodname_copilot %}.'
5+
versions:
6+
feature: copilot
7+
topics:
8+
- Copilot
9+
children:
10+
- /supported-ai-models-in-copilot
11+
- /choosing-the-right-ai-model-for-your-task
12+
---
13+

content/copilot/using-github-copilot/ai-models/supported-ai-models-in-copilot.md renamed to content/copilot/reference/ai-models/supported-ai-models-in-copilot.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ redirect_from:
1515
- /copilot/using-github-copilot/ai-models/using-openai-gpt-41-in-github-copilot
1616
- /copilot/using-github-copilot/ai-models/using-openai-o3-in-github-copilot
1717
- /copilot/using-github-copilot/ai-models/using-openai-o4-mini-in-github-copilot
18+
- /copilot/using-github-copilot/ai-models/supported-ai-models-in-copilot
1819
---
1920

2021
{% data variables.product.prodname_copilot %} supports multiple models, each with different strengths. Some models prioritize speed and cost-efficiency, while others are optimized for accuracy, reasoning, or working with multimodal inputs (like images and code together).

content/copilot/building-copilot-extensions/copilot-extensions-faq.md renamed to content/copilot/reference/copilot-extensions/copilot-extensions-faq.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ topics:
77
- Copilot
88
shortTitle: Extensions FAQ
99
type: reference
10+
redirect_from:
11+
- /copilot/building-copilot-extensions/copilot-extensions-faq
1012
---
1113

1214
## General

content/copilot/building-copilot-extensions/copilot-extensions-glossary.md renamed to content/copilot/reference/copilot-extensions/copilot-extensions-glossary.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ topics:
77
- Copilot
88
shortTitle: Extensions Glossary
99
type: reference
10+
redirect_from:
11+
- /copilot/building-copilot-extensions/copilot-extensions-glossary
1012
---
1113

1214
The following terms are used in the context of {% data variables.copilot.copilot_extensions_short %}, and are defined here for clarity.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Copilot Extensions
3+
shortTitle: Copilot Extensions
4+
intro: 'Find information about building {% data variables.copilot.copilot_extensions %}.'
5+
versions:
6+
feature: copilot
7+
topics:
8+
- Copilot
9+
children:
10+
- /copilot-extensions-faq
11+
- /copilot-extensions-glossary
12+
---
13+
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
22
title: GitHub Copilot Chat cheat sheet
33
shortTitle: Copilot Chat cheat sheet
4-
intro: "Use this cheat sheet to quickly reference the most common commands and options for using {% data variables.copilot.copilot_chat %}."
4+
intro: 'Use this cheat sheet to quickly reference the most common commands and options for using {% data variables.copilot.copilot_chat %}.'
55
versions:
66
feature: copilot
77
topics:
88
- Copilot
99
redirect_from:
1010
- /copilot/using-github-copilot/github-copilot-chat-cheat-sheet
11+
- /copilot/using-github-copilot/copilot-chat/github-copilot-chat-cheat-sheet
1112
---
1213

1314
{% webui %}

content/copilot/reference/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: 'Reference for {% data variables.product.prodname_copilot %}'
3+
shortTitle: Reference
4+
intro: 'Find information to apply to your work with {% data variables.product.prodname_copilot %}.'
5+
versions:
6+
feature: copilot
7+
topics:
8+
- Copilot
9+
children:
10+
- /github-copilot-chat-cheat-sheet
11+
- /ai-models
12+
- /copilot-extensions
13+
---
14+

0 commit comments

Comments
 (0)