[EDI - Builders] Update short titles for Copilot Tutorials (#56811)
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
@@ -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:
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
---
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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).
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user