Skip to content

Commit 8d8ac04

Browse files
committed
add subfolder for GitHub Copilot app modernization
1 parent 27e251b commit 8d8ac04

File tree

9 files changed

+18
-22
lines changed

9 files changed

+18
-22
lines changed

docs/azure/migration/appmod/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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
File renamed without changes.
File renamed without changes.

docs/navigate/github-copilot-modernize/index.yml renamed to docs/core/porting/github-copilot-app-modernization/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ landingContent:
1818
- text: Upgrade .NET apps
1919
url: ../../core/porting/github-copilot-app-modernization-overview.md
2020
- text: FAQ
21-
url: ../../core/porting/github-copilot-app-modernization-faq.yml
21+
url: ../../core/porting/github-copilot-app-modernization/faq.yml
2222
- linkListType: how-to-guide
2323
links:
2424
- text: How to upgrade a .NET app
25-
url: ../../core/porting/how-to-upgrade-with-github-copilot.md
25+
url: ../../core/porting/github-copilot-app-modernization/how-to-upgrade-with-github-copilot.md
2626

2727
- title: Migrate .NET apps to Azure
2828
linkLists:

docs/core/porting/github-copilot-app-modernization-overview.md renamed to docs/core/porting/github-copilot-app-modernization/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,4 +171,4 @@ The tool only collects data about project types, intent to upgrade, and upgrade
171171

172172
- [How to upgrade a .NET app with GitHub Copilot app modernization](how-to-upgrade-with-github-copilot.md)
173173
- [Quickstart to migrate a .NET Project](../../azure/migration/appmod/quickstart.md)
174-
- [GitHub Copilot app modernization FAQ](github-copilot-app-modernization-faq.yml)
174+
- [GitHub Copilot app modernization FAQ](faq.yml)

docs/navigate/github-copilot-modernize/toc.yml renamed to docs/core/porting/github-copilot-app-modernization/toc.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ items:
22
- name: GitHub Copilot app modernization for .NET
33
href: index.yml
44
- name: Overview
5-
href: ../../core/porting/github-copilot-app-modernization-overview.md
5+
href: overview.md
66
- name: FAQ
7-
href: ../../core/porting/github-copilot-app-modernization-faq.yml
7+
href: faq.yml
88
displayName: copilot, upgrade
99

1010
- name: Upgrade .NET apps
1111
expanded: true
1212
items:
1313
- name: How to upgrade with GitHub Copilot
14-
href: ../../core/porting/how-to-upgrade-with-github-copilot.md
14+
href: how-to-upgrade-with-github-copilot.md
1515

1616
- name: Migrate .NET apps to Azure
1717
expanded: true
@@ -20,5 +20,3 @@ items:
2020
href: ../../azure/migration/appmod/quickstart.md?toc=/dotnet/navigate/github-copilot-modernize/toc.json&bc=/dotnet/breadcrumb/toc.json
2121
- name: Migration sample
2222
href: ../../azure/migration/appmod/sample.md?toc=/dotnet/navigate/github-copilot-modernize/toc.json&bc=/dotnet/breadcrumb/toc.json
23-
- name: Troubleshooting
24-
href: /dotnet/core/porting/github-copilot-app-modernization-faq?toc=/dotnet/azure/toc.json&bc=/dotnet/breadcrumb/toc.json?toc=/dotnet/navigate/github-copilot-modernize/toc.json&bc=/dotnet/breadcrumb/toc.json

docs/navigate/migration-guide/index.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ landingContent:
1818
- text: Upgrade apps to the latest version of .NET
1919
url: ../../core/porting/index.md
2020
- text: Use GitHub Copilot to assist in upgrading
21-
url: ../../core/porting/github-copilot-app-modernization-overview.md?toc=/dotnet/navigate/migration-guide/toc.json&bc=/dotnet/breadcrumb/toc.json
21+
url: ../../core/porting/github-copilot-app-modernization/overview.md?toc=/dotnet/navigate/migration-guide/toc.json&bc=/dotnet/breadcrumb/toc.json
2222
- text: Plan your .NET Framework upgrade
2323
url: ../../core/porting/framework-overview.md
2424
- linkListType: concept
@@ -34,13 +34,13 @@ landingContent:
3434
- linkListType: overview
3535
links:
3636
- text: GitHub Copilot app modernization overview
37-
url: ../../core/porting/github-copilot-app-modernization-overview.md?toc=/dotnet/navigate/migration-guide/toc.json&bc=/dotnet/breadcrumb/toc.json
37+
url: ../../core/porting/github-copilot-app-modernization/overview.md?toc=/dotnet/navigate/migration-guide/toc.json&bc=/dotnet/breadcrumb/toc.json
3838
- text: GitHub Copilot app modernization FAQ
39-
url: ../../core/porting/github-copilot-app-modernization-faq.yml?toc=/dotnet/navigate/migration-guide/toc.json&bc=/dotnet/breadcrumb/toc.json
39+
url: ../../core/porting/github-copilot-app-modernization/faq.yml?toc=/dotnet/navigate/migration-guide/toc.json&bc=/dotnet/breadcrumb/toc.json
4040
- linkListType: concept
4141
links:
4242
- text: Using Copilot to speed up porting and modernization
43-
url: ../../core/porting/github-copilot-app-modernization-overview.md?toc=/dotnet/navigate/migration-guide/toc.json&bc=/dotnet/breadcrumb/toc.json#how-does-it-work
43+
url: ../../core/porting/github-copilot-app-modernization/overview.md?toc=/dotnet/navigate/migration-guide/toc.json&bc=/dotnet/breadcrumb/toc.json#how-does-it-work
4444

