From a42201ac562e63721183417e5f52da0d6abab795 Mon Sep 17 00:00:00 2001 From: Megha Anand <88059806+anandmeg@users.noreply.github.com> Date: Tue, 22 Aug 2023 13:35:54 -0700 Subject: [PATCH 1/2] Add AI node in TOC --- docs/toc.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/toc.yml b/docs/toc.yml index 0c4c61ec447..2a386e05b1c 100644 --- a/docs/toc.yml +++ b/docs/toc.yml @@ -144,8 +144,10 @@ - name: F# >> href: /dotnet/fsharp/ expanded: true -- name: 'AI: GitHub Copilot' - href: ide/visual-studio-github-copilot-extension.md +- name: AI + items: + - name: GitHub Copilot + href: ide/visual-studio-github-copilot-extension.md - name: Develop items: - name: Organize and edit code From c1af01728ee20b21a1066b9563e7c3eca51f1be8 Mon Sep 17 00:00:00 2001 From: Megha Anand <88059806+anandmeg@users.noreply.github.com> Date: Tue, 22 Aug 2023 15:16:38 -0700 Subject: [PATCH 2/2] Updated TOC node name to use the general term defined by product team --- docs/toc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/toc.yml b/docs/toc.yml index 2a386e05b1c..32ce0c2f7a5 100644 --- a/docs/toc.yml +++ b/docs/toc.yml @@ -144,7 +144,7 @@ - name: F# >> href: /dotnet/fsharp/ expanded: true -- name: AI +- name: AI-assisted development items: - name: GitHub Copilot href: ide/visual-studio-github-copilot-extension.md