1
0
mirror of synced 2025-12-20 10:28:40 -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: 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

View File

@@ -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

View File

@@ -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

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.'
redirect_from:
- /copilot/example-prompts-for-github-copilot-chat/refactoring-code

View File

@@ -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

View File

@@ -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

View File

@@ -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