4545
- title: Migrate .NET apps to Azure
4646
linkLists:
@@ -57,7 +57,7 @@ landingContent:
5757
- linkListType: concept
5858
links:
5959
- text: Azure migration FAQ
60-
url: ../../core/porting/github-copilot-app-modernization-faq.yml?toc=/dotnet/navigate/migration-guide/toc.json&bc=/dotnet/breadcrumb/toc.json
60+
url: ../../core/porting/github-copilot-app-modernization/faq.yml?toc=/dotnet/navigate/migration-guide/toc.json&bc=/dotnet/breadcrumb/toc.json
6161

6262
- title: Get help and community
6363
linkLists:

docs/navigate/migration-guide/toc.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ items:
77
expanded: true
88
items:
99
- name: Overview
10-
href: ../../core/porting/github-copilot-app-modernization-overview.md?toc=/dotnet/navigate/migration-guide/toc.json&bc=/dotnet/breadcrumb/toc.json
10+
href: ../../core/porting/github-copilot-app-modernization/overview.md?toc=/dotnet/navigate/migration-guide/toc.json&bc=/dotnet/breadcrumb/toc.json
1111
displayName: copilot, upgrade
1212
- name: FAQ
13-
href: ../../core/porting/github-copilot-app-modernization-faq.yml?toc=/dotnet/navigate/migration-guide/toc.json&bc=/dotnet/breadcrumb/toc.json
13+
href: ../../core/porting/github-copilot-app-modernization/faq.yml?toc=/dotnet/navigate/migration-guide/toc.json&bc=/dotnet/breadcrumb/toc.json
1414
displayName: copilot, upgrade
1515
- name: Upgrade .NET apps
1616
expanded: false
1717
items:
1818
- name: How to upgrade with GitHub Copilot
19-
href: ../../core/porting/how-to-upgrade-with-github-copilot.md?toc=/dotnet/navigate/migration-guide/toc.json&bc=/dotnet/breadcrumb/toc.json
19+
href: ../../core/porting/github-copilot-app-modernization/how-to-upgrade-with-github-copilot.md?toc=/dotnet/navigate/migration-guide/toc.json&bc=/dotnet/breadcrumb/toc.json
2020
displayName: copilot, upgrade
2121
- name: Migrate .NET apps to Azure
2222
expanded: false
@@ -25,15 +25,13 @@ items:
2525
href: ../../azure/migration/appmod/quickstart.md?toc=/dotnet/navigate/migration-guide/toc.json&bc=/dotnet/breadcrumb/toc.json
2626
- name: Migration sample
2727
href: ../../azure/migration/appmod/sample.md?toc=/dotnet/navigate/migration-guide/toc.json&bc=/dotnet/breadcrumb/toc.json
28-
- name: Troubleshooting
29-
href: /dotnet/core/porting/github-copilot-app-modernization-faq?toc=/dotnet/azure/toc.json&bc=/dotnet/breadcrumb/toc.json?toc=/dotnet/navigate/migration-guide/toc.json&bc=/dotnet/breadcrumb/toc.json
3028

3129
- name: Plan an upgrade from .NET Framework
3230
items:
3331
- name: Overview
3432
href: ../../core/porting/framework-overview.md
3533
- name: Upgrade with GitHub Copilot
36-
href: ../../core/porting/github-copilot-app-modernization-overview.md?toc=/dotnet/navigate/migration-guide/toc.json&bc=/dotnet/breadcrumb/toc.json
34+
href: ../../core/porting/github-copilot-app-modernization/overview.md?toc=/dotnet/navigate/migration-guide/toc.json&bc=/dotnet/breadcrumb/toc.json
3735
displayName: copilot, upgrade, modernization
3836
- name: General information
3937
items:

0 commit comments

Comments
 (0)