Skip to content

Commit 8b17a7e

Browse files
SiaraMistsarahs
andauthored
Create "Tutorials" category for Copilot (#56317)
Co-authored-by: Sarah Schneider <[email protected]>
1 parent 997db12 commit 8b17a7e

File tree

60 files changed

+148
-72
lines changed

Some content is hidden

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

60 files changed

+148
-72
lines changed

content/copilot/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ featuredLinks:
1818
- /copilot/using-github-copilot/coding-agent/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
@@ -28,10 +28,9 @@ versions:
2828
children:
2929
- /get-started
3030
- /using-github-copilot
31-
- /copilot-chat-cookbook
3231
- /managing-copilot
33-
- /rolling-out-github-copilot-at-scale
3432
- /customizing-copilot
33+
- /tutorials
3534
- /building-copilot-extensions
3635
- /troubleshooting-github-copilot
3736
- /responsible-use-of-github-copilot-features
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
22
title: Choosing the right AI tool for your task
3-
shortTitle: 'Choose the right AI tool'
4-
intro: "Understand {% data variables.product.github %}'s AI tools and how they can be used to help develop software."
3+
shortTitle: Choose the right AI tool
4+
intro: 'Understand {% data variables.product.github %}''s AI tools and how they can be used to help develop software.'
55
versions:
66
fpt: '*'
77
topics:
88
- Copilot
9+
redirect_from:
10+
- /copilot/using-github-copilot/guides-on-using-github-copilot/choosing-the-right-ai-tool-for-your-task
911
---
1012

1113
## Overview
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/ai-models/examples-for-ai-model-comparison
11+
- /copilot/using-github-copilot/ai-models/comparing-ai-models-using-different-tasks
1112
---
1213

1314
## Overview

content/copilot/copilot-chat-cookbook/debugging-errors/debugging-invalid-json.md renamed to content/copilot/tutorials/copilot-chat-cookbook/debugging-errors/debugging-invalid-json.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ shortTitle: Debug invalid JSON
44
intro: '{% data variables.copilot.copilot_chat_short %} can identify and resolve syntax errors or structural issues in JSON data.'
55
redirect_from:
66
- /copilot/example-prompts-for-github-copilot-chat/debugging-errors/debugging-invalid-json
7+
- /copilot/copilot-chat-cookbook/debugging-errors/debugging-invalid-json
78
versions:
89
feature: copilot
910
category:
10-
- 'Debugging code'
11+
- Debugging code
1112
complexity:
1213
- Intermediate
1314
octicon: bug

content/copilot/copilot-chat-cookbook/debugging-errors/handling-api-rate-limits.md renamed to content/copilot/tutorials/copilot-chat-cookbook/debugging-errors/handling-api-rate-limits.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ shortTitle: Handle API rate limits
44
intro: '{% data variables.copilot.copilot_chat_short %} can help handle API rate limits by suggesting code that detects implements retry logic.'
55
redirect_from:
66
- /copilot/example-prompts-for-github-copilot-chat/debugging-errors/handling-api-rate-limits
7+
- /copilot/copilot-chat-cookbook/debugging-errors/handling-api-rate-limits
78
versions:
89
feature: copilot
910
category:
10-
- 'Debugging code'
11+
- Debugging code
1112
complexity:
1213
- Intermediate
1314
octicon: bug

content/copilot/copilot-chat-cookbook/debugging-errors/index.md renamed to content/copilot/tutorials/copilot-chat-cookbook/debugging-errors/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Debugging errors
33
intro: 'Discover ways that you can use {% data variables.product.prodname_copilot %} to debug errors during development.'
44
redirect_from:
55
- /copilot/example-prompts-for-github-copilot-chat/debugging-errors
6+
- /copilot/copilot-chat-cookbook/debugging-errors
67
versions:
78
feature: copilot
89
topics:
@@ -11,3 +12,4 @@ children:
1112
- /debugging-invalid-json
1213
- /handling-api-rate-limits
1314
---
15+

content/copilot/copilot-chat-cookbook/documenting-code/documenting-legacy-code.md renamed to content/copilot/tutorials/copilot-chat-cookbook/documenting-code/documenting-legacy-code.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
2-
title: 'Documenting legacy code'
2+
title: Documenting legacy code
33
shortTitle: Document legacy code
44
intro: '{% data variables.copilot.copilot_chat_short %} can help with documenting legacy code.'
55
redirect_from:
66
- /copilot/example-prompts-for-github-copilot-chat/documenting-code/documenting-legacy-code
7+
- /copilot/copilot-chat-cookbook/documenting-code/documenting-legacy-code
78
versions:
89
feature: copilot
910
category:
10-
- 'Documenting code'
11+
- Documenting code
1112
complexity:
1213
- Simple
1314
octicon: book

content/copilot/copilot-chat-cookbook/documenting-code/explaining-complex-algorithms-or-logic.md renamed to content/copilot/tutorials/copilot-chat-cookbook/documenting-code/explaining-complex-algorithms-or-logic.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
2-
title: 'Explaining complex algorithms or logic'
2+
title: Explaining complex algorithms or logic
33
shortTitle: Explain complex logic
44
intro: '{% data variables.copilot.copilot_chat_short %} can help add clear and concise documentation on complex algorithms or logic.'
55
redirect_from:
66
- /copilot/example-prompts-for-github-copilot-chat/documenting-code/explaining-complex-algorithms-or-logic
7+
- /copilot/copilot-chat-cookbook/documenting-code/explaining-complex-algorithms-or-logic
78
versions:
89
feature: copilot
910
category:
10-
- 'Documenting code'
11+
- Documenting code
1112
complexity:
1213
- Intermediate
1314
octicon: book

content/copilot/copilot-chat-cookbook/documenting-code/explaining-legacy-code.md renamed to content/copilot/tutorials/copilot-chat-cookbook/documenting-code/explaining-legacy-code.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
2-
title: 'Explaining legacy code'
2+
title: Explaining legacy code
33
shortTitle: Explain legacy code
44
intro: '{% data variables.copilot.copilot_chat_short %} can help with explaining unfamiliar code.'
55
redirect_from:
66
- /copilot/example-prompts-for-github-copilot-chat/documenting-code/explaining-legacy-code
7+
- /copilot/copilot-chat-cookbook/documenting-code/explaining-legacy-code
78
versions:
89
feature: copilot
910
category:
10-
- 'Documenting code'
11+
- Documenting code
1112
complexity:
1213
- Simple
1314
octicon: book

content/copilot/copilot-chat-cookbook/documenting-code/index.md renamed to content/copilot/tutorials/copilot-chat-cookbook/documenting-code/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Documenting code
33
intro: 'Discover ways that you can use {% data variables.copilot.copilot_chat %} to document your code.'
44
redirect_from:
55
- /copilot/example-prompts-for-github-copilot-chat/documenting-code
6+
- /copilot/copilot-chat-cookbook/documenting-code
67
versions:
78
feature: copilot
89
topics:
@@ -14,3 +15,4 @@ children:
1415
- /syncing-documentation-with-code-changes
1516
- /writing-discussions-or-blog-posts
1617
---
18+

0 commit comments

Comments
 (0)