From 63a6338a22207e38bdb42cb8c6aee69df7dd2959 Mon Sep 17 00:00:00 2001 From: Jessie Huang Date: Wed, 19 Nov 2025 10:26:26 +0800 Subject: [PATCH] add two new support for dotnet toc --- docs/core/porting/github-copilot-app-modernization/toc.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/core/porting/github-copilot-app-modernization/toc.yml b/docs/core/porting/github-copilot-app-modernization/toc.yml index 698b4506625e8..799fafe263893 100644 --- a/docs/core/porting/github-copilot-app-modernization/toc.yml +++ b/docs/core/porting/github-copilot-app-modernization/toc.yml @@ -22,3 +22,7 @@ items: href: ../../../azure/migration/appmod/quickstart.md?toc=/dotnet/core/porting/github-copilot-app-modernization/toc.json&bc=/dotnet/breadcrumb/toc.json - name: Migration sample href: ../../../azure/migration/appmod/sample.md?toc=/dotnet/core/porting/github-copilot-app-modernization/toc.json&bc=/dotnet/breadcrumb/toc.json + - name: Copilot CLI Support + href: ../../../azure/migration/appmod/copilot-cli-support.md?toc=/dotnet/core/porting/github-copilot-app-modernization/toc.json&bc=/dotnet/breadcrumb/toc.json + - name: Coding Agent Support + href: ../../../azure/migration/appmod/coding-agent-support.md?toc=/dotnet/core/porting/github-copilot-app-modernization/toc.json&bc=/dotnet/breadcrumb/toc.json \ No newline at end of file