Skip to content

Commit 8dcc696

Browse files
committed
Add docs ToC JSON file
1 parent 659ad31 commit 8dcc696

File tree

1 file changed

+334
-0
lines changed

1 file changed

+334
-0
lines changed

docs/toc.json

Lines changed: 334 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,334 @@
1+
[
2+
{
3+
"name": "Setup",
4+
"area": "setup",
5+
"topics": [
6+
["Overview", "/docs/setup/setup-overview"],
7+
["Linux", "/docs/setup/linux"],
8+
["macOS", "/docs/setup/mac"],
9+
["Windows", "/docs/setup/windows"],
10+
["Raspberry Pi", "/docs/setup/raspberry-pi"],
11+
["Network", "/docs/setup/network"],
12+
["Additional Components", "/docs/setup/additional-components"],
13+
["Enterprise", "/docs/setup/enterprise"],
14+
["Uninstall", "/docs/setup/uninstall"]
15+
]
16+
},
17+
{
18+
"name": "Getting Started",
19+
"area": "getstarted",
20+
"topics": [
21+
["Tutorial", "/docs/getstarted/getting-started"],
22+
["Copilot Quickstart", "/docs/getstarted/copilot-quickstart"],
23+
["Intro Videos", "/docs/getstarted/introvideos"],
24+
["User Interface", "/docs/getstarted/userinterface"],
25+
["Tips and Tricks", "/docs/getstarted/tips-and-tricks"],
26+
["Themes", "/docs/getstarted/themes"],
27+
["Settings", "/docs/getstarted/settings"],
28+
["Keyboard Shortcuts", "/docs/getstarted/keybindings"],
29+
["Display Language", "/docs/getstarted/locales"],
30+
["Telemetry", "/docs/getstarted/telemetry"]
31+
]
32+
},
33+
{
34+
"name": "User Guide",
35+
"area": "editor",
36+
"topics": [
37+
["Code Basics", "/docs/editor/codebasics"],
38+
["Extension Marketplace", "/docs/editor/extension-marketplace"],
39+
["Intellisense", "/docs/editor/intellisense"],
40+
["Code Navigation", "/docs/editor/editingevolved"],
41+
["Refactoring", "/docs/editor/refactoring"],
42+
["Debugging", "/docs/editor/debugging"],
43+
["Testing", "/docs/editor/testing"],
44+
["VS Code for the Web", "/docs/editor/vscode-web"],
45+
["Tasks", "/docs/editor/tasks"],
46+
["Profiles", "/docs/editor/profiles"],
47+
["Settings Sync", "/docs/editor/settings-sync"],
48+
["Snippets", "/docs/editor/userdefinedsnippets"],
49+
["Emmet", "/docs/editor/emmet"],
50+
["Command Line Interface", "/docs/editor/command-line"],
51+
["Workspaces", "/docs/editor/workspaces"],
52+
["Workspace Trust", "/docs/editor/workspace-trust"],
53+
["Multi-root Workspaces", "/docs/editor/multi-root-workspaces"],
54+
["Accessibility", "/docs/editor/accessibility"],
55+
["Voice Interactions", "/docs/editor/voice"],
56+
["Custom Layout", "/docs/editor/custom-layout"],
57+
["Port Forwarding", "/docs/editor/port-forwarding"]
58+
]
59+
},
60+
{
61+
"name": "Source Control",
62+
"area": "sourcecontrol",
63+
"topics": [
64+
["Overview", "/docs/sourcecontrol/overview"],
65+
["Introduction to Git", "/docs/sourcecontrol/intro-to-git"],
66+
["Collaborate on GitHub", "/docs/sourcecontrol/github"],
67+
["FAQ", "/docs/sourcecontrol/faq"]
68+
]
69+
},
70+
{
71+
"name": "Terminal",
72+
"area": "terminal",
73+
"topics": [
74+
["Getting Started Tutorial", "/docs/terminal/getting-started"],
75+
["Terminal Basics", "/docs/terminal/basics"],
76+
["Terminal Profiles", "/docs/terminal/profiles"],
77+
["Shell Integration", "/docs/terminal/shell-integration"],
78+
["Appearance", "/docs/terminal/appearance"],
79+
["Advanced", "/docs/terminal/advanced"]
80+
]
81+
},
82+
{
83+
"name": "GitHub Copilot",
84+
"area": "copilot",
85+
"topics": [
86+
["Overview", "/docs/copilot/overview"],
87+
["Setup", "/docs/copilot/setup"],
88+
["Copilot Quickstart", "/docs/copilot/getting-started"],
89+
["Code Completions", "/docs/copilot/ai-powered-suggestions"],
90+
["Copilot Chat", "/docs/copilot/copilot-chat"],
91+
["Copilot Chat Tutorial", "/docs/copilot/getting-started-chat"],
92+
["Copilot Edits", "/docs/copilot/copilot-edits"],
93+
["Customizing Copilot", "/docs/copilot/copilot-customization"],
94+
["Best Practices", "/docs/copilot/prompt-crafting"],
95+
["Workspace Context", "/docs/copilot/workspace-context"],
96+
["Copilot Cheat Sheet", "/docs/copilot/copilot-vscode-features"],
97+
["Settings Reference", "/docs/copilot/copilot-settings"],
98+
["Copilot Extensibility", "/docs/copilot/copilot-extensibility-overview"],
99+
["FAQ", "/docs/copilot/faq"]
100+
]
101+
},
102+
{
103+
"name": "Languages",
104+
"area": "languages",
105+
"topics": [
106+
["Overview", "/docs/languages/overview"],
107+
["JavaScript", "/docs/languages/javascript"],
108+
["JSON", "/docs/languages/json"],
109+
["HTML", "/docs/languages/html"],
110+
["CSS, SCSS and Less", "/docs/languages/css"],
111+
["TypeScript", "/docs/languages/typescript"],
112+
["Markdown", "/docs/languages/markdown"],
113+
["PowerShell", "/docs/languages/powershell"],
114+
["C++", "/docs/languages/cpp"],
115+
["Java", "/docs/languages/java"],
116+
["PHP", "/docs/languages/php"],
117+
["Python", "/docs/languages/python"],
118+
["Julia", "/docs/languages/julia"],
119+
["R", "/docs/languages/r"],
120+
["Ruby", "/docs/languages/ruby"],
121+
["Rust", "/docs/languages/rust"],
122+
["Go", "/docs/languages/go"],
123+
["T-SQL", "/docs/languages/tsql"],
124+
["C#", "/docs/languages/csharp"],
125+
[".NET", "/docs/languages/dotnet"],
126+
["Polyglot", "/docs/languages/polyglot"]
127+
]
128+
},
129+
{
130+
"name": "Node.js / JavaScript",
131+
"area": "nodejs",
132+
"topics": [
133+
["Working with JavaScript", "/docs/nodejs/working-with-javascript"],
134+
["Node.js Tutorial", "/docs/nodejs/nodejs-tutorial"],
135+
["Node.js Debugging", "/docs/nodejs/nodejs-debugging"],
136+
["Deploy Node.js Apps", "/docs/nodejs/nodejs-deployment"],
137+
["Browser Debugging", "/docs/nodejs/browser-debugging"],
138+
["Angular Tutorial", "/docs/nodejs/angular-tutorial"],
139+
["React Tutorial", "/docs/nodejs/reactjs-tutorial"],
140+
["Vue Tutorial", "/docs/nodejs/vuejs-tutorial"],
141+
["Debugging Recipes", "/docs/nodejs/debugging-recipes"],
142+
["Performance Profiling", "/docs/nodejs/profiling"],
143+
["Extensions", "/docs/nodejs/extensions"]
144+
]
145+
},
146+
{
147+
"name": "TypeScript",
148+
"area": "typescript",
149+
"topics": [
150+
["Tutorial", "/docs/typescript/typescript-tutorial"],
151+
["Compiling", "/docs/typescript/typescript-compiling"],
152+
["Editing", "/docs/typescript/typescript-editing"],
153+
["Refactoring", "/docs/typescript/typescript-refactoring"],
154+
["Debugging", "/docs/typescript/typescript-debugging"]
155+
]
156+
},
157+
{
158+
"name": "Python",
159+
"area": "python",
160+
"topics": [
161+
["Quick Start", "/docs/python/python-quick-start"],
162+
["Tutorial", "/docs/python/python-tutorial"],
163+
["Run Python Code", "/docs/python/run"],
164+
["Editing", "/docs/python/editing"],
165+
["Linting", "/docs/python/linting"],
166+
["Formatting", "/docs/python/formatting"],
167+
["Debugging", "/docs/python/debugging"],
168+
["Environments", "/docs/python/environments"],
169+
["Testing", "/docs/python/testing"],
170+
["Python Interactive", "/docs/python/jupyter-support-py"],
171+
["Django Tutorial", "/docs/python/tutorial-django"],
172+
["FastAPI Tutorial", "/docs/python/tutorial-fastapi"],
173+
["Flask Tutorial", "/docs/python/tutorial-flask"],
174+
["Create Containers", "/docs/python/tutorial-create-containers"],
175+
["Deploy Python Apps", "/docs/python/python-on-azure"],
176+
["Python in the Web", "/docs/python/python-web"],
177+
["Settings Reference", "/docs/python/settings-reference"]
178+
]
179+
},
180+
{
181+
"name": "Java",
182+
"area": "java",
183+
"topics": [
184+
["Getting Started", "/docs/java/java-tutorial"],
185+
["Navigate and Edit", "/docs/java/java-editing"],
186+
["Refactoring", "/docs/java/java-refactoring"],
187+
["Formatting and Linting", "/docs/java/java-linting"],
188+
["Project Management", "/docs/java/java-project"],
189+
["Build Tools", "/docs/java/java-build"],
190+
["Run and Debug", "/docs/java/java-debugging"],
191+
["Testing", "/docs/java/java-testing"],
192+
["Spring Boot", "/docs/java/java-spring-boot"],
193+
["Application Servers", "/docs/java/java-tomcat-jetty"],
194+
["Deploy Java Apps", "/docs/java/java-on-azure"],
195+
["GUI Applications", "/docs/java/java-gui"],
196+
["Extensions", "/docs/java/extensions"],
197+
["FAQ", "/docs/java/java-faq"]
198+
]
199+
},
200+
{
201+
"name": "C++",
202+
"area": "cpp",
203+
"topics": [
204+
["Intro Videos", "/docs/cpp/introvideos-cpp"],
205+
["GCC on Linux", "/docs/cpp/config-linux"],
206+
["GCC on Windows", "/docs/cpp/config-mingw"],
207+
["GCC on Windows Subsystem for Linux", "/docs/cpp/config-wsl"],
208+
["Clang on macOS", "/docs/cpp/config-clang-mac"],
209+
["Microsoft C++ on Windows", "/docs/cpp/config-msvc"],
210+
["Build with CMake", "/docs/cpp/build-with-cmake"],
211+
["CMake Tools on Linux", "/docs/cpp/cmake-linux"],
212+
["CMake Quick Start", "/docs/cpp/cmake-quickstart"],
213+
["Editing and Navigating", "/docs/cpp/cpp-ide"],
214+
["Debugging", "/docs/cpp/cpp-debug"],
215+
["Configure Debugging", "/docs/cpp/launch-json-reference"],
216+
["Refactoring", "/docs/cpp/cpp-refactoring"],
217+
["Settings", "/docs/cpp/customize-default-settings-cpp"],
218+
["Configure IntelliSense", "/docs/cpp/configure-intellisense"],
219+
["Configure IntelliSense for Cross-Compiling", "/docs/cpp/configure-intellisense-crosscompilation"],
220+
["FAQ", "/docs/cpp/faq-cpp"]
221+
]
222+
},
223+
{
224+
"name": "C#",
225+
"area": "csharp",
226+
"topics": [
227+
["Intro Videos", "/docs/csharp/introvideos-csharp"],
228+
["Get Started", "/docs/csharp/get-started"],
229+
["Navigate and Edit", "/docs/csharp/navigate-edit"],
230+
["IntelliCode", "/docs/csharp/intellicode"],
231+
["Refactoring", "/docs/csharp/refactoring"],
232+
["Formatting and Linting", "/docs/csharp/formatting-linting"],
233+
["Project Management", "/docs/csharp/project-management"],
234+
["Build Tools", "/docs/csharp/build-tools"],
235+
["Package Management", "/docs/csharp/package-management"],
236+
["Run and Debug", "/docs/csharp/debugging"],
237+
["Testing", "/docs/csharp/testing"],
238+
["FAQ", "/docs/csharp/cs-dev-kit-faq"]
239+
]
240+
},
241+
{
242+
"name": "Docker",
243+
"area": "containers",
244+
"topics": [
245+
["Overview", "/docs/containers/overview"],
246+
["Node.js", "/docs/containers/quickstart-node"],
247+
["Python", "/docs/containers/quickstart-python"],
248+
["ASP.NET Core", "/docs/containers/quickstart-aspnet-core"],
249+
["Debug", "/docs/containers/debug-common"],
250+
["Docker Compose", "/docs/containers/docker-compose"],
251+
["Registries", "/docs/containers/quickstart-container-registries"],
252+
["Deploy to Azure", "/docs/containers/app-service"],
253+
["Choose a Dev Environment", "/docs/containers/choosing-dev-environment"],
254+
["Customize", "/docs/containers/reference"],
255+
["Develop with Kubernetes", "/docs/containers/bridge-to-kubernetes"],
256+
["Tips and Tricks", "/docs/containers/troubleshooting"]
257+
]
258+
},
259+
{
260+
"name": "Data Science",
261+
"area": "datascience",
262+
"topics": [
263+
["Overview", "/docs/datascience/overview"],
264+
["Jupyter Notebooks", "/docs/datascience/jupyter-notebooks"],
265+
["Data Science Tutorial", "/docs/datascience/data-science-tutorial"],
266+
["Python Interactive", "/docs/datascience/python-interactive"],
267+
["Data Wrangler Quick Start", "/docs/datascience/data-wrangler-quick-start"],
268+
["Data Wrangler", "/docs/datascience/data-wrangler"],
269+
["PyTorch Support", "/docs/datascience/pytorch-support"],
270+
["Azure Machine Learning", "/docs/datascience/azure-machine-learning"],
271+
["Manage Jupyter Kernels", "/docs/datascience/jupyter-kernel-management"],
272+
["Jupyter Notebooks on the Web", "/docs/datascience/notebooks-web"]
273+
]
274+
},
275+
{
276+
"name": "Intelligent Apps",
277+
"area": "intelligentapps",
278+
"topics": [
279+
["AI Toolkit Overview", "/docs/intelligentapps/overview"],
280+
["Models", "/docs/intelligentapps/models"],
281+
["Playground", "/docs/intelligentapps/playground"],
282+
["Bulk Run", "/docs/intelligentapps/bulkrun"],
283+
["Evaluation", "/docs/intelligentapps/evaluation"],
284+
["Fine-tune", "/docs/intelligentapps/finetune"],
285+
["FAQ", "/docs/intelligentapps/faq"]
286+
]
287+
},
288+
{
289+
"name": "Azure",
290+
"area": "azure",
291+
"topics": [
292+
["Overview", "/docs/azure/overview"],
293+
["Getting Started", "/docs/azure/gettingstarted"],
294+
["Deployment", "/docs/azure/deployment"],
295+
["Docker", "/docs/azure/docker"],
296+
["Azure Kubernetes Service", "/docs/azure/aksextensions"],
297+
["Kubernetes", "/docs/azure/kubernetes"],
298+
["MongoDB", "/docs/azure/mongodb"],
299+
["Remote Debugging for Node.js", "/docs/azure/remote-debugging"]
300+
]
301+
},
302+
{
303+
"name": "Remote",
304+
"area": "remote",
305+
"topics": [
306+
["Overview", "/docs/remote/remote-overview"],
307+
["SSH", "/docs/remote/ssh"],
308+
["Dev Containers", "/docs/remote/dev-containers"],
309+
["Windows Subsystem for Linux", "/docs/remote/wsl"],
310+
["GitHub Codespaces", "/docs/remote/codespaces"],
311+
["VS Code Server", "/docs/remote/vscode-server"],
312+
["Tunnels", "/docs/remote/tunnels"],
313+
["SSH Tutorial", "/docs/remote/ssh-tutorial"],
314+
["WSL Tutorial", "/docs/remote/wsl-tutorial"],
315+
["Tips and Tricks", "/docs/remote/troubleshooting"],
316+
["FAQ", "/docs/remote/faq"]
317+
]
318+
},
319+
{
320+
"name": "Dev Containers",
321+
"area": "devcontainers",
322+
"topics": [
323+
["Overview", "/docs/devcontainers/containers"],
324+
["Tutorial", "/docs/devcontainers/tutorial"],
325+
["Attach to Container", "/docs/devcontainers/attach-container"],
326+
["Create Dev Container", "/docs/devcontainers/create-dev-container"],
327+
["Advanced Containers", "/docs/devcontainers/containers-advanced"],
328+
["devcontainer.json", "/docs/devcontainers/devcontainerjson-reference"],
329+
["Dev Container CLI", "/docs/devcontainers/devcontainer-cli"],
330+
["Tips and Tricks", "/docs/devcontainers/tips-and-tricks"],
331+
["FAQ", "/docs/devcontainers/faq"]
332+
]
333+
}
334+
]

0 commit comments

Comments
 (0)