Skip to content

Commit 71233c3

Browse files
authored
Merge pull request #13928 from anandmeg/copilot-toc
Restructure copilot toc
2 parents 13c61fb + a9e836a commit 71233c3

File tree

1 file changed

+41
-26
lines changed

1 file changed

+41
-26
lines changed

docs/toc.yml

Lines changed: 41 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
href: ide/quickstart-ide-orientation.md
1515
- name: More Visual Studio features
1616
href: ide/advanced-feature-overview.md
17+
- name: AI-assisted development
18+
href: ide/ai-assisted-development-visual-studio.md
1719
expanded: true
1820
- name: Installation
1921
items:
@@ -135,50 +137,63 @@
135137
href: python/
136138
- name: F# >>
137139
href: /dotnet/fsharp/
138-
- name: AI-assisted development
140+
- name: GitHub Copilot
139141
expanded: true
140142
items:
141-
- name: About AI in Visual Studio
142-
href: ide/ai-assisted-development-visual-studio.md
143-
- name: GitHub Copilot
143+
- name: Get started
144144
expanded: true
145145
items:
146-
- name: Install and manage GitHub Copilot
146+
- name: Install and manage
147147
href: ide/visual-studio-github-copilot-install-and-states.md
148-
- name: GitHub Copilot Free
149-
href: ide/copilot-free-plan.md
150-
- name: Use GitHub Copilot Completions
148+
- name: Editor
149+
expanded: true
150+
items:
151+
- name: Code Completions
151152
href: ide/visual-studio-github-copilot-extension.md
152-
- name: Use GitHub Copilot Chat
153+
- name: Chat
153154
href: ide/visual-studio-github-copilot-chat.md
154-
- name: Tips to improve Copilot Chat results
155-
href: ide/copilot-chat-context.md
155+
- name: Next Edit Suggestions
156+
href: ide/copilot-next-edit-suggestions.md
156157
- name: Agent mode
157158
href: ide/copilot-agent-mode.md
158159
- name: MCP servers
159160
href: ide/mcp-servers.md
160-
- name: Next Edit Suggestions
161-
href: ide/copilot-next-edit-suggestions.md
162161
- name: Copilot Edits
163162
href: ide/copilot-edits.md
164-
- name: Debug with GitHub Copilot
163+
- name: Chat context
164+
expanded: true
165+
items:
166+
- name: Tips to improve results
167+
href: ide/copilot-chat-context.md
168+
- name: Guides
169+
expanded: true
170+
items:
171+
- name: Debug with Copilot
165172
href: debugger/debug-with-copilot.md
173+
- name: Troubleshooting
174+
expanded: true
175+
items:
176+
- name: Troubleshoot Copilot state
177+
href: ide/visual-studio-github-copilot-troubleshoot.md
178+
- name: Account
179+
expanded: true
180+
items:
181+
- name: GitHub Copilot Free
182+
href: ide/copilot-free-plan.md
166183
- name: Deploy GitHub Copilot to your enterprise
167184
href: ide/deploy-copilot-to-enterprise.md
168185
- name: Admin controls for GitHub Copilot
169186
href: ide/visual-studio-github-copilot-admin.md
170-
- name: Troubleshoot GitHub Copilot state
171-
href: ide/visual-studio-github-copilot-troubleshoot.md
172-
- name: IntelliCode
173-
items:
174-
- name: 'What is IntelliCode?'
175-
href: ide/intellicode-visual-studio.md
176-
- name: 'IntelliCode: Whole-line autocompletions'
177-
href: ide/visual-studio-whole-line-completions.md
178-
- name: 'IntelliCode: Suggestions'
179-
href: ide/intellicode-suggestions.md
180-
- name: 'Privacy & IntelliCode'
181-
href: ide/intellicode-privacy.md
187+
- name: IntelliCode
188+
items:
189+
- name: 'What is IntelliCode?'
190+
href: ide/intellicode-visual-studio.md
191+
- name: 'IntelliCode: Whole-line autocompletions'
192+
href: ide/visual-studio-whole-line-completions.md
193+
- name: 'IntelliCode: Suggestions'
194+
href: ide/intellicode-suggestions.md
195+
- name: 'Privacy & IntelliCode'
196+
href: ide/intellicode-privacy.md
182197
- name: Develop
183198
items:
184199
- name: Organize and edit code

0 commit comments

Comments
 (0)