Skip to content

Commit a563450

Browse files
authored
Add subfolder for GitHub Copilot app modernization (#48868)
1 parent 4828e81 commit a563450

24 files changed

+125
-108
lines changed

.openpublishing.publish.config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,10 @@
125125
".openpublishing.redirection.fsharp.json",
126126
".openpublishing.redirection.fundamentals.json",
127127
".openpublishing.redirection.machine-learning.json",
128+
".openpublishing.redirection.navigate.json",
128129
".openpublishing.redirection.orleans.json",
129130
".openpublishing.redirection.standard.json",
130131
".openpublishing.redirection.visual-basic.json"
131132
],
132133
"need_generate_intellisense": false
133-
}
134+
}

.openpublishing.redirection.core.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -877,6 +877,18 @@
877877
"source_path_from_root": "/docs/core/packages.md",
878878
"redirect_url": "/dotnet/core/deploying"
879879
},
880+
{
881+
"source_path_from_root": "/docs/core/porting/github-copilot-app-modernization-faq.yml",
882+
"redirect_url": "/dotnet/core/porting/github-copilot-app-modernization/faq"
883+
},
884+
{
885+
"source_path_from_root": "/docs/core/porting/github-copilot-app-modernization-overview.md",
886+
"redirect_url": "/dotnet/core/porting/github-copilot-app-modernization/overview"
887+
},
888+
{
889+
"source_path_from_root": "/docs/core/porting/how-to-upgrade-with-github-copilot.md",
890+
"redirect_url": "/dotnet/core/porting/github-copilot-app-modernization/how-to-upgrade-with-github-copilot"
891+
},
880892
{
881893
"source_path_from_root": "/docs/core/porting/libraries.md",
882894
"redirect_url": "/dotnet/core/porting/"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"redirections": [
3+
{
4+
"source_path_from_root": "/docs/navigate/github-copilot-modernize/index.yml",
5+
"redirect_url": "/dotnet/core/porting/github-copilot-app-modernization/index"
6+
}
7+
]
8+
}

docs/azure/migration/appmod/containerization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In this quickstart, you learn how to containerize your project using GitHub Copi
2222

2323
Before you begin, make sure you have:
2424

25-
[!INCLUDE[github-copilot-app-mod-prereqs](../../../includes/github-copilot-app-mod-prereqs.md)]
25+
[!INCLUDE[github-copilot-app-mod-prereqs](../../../core/porting/github-copilot-app-modernization/includes/prereqs.md)]
2626

2727
## Containerize your project
2828

docs/azure/migration/appmod/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In this quickstart, you learn how to deploy your project to Azure with GitHub Co
1414

1515
## Prerequisites
1616

17-
[!INCLUDE[github-copilot-app-mod-prereqs](../../../includes/github-copilot-app-mod-prereqs.md)]
17+
[!INCLUDE[github-copilot-app-mod-prereqs](../../../core/porting/github-copilot-app-modernization/includes/prereqs.md)]
1818

1919
## Deploy your project
2020

docs/azure/migration/appmod/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In this quickstart, you assess and migrate a .NET project by using GitHub Copilo
1919

2020
## Prerequisites
2121

22-
[!INCLUDE[github-copilot-app-mod-prereqs](../../../includes/github-copilot-app-mod-prereqs.md)]
22+
[!INCLUDE[github-copilot-app-mod-prereqs](../../../core/porting/github-copilot-app-modernization/includes/prereqs.md)]
2323

2424
## Assess app readiness
2525

@@ -108,4 +108,4 @@ You can choose one of the predefined options and send it in the chat:
108108
## Next Steps
109109

110110
- [Predefined Tasks](predefined-tasks.md)
111-
- [Frequently Asked Questions](../../../core/porting/github-copilot-app-modernization-faq.yml)
111+
- [Frequently Asked Questions](../../../core/porting/github-copilot-app-modernization/faq.yml)

docs/azure/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ items:
2727
- name: GitHub Copilot app modernization for .NET
2828
items:
2929
- name: Overview
30-
href: ../core/porting/github-copilot-app-modernization-overview.md?toc=/dotnet/azure/toc.json&bc=/dotnet/breadcrumb/toc.json
30+
href: ../core/porting/github-copilot-app-modernization/overview.md?toc=/dotnet/azure/toc.json&bc=/dotnet/breadcrumb/toc.json
3131
- name: FAQ
32-
href: ../core/porting/github-copilot-app-modernization-faq.yml?toc=/dotnet/azure/toc.json&bc=/dotnet/breadcrumb/toc.json
32+
href: ../core/porting/github-copilot-app-modernization/faq.yml?toc=/dotnet/azure/toc.json&bc=/dotnet/breadcrumb/toc.json
3333
- name: Predefined Tasks
3434
href: ./migration/appmod/predefined-tasks.md
3535
- name: Quickstart - Assess and migrate a .NET project

