Skip to content

Repo sync #39479

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jul 23, 2025
Prev Previous commit
Next Next commit
[EDI - Builders] Update short titles for Copilot Tutorials (#56811)
  • Loading branch information
sunbrye authored Jul 23, 2025
commit d6ae404dfce125cc67b36d1765ea4f61d2967a7e
2 changes: 1 addition & 1 deletion content/copilot/tutorials/building-ai-app-prototypes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Building and deploying AI-powered apps with GitHub Spark
shortTitle: Build intelligent apps with Spark
shortTitle: Build apps with Spark
allowTitleToDifferFromFilename: true
intro: 'Learn how to build and deploy an intelligent web app with natural language using {% data variables.product.prodname_spark %}.'
versions:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
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.'
versions:
feature: copilot
Expand Down
Original file line number Diff line number Diff line change
@@ -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.'
redirect_from:
- /copilot/example-prompts-for-github-copilot-chat/debugging-errors
Expand Down
Original file line number Diff line number Diff line change
@@ -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.'
redirect_from:
- /copilot/example-prompts-for-github-copilot-chat/documenting-code
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
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.'
redirect_from:
- /copilot/example-prompts-for-github-copilot-chat/functionality-analysis-and-feature-suggestions/analyzing-and-incorporating-user-feedback
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
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.'
redirect_from:
- /copilot/example-prompts-for-github-copilot-chat/functionality-analysis-and-feature-suggestions/exploring-potential-feature-implementations
Expand Down
Original file line number Diff line number Diff line change
@@ -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.'
redirect_from:
- /copilot/example-prompts-for-github-copilot-chat/functionality-analysis-and-feature-suggestions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
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.'
redirect_from:
- /copilot/example-prompts-for-github-copilot-chat/refactoring-code/decoupling-business-logic-from-ui-components
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
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.'
redirect_from:
- /copilot/example-prompts-for-github-copilot-chat/refactoring-code/fixing-lint-errors
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
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.'
redirect_from:
- /copilot/example-prompts-for-github-copilot-chat/refactoring-code/handling-cross-cutting-concerns
Expand Down
Original file line number Diff line number Diff line change
@@ -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.'
redirect_from:
- /copilot/example-prompts-for-github-copilot-chat/refactoring-code
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
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.'
redirect_from:
- /copilot/example-prompts-for-github-copilot-chat/refactoring-code/refactoring-data-access-layers
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
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.'
redirect_from:
- /copilot/example-prompts-for-github-copilot-chat/refactoring-code/refactoring-for-performance-optimization
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
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.'
redirect_from:
- /copilot/example-prompts-for-github-copilot-chat/refactoring-code/refactoring-to-implement-a-design-pattern
Expand Down
Original file line number Diff line number Diff line change
@@ -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.'
redirect_from:
- /copilot/example-prompts-for-github-copilot-chat/security-analysis
Expand Down
Original file line number Diff line number Diff line change
@@ -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
intro: '{% data variables.copilot.copilot_chat_short %} can help with generating end-to-end tests.'
redirect_from:
- /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/tutorials/copilot-chat-cookbook/testing-code/create-end-to-end-tests-for-a-webpage
versions:
feature: copilot
category:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
title: Create mock objects to abstract layers
title: Creating mock objects to abstract layers
shortTitle: Create mock objects
intro: '{% data variables.copilot.copilot_chat_short %} can help with creating mock objects that you can use for unit tests.'
redirect_from:
- /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/tutorials/copilot-chat-cookbook/testing-code/create-mock-objects-to-abstract-layers
versions:
feature: copilot
category:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Generate unit tests
title: Generating unit tests
shortTitle: Generate unit tests
intro: '{% data variables.copilot.copilot_chat_short %} can help with generating unit tests for a function.'
redirect_from:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ topics:
- Copilot
children:
- /generate-unit-tests
- /create-mock-objects-to-abstract-layers
- /create-end-to-end-tests-for-a-webpage
- /creating-mock-objects-to-abstract-layers
- /creating-end-to-end-tests-for-a-webpage
---

4 changes: 2 additions & 2 deletions content/copilot/tutorials/pilot-copilot-coding-agent.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Piloting {% data variables.copilot.copilot_coding_agent %} in your organization'
shortTitle: 'Pilot {% data variables.copilot.copilot_coding_agent %}'
title: Piloting Copilot coding agent in your organization
shortTitle: Pilot coding agent
intro: 'Follow best practices to enable {% data variables.copilot.copilot_coding_agent %} in your organization.'
allowTitleToDifferFromFilename: true
versions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ redirect_from:
- /copilot/how-tos/build-copilot-extensions/quickstart-for-github-copilot-extensions-using-agents
topics:
- 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).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
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.
versions:
feature: copilot
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
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.
versions:
feature: copilot
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
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.
versions:
feature: copilot
Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy