Skip to content

Commit d6ae404

Browse files
authored
[EDI - Builders] Update short titles for Copilot Tutorials (#56811)
1 parent 8528155 commit d6ae404

24 files changed

+28
-26
lines changed

content/copilot/tutorials/building-ai-app-prototypes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Building and deploying AI-powered apps with GitHub Spark
3-
shortTitle: Build intelligent apps with Spark
3+
shortTitle: Build apps with Spark
44
allowTitleToDifferFromFilename: true
55
intro: 'Learn how to build and deploy an intelligent web app with natural language using {% data variables.product.prodname_spark %}.'
66
versions:

content/copilot/tutorials/comparing-ai-models-using-different-tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Comparing AI models using different tasks
3-
shortTitle: Examples for AI model comparison
3+
shortTitle: Compare AI models
44
intro: 'Explore real-world examples of common developer tasks along with sample prompts, responses, and guidance to help you choose the right AI model for your workflow.'
55
versions:
66
feature: copilot

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Debugging errors
2+
title: Debug 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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Documenting code
2+
title: Document 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

content/copilot/tutorials/copilot-chat-cookbook/functionality-analysis-and-feature-suggestions/analyzing-and-incorporating-user-feedback.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Analyzing and incorporating user feedback
3-
shortTitle: Incorporate feedback
3+
shortTitle: Analyze feedback
44
intro: '{% data variables.copilot.copilot_chat_short %} can enhance the process of incorporating user feedback into your project.'
55
redirect_from:
66
- /copilot/example-prompts-for-github-copilot-chat/functionality-analysis-and-feature-suggestions/analyzing-and-incorporating-user-feedback

content/copilot/tutorials/copilot-chat-cookbook/functionality-analysis-and-feature-suggestions/exploring-potential-feature-implementations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Exploring potential feature implementations
3-
shortTitle: Explore feature implementations
3+
shortTitle: Explore implementations
44
intro: '{% data variables.copilot.copilot_chat_short %} can help explore different approaches for implementing a single feature.'
55
redirect_from:
66
- /copilot/example-prompts-for-github-copilot-chat/functionality-analysis-and-feature-suggestions/exploring-potential-feature-implementations

content/copilot/tutorials/copilot-chat-cookbook/functionality-analysis-and-feature-suggestions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Functionality analysis and feature suggestions
2+
title: Analyze functionality
33
intro: 'Discover ways that you can use {% data variables.product.prodname_copilot %} to improve the functionality of your project.'
44
redirect_from:
55
- /copilot/example-prompts-for-github-copilot-chat/functionality-analysis-and-feature-suggestions

content/copilot/tutorials/copilot-chat-cookbook/refactoring-code/decoupling-business-logic-from-ui-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Decoupling business logic from UI components
3-
shortTitle: Decoupling business logic
3+
shortTitle: Decouple business logic
44
intro: '{% data variables.copilot.copilot_chat_short %} can help you separate your business logic from your user interface code, making it easier to maintain and scale your application.'
55
redirect_from:
66
- /copilot/example-prompts-for-github-copilot-chat/refactoring-code/decoupling-business-logic-from-ui-components

content/copilot/tutorials/copilot-chat-cookbook/refactoring-code/fixing-lint-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Fixing lint errors
3-
shortTitle: Lint errors
3+
shortTitle: Fix lint errors
44
intro: '{% data variables.copilot.copilot_chat_short %} can suggest ways to fix issues identified by a code linter.'
55
redirect_from:
66
- /copilot/example-prompts-for-github-copilot-chat/refactoring-code/fixing-lint-errors

content/copilot/tutorials/copilot-chat-cookbook/refactoring-code/handling-cross-cutting-concerns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Handling cross-cutting concerns
3-
shortTitle: Cross-cutting concerns
3+
shortTitle: Handle cross-cutting
44
intro: '{% data variables.copilot.copilot_chat_short %} can help you avoid code that relates to a concern other than the core concern of the method or function in which the code is located.'
55
redirect_from:
66
- /copilot/example-prompts-for-github-copilot-chat/refactoring-code/handling-cross-cutting-concerns

0 commit comments

Comments
 (0)