docs/core/install/upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Here's how to do it:
3939
- The same pattern applies for the `<TargetFrameworks>` property if it is being used.
4040

4141
> [!TIP]
42-
> The [GitHub Copilot app modernization - upgrade](../porting/github-copilot-app-modernization-overview.md) capability can make these changes automatically.
42+
> The [GitHub Copilot app modernization - upgrade](../porting/github-copilot-app-modernization/overview.md) capability can make these changes automatically.
4343
4444
The next step is to build the project (or solution) with the new SDK. If additional changes are needed, the SDK will provide warnings and errors that guide you.
4545

docs/core/porting/framework-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Even if you use a tool to help port your application, you should review the [Con
125125

126126
### GitHub Copilot app modernization assistant
127127

128-
[GitHub Copilot app modernization](github-copilot-app-modernization-overview.md) is a GitHub Copilot chat assistant that helps you plan and upgrade projects to newer versions of .NET, migrate to Azure, update dependencies, and apply code fixes. Azure migration is powered by [Application and code assessment for .NET](../../azure/migration/appcat/app-code-assessment-toolkit.md)
128+
[GitHub Copilot app modernization](github-copilot-app-modernization/overview.md) is a GitHub Copilot chat assistant that helps you plan and upgrade projects to newer versions of .NET, migrate to Azure, update dependencies, and apply code fixes. Azure migration is powered by [Application and code assessment for .NET](../../azure/migration/appcat/app-code-assessment-toolkit.md)
129129

130130
This chat assistant supports the following upgrade paths:
131131

@@ -190,7 +190,7 @@ For more information, see [Platform compatibility analyzer](../../standard/analy
190190

191191
When porting your application to .NET, consider the following suggestions in order:
192192

193-
✔️ CONSIDER using the [GitHub Copilot app modernization](github-copilot-app-modernization-overview.md) to upgrade your projects. GitHub Copilot is powerful at identifying and fixing incompatibilities when porting. It automates most of the manual steps detailed in this article and gives you a great starting point for continuing your upgrade path.
193+
✔️ CONSIDER using the [GitHub Copilot app modernization](github-copilot-app-modernization/overview.md) to upgrade your projects. GitHub Copilot is powerful at identifying and fixing incompatibilities when porting. It automates most of the manual steps detailed in this article and gives you a great starting point for continuing your upgrade path.
194194

195195
✔️ CONSIDER examining your dependencies first. Your dependencies must target .NET, .NET Standard, or .NET Core.
196196

@@ -210,7 +210,7 @@ When porting your application to .NET, consider the following suggestions in ord
210210

211211
## See also
212212

213-
- [What is GitHub Copilot app modernization](github-copilot-app-modernization-overview.md)
213+
- [What is GitHub Copilot app modernization](github-copilot-app-modernization/overview.md)
214214
- [ASP.NET to ASP.NET Core migration](/aspnet/core/migration/proper-to-2x)
215215
- [Upgrade a WPF desktop app to .NET](/dotnet/desktop/wpf/migration/)
216216
- [Upgrade a Windows Forms app to .NET](/dotnet/desktop/winforms/migration/)

docs/core/porting/github-copilot-app-modernization-faq.yml renamed to docs/core/porting/github-copilot-app-modernization/faq.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010

1111
title: GitHub Copilot app modernization FAQ
1212
summary: |
13-
GitHub Copilot app modernization is an interactive GitHub Copilot agent that adds powerful capabilities to Visual Studio. This article answers frequently asked questions. For more information about the modernization agent, see [What is GitHub Copilot app modernization](github-copilot-app-modernization-overview.md).
13+
GitHub Copilot app modernization is an interactive GitHub Copilot agent that adds powerful capabilities to Visual Studio. This article answers frequently asked questions. For more information about the modernization agent, see [What is GitHub Copilot app modernization](overview.md).
1414
1515
The tool requires one of the following GitHub Copilot subscriptions:
1616
@@ -107,7 +107,7 @@ sections:
107107
- Logging
108108
- Security
109109
110-
For more information about these scenarios, see [Predefined tasks for migration](github-copilot-app-modernization-overview.md#predefined-tasks-for-migration).
110+
For more information about these scenarios, see [Predefined tasks for migration](overview.md#predefined-tasks-for-migration).
111111
112112
- question: Can I monitor assessment progress?
113113
answer: |
@@ -125,4 +125,4 @@ sections:
125125
additionalContent: |
126126
## Related content
127127
128-
To learn more, see [What is GitHub Copilot app modernization?](github-copilot-app-modernization-overview.md).
128+
To learn more, see [What is GitHub Copilot app modernization?](overview.md).

0 commit comments

Comments
 (0)