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

[EDI - Builders] Update short titles for Copilot Tutorials (#56811)

This commit is contained in:
Sunbrye Ly
2025-07-23 12:56:11 -07:00
committed by GitHub
parent 8528155e46
commit d6ae404dfc
24 changed files with 28 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
--- ---
title: Building and deploying AI-powered apps with GitHub Spark title: Building and deploying AI-powered apps with GitHub Spark
shortTitle: Build intelligent apps with Spark shortTitle: Build apps with Spark
allowTitleToDifferFromFilename: true allowTitleToDifferFromFilename: true
intro: 'Learn how to build and deploy an intelligent web app with natural language using {% data variables.product.prodname_spark %}.' intro: 'Learn how to build and deploy an intelligent web app with natural language using {% data variables.product.prodname_spark %}.'
versions: versions:

View File

@@ -1,6 +1,6 @@
--- ---
title: Comparing AI models using different tasks title: Comparing AI models using different tasks
shortTitle: Examples for AI model comparison shortTitle: Compare AI models
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.' 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.'
versions: versions:
feature: copilot feature: copilot

View File

@@ -1,5 +1,5 @@
--- ---
title: Debugging errors title: Debug errors
intro: 'Discover ways that you can use {% data variables.product.prodname_copilot %} to debug errors during development.' intro: 'Discover ways that you can use {% data variables.product.prodname_copilot %} to debug errors during development.'
redirect_from: redirect_from:
- /copilot/example-prompts-for-github-copilot-chat/debugging-errors - /copilot/example-prompts-for-github-copilot-chat/debugging-errors

View File

@@ -1,5 +1,5 @@
--- ---
title: Documenting code title: Document code
intro: 'Discover ways that you can use {% data variables.copilot.copilot_chat %} to document your code.' intro: 'Discover ways that you can use {% data variables.copilot.copilot_chat %} to document your code.'
redirect_from: redirect_from:
- /copilot/example-prompts-for-github-copilot-chat/documenting-code - /copilot/example-prompts-for-github-copilot-chat/documenting-code

View File

@@ -1,6 +1,6 @@
--- ---
title: Analyzing and incorporating user feedback title: Analyzing and incorporating user feedback
shortTitle: Incorporate feedback shortTitle: Analyze feedback
intro: '{% data variables.copilot.copilot_chat_short %} can enhance the process of incorporating user feedback into your project.' intro: '{% data variables.copilot.copilot_chat_short %} can enhance the process of incorporating user feedback into your project.'
redirect_from: redirect_from:
- /copilot/example-prompts-for-github-copilot-chat/functionality-analysis-and-feature-suggestions/analyzing-and-incorporating-user-feedback - /copilot/example-prompts-for-github-copilot-chat/functionality-analysis-and-feature-suggestions/analyzing-and-incorporating-user-feedback

View File

@@ -1,6 +1,6 @@
--- ---
title: Exploring potential feature implementations title: Exploring potential feature implementations
shortTitle: Explore feature implementations shortTitle: Explore implementations
intro: '{% data variables.copilot.copilot_chat_short %} can help explore different approaches for implementing a single feature.' intro: '{% data variables.copilot.copilot_chat_short %} can help explore different approaches for implementing a single feature.'
redirect_from: redirect_from:
- /copilot/example-prompts-for-github-copilot-chat/functionality-analysis-and-feature-suggestions/exploring-potential-feature-implementations - /copilot/example-prompts-for-github-copilot-chat/functionality-analysis-and-feature-suggestions/exploring-potential-feature-implementations

View File

@@ -1,5 +1,5 @@
--- ---
title: Functionality analysis and feature suggestions title: Analyze functionality
intro: 'Discover ways that you can use {% data variables.product.prodname_copilot %} to improve the functionality of your project.' intro: 'Discover ways that you can use {% data variables.product.prodname_copilot %} to improve the functionality of your project.'
redirect_from: redirect_from:
- /copilot/example-prompts-for-github-copilot-chat/functionality-analysis-and-feature-suggestions - /copilot/example-prompts-for-github-copilot-chat/functionality-analysis-and-feature-suggestions

View File

@@ -1,6 +1,6 @@
--- ---
title: Decoupling business logic from UI components title: Decoupling business logic from UI components
shortTitle: Decoupling business logic shortTitle: Decouple business logic
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.' 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.'
redirect_from: redirect_from:
- /copilot/example-prompts-for-github-copilot-chat/refactoring-code/decoupling-business-logic-from-ui-components - /copilot/example-prompts-for-github-copilot-chat/refactoring-code/decoupling-business-logic-from-ui-components

View File

@@ -1,6 +1,6 @@
--- ---
title: Fixing lint errors title: Fixing lint errors
shortTitle: Lint errors shortTitle: Fix lint errors
intro: '{% data variables.copilot.copilot_chat_short %} can suggest ways to fix issues identified by a code linter.' intro: '{% data variables.copilot.copilot_chat_short %} can suggest ways to fix issues identified by a code linter.'
redirect_from: redirect_from:
- /copilot/example-prompts-for-github-copilot-chat/refactoring-code/fixing-lint-errors - /copilot/example-prompts-for-github-copilot-chat/refactoring-code/fixing-lint-errors

View File

@@ -1,6 +1,6 @@
--- ---
title: Handling cross-cutting concerns title: Handling cross-cutting concerns
shortTitle: Cross-cutting concerns shortTitle: Handle cross-cutting
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.' 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.'
redirect_from: redirect_from:
- /copilot/example-prompts-for-github-copilot-chat/refactoring-code/handling-cross-cutting-concerns - /copilot/example-prompts-for-github-copilot-chat/refactoring-code/handling-cross-cutting-concerns

View File

@@ -1,5 +1,5 @@
--- ---
title: Refactoring code title: Refactor code
intro: 'Discover ways that you can use {% data variables.product.prodname_copilot %} to refactor your code.' intro: 'Discover ways that you can use {% data variables.product.prodname_copilot %} to refactor your code.'
redirect_from: redirect_from:
- /copilot/example-prompts-for-github-copilot-chat/refactoring-code - /copilot/example-prompts-for-github-copilot-chat/refactoring-code

View File

@@ -1,6 +1,6 @@
--- ---
title: Refactoring data access layers title: Refactoring data access layers
shortTitle: Data access layers shortTitle: Refactor data access layers
intro: '{% data variables.copilot.copilot_chat_short %} can suggest ways to decouple your data access code from your business logic, making an application easier to maintain and scale.' intro: '{% data variables.copilot.copilot_chat_short %} can suggest ways to decouple your data access code from your business logic, making an application easier to maintain and scale.'
redirect_from: redirect_from:
- /copilot/example-prompts-for-github-copilot-chat/refactoring-code/refactoring-data-access-layers - /copilot/example-prompts-for-github-copilot-chat/refactoring-code/refactoring-data-access-layers

View File

@@ -1,6 +1,6 @@
--- ---
title: Refactoring for performance optimization title: Refactoring for performance optimization
shortTitle: Performance optimization shortTitle: Refactor for optimization
intro: '{% data variables.copilot.copilot_chat_short %} can suggest ways to speed up slow-running code.' intro: '{% data variables.copilot.copilot_chat_short %} can suggest ways to speed up slow-running code.'
redirect_from: redirect_from:
- /copilot/example-prompts-for-github-copilot-chat/refactoring-code/refactoring-for-performance-optimization - /copilot/example-prompts-for-github-copilot-chat/refactoring-code/refactoring-for-performance-optimization

View File

@@ -1,6 +1,6 @@
--- ---
title: Refactoring to implement a design pattern title: Refactoring to implement a design pattern
shortTitle: Design patterns shortTitle: Refactor design patterns
intro: '{% data variables.copilot.copilot_chat_short %} can suggest design patterns that you can use to improve your code.' intro: '{% data variables.copilot.copilot_chat_short %} can suggest design patterns that you can use to improve your code.'
redirect_from: redirect_from:
- /copilot/example-prompts-for-github-copilot-chat/refactoring-code/refactoring-to-implement-a-design-pattern - /copilot/example-prompts-for-github-copilot-chat/refactoring-code/refactoring-to-implement-a-design-pattern

View File

@@ -1,5 +1,5 @@
--- ---
title: Security analysis title: Analyze security
intro: 'Discover ways that you can use {% data variables.product.prodname_copilot %} to improve the security of your code.' intro: 'Discover ways that you can use {% data variables.product.prodname_copilot %} to improve the security of your code.'
redirect_from: redirect_from:
- /copilot/example-prompts-for-github-copilot-chat/security-analysis - /copilot/example-prompts-for-github-copilot-chat/security-analysis

View File

@@ -1,10 +1,11 @@
--- ---
title: Create end-to-end tests for a webpage title: Creating end-to-end tests for a webpage
shortTitle: Create end-to-end tests shortTitle: Create end-to-end tests
intro: '{% data variables.copilot.copilot_chat_short %} can help with generating end-to-end tests.' intro: '{% data variables.copilot.copilot_chat_short %} can help with generating end-to-end tests.'
redirect_from: redirect_from:
- /copilot/example-prompts-for-github-copilot-chat/testing-code/create-end-to-end-tests-for-a-webpage - /copilot/example-prompts-for-github-copilot-chat/testing-code/create-end-to-end-tests-for-a-webpage
- /copilot/copilot-chat-cookbook/testing-code/create-end-to-end-tests-for-a-webpage - /copilot/copilot-chat-cookbook/testing-code/create-end-to-end-tests-for-a-webpage
- /copilot/tutorials/copilot-chat-cookbook/testing-code/create-end-to-end-tests-for-a-webpage
versions: versions:
feature: copilot feature: copilot
category: category:

View File

@@ -1,10 +1,11 @@
--- ---
title: Create mock objects to abstract layers title: Creating mock objects to abstract layers
shortTitle: Create mock objects shortTitle: Create mock objects
intro: '{% data variables.copilot.copilot_chat_short %} can help with creating mock objects that you can use for unit tests.' intro: '{% data variables.copilot.copilot_chat_short %} can help with creating mock objects that you can use for unit tests.'
redirect_from: redirect_from:
- /copilot/example-prompts-for-github-copilot-chat/testing-code/create-mock-objects-to-abstract-layers - /copilot/example-prompts-for-github-copilot-chat/testing-code/create-mock-objects-to-abstract-layers
- /copilot/copilot-chat-cookbook/testing-code/create-mock-objects-to-abstract-layers - /copilot/copilot-chat-cookbook/testing-code/create-mock-objects-to-abstract-layers
- /copilot/tutorials/copilot-chat-cookbook/testing-code/create-mock-objects-to-abstract-layers
versions: versions:
feature: copilot feature: copilot
category: category:

View File

@@ -1,5 +1,5 @@
--- ---
title: Generate unit tests title: Generating unit tests
shortTitle: Generate unit tests shortTitle: Generate unit tests
intro: '{% data variables.copilot.copilot_chat_short %} can help with generating unit tests for a function.' intro: '{% data variables.copilot.copilot_chat_short %} can help with generating unit tests for a function.'
redirect_from: redirect_from:

View File

@@ -10,7 +10,7 @@ topics:
- Copilot - Copilot
children: children:
- /generate-unit-tests - /generate-unit-tests
- /create-mock-objects-to-abstract-layers - /creating-mock-objects-to-abstract-layers
- /create-end-to-end-tests-for-a-webpage - /creating-end-to-end-tests-for-a-webpage
--- ---

View File

@@ -1,6 +1,6 @@
--- ---
title: 'Piloting {% data variables.copilot.copilot_coding_agent %} in your organization' title: Piloting Copilot coding agent in your organization
shortTitle: 'Pilot {% data variables.copilot.copilot_coding_agent %}' shortTitle: Pilot coding agent
intro: 'Follow best practices to enable {% data variables.copilot.copilot_coding_agent %} in your organization.' intro: 'Follow best practices to enable {% data variables.copilot.copilot_coding_agent %} in your organization.'
allowTitleToDifferFromFilename: true allowTitleToDifferFromFilename: true
versions: versions:

View File

@@ -11,7 +11,7 @@ redirect_from:
- /copilot/how-tos/build-copilot-extensions/quickstart-for-github-copilot-extensions-using-agents - /copilot/how-tos/build-copilot-extensions/quickstart-for-github-copilot-extensions-using-agents
topics: topics:
- Copilot - Copilot
shortTitle: Extensions quickstart shortTitle: Try Extensions
--- ---
The [Blackbeard extension](https://github.com/copilot-extensions/blackbeard-extension) is a {% data variables.copilot.copilot_extension %} that comprises a {% data variables.product.prodname_github_app %} and a {% data variables.product.prodname_copilot_short %} agent. The agent responds to chat requests in the style of a pirate, using {% data variables.product.prodname_copilot_short %}'s large language model (LLM) API and special system prompts. See [AUTOTITLE](/copilot/building-copilot-extensions/building-a-copilot-agent-for-your-copilot-extension/about-copilot-agents). The [Blackbeard extension](https://github.com/copilot-extensions/blackbeard-extension) is a {% data variables.copilot.copilot_extension %} that comprises a {% data variables.product.prodname_github_app %} and a {% data variables.product.prodname_copilot_short %} agent. The agent responds to chat requests in the style of a pirate, using {% data variables.product.prodname_copilot_short %}'s large language model (LLM) API and special system prompts. See [AUTOTITLE](/copilot/building-copilot-extensions/building-a-copilot-agent-for-your-copilot-extension/about-copilot-agents).

View File

@@ -1,6 +1,6 @@
--- ---
title: Setting up a self-serve process for GitHub Copilot licenses title: Setting up a self-serve process for GitHub Copilot licenses
shortTitle: Self-serve licenses shortTitle: Set up self-serve licenses
intro: Learn how users can request a license and receive access immediately. intro: Learn how users can request a license and receive access immediately.
versions: versions:
feature: copilot feature: copilot

View File

@@ -1,6 +1,6 @@
--- ---
title: Driving Copilot adoption in your company title: Driving Copilot adoption in your company
shortTitle: Drive Copilot adoption shortTitle: Drive adoption
intro: Learn how to plan an effective enablement process to drive Copilot adoption. intro: Learn how to plan an effective enablement process to drive Copilot adoption.
versions: versions:
feature: copilot feature: copilot

View File

@@ -1,6 +1,6 @@
--- ---
title: Rolling out GitHub Copilot at scale title: Rolling out GitHub Copilot at scale
shortTitle: Roll out Copilot at scale shortTitle: Roll out at scale
intro: Learn how to manage a Copilot rollout in your organization or enterprise. intro: Learn how to manage a Copilot rollout in your organization or enterprise.
versions: versions:
feature: copilot feature: copilot