Skip to content

Commit e5a87b1

Browse files
authored
Merge pull request #6213 from heiligerdankgesang/dominicn-VSMac-TOC-yamlfication
Converting VSMac TOC to YAML
2 parents 13c726c + d7f4835 commit e5a87b1

File tree

3 files changed

+240
-138
lines changed

3 files changed

+240
-138
lines changed

mac/TOC.md

Lines changed: 0 additions & 136 deletions
This file was deleted.

mac/TOC.yml

Lines changed: 238 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,238 @@
1+
- name: Visual Studio for Mac
2+
href: index.yml
3+
- name: Getting Started
4+
items:
5+
- name: IDE Tour
6+
href: ide-tour.md
7+
- name: Visual Studio for Mac for Windows Users
8+
href: vsmac-for-windows-users.md
9+
- name: Installation
10+
items:
11+
- name: Installing Visual Studio 2019 for Mac
12+
href: installation.md
13+
- name: Install and use behind a firewall or proxy
14+
href: install-behind-a-firewall-or-proxy-server.md
15+
- name: Install a preview release
16+
href: install-preview.md
17+
- name: Update
18+
href: update.md
19+
- name: Uninstall
20+
href: uninstall.md
21+
- name: User Accounts
22+
items:
23+
- name: Overview
24+
href: user-accounts.md
25+
- name: Signing In
26+
href: signing-in.md
27+
- name: Enable Subscription
28+
href: enable-subscription.md
29+
- name: Customizing the IDE
30+
items:
31+
- name: Customizing the look and feel of IDE
32+
href: customizing-the-ide.md
33+
- name: Extending Visual Studio for Mac
34+
href: extending-visual-studio-mac.md
35+
- name: Projects and Solutions
36+
items:
37+
- name: Overview
38+
href: projects-and-solutions.md
39+
- name: Creating new Projects
40+
href: create-new-projects.md
41+
- name: Adding and removing Project Items
42+
href: add-and-remove-project-items.md
43+
- name: Managing Solutions and Project properties
44+
href: managing-solutions-and-project-properties.md
45+
- name: Multitargeting
46+
href: project-multitargeting.md
47+
- name: Managing references in a project
48+
items:
49+
- name: Overview
50+
href: managing-references-in-a-project.md
51+
- name: Walkthrough - Including a NuGet package in your project
52+
href: nuget-walkthrough.md
53+
- name: Managing App Resources
54+
href: managing-app-resources.md
55+
- name: "How to: Open multiple solutions or instances"
56+
href: open-multiple-solutions.md
57+
- name: Source Editor
58+
items:
59+
- name: Editor Features
60+
href: source-editor.md
61+
- name: Refactoring
62+
href: refactoring.md
63+
- name: IntelliSense
64+
href: intellisense.md
65+
- name: Show Import Items
66+
href: show-imports.md
67+
- name: Multi-caret Editing
68+
href: multi-caret-editing.md
69+
- name: Comments
70+
href: comments.md
71+
- name: Editor Behavior
72+
href: editor-behavior.md
73+
- name: Task Comments
74+
href: task-comments.md
75+
- name: Snippets
76+
href: snippets.md
77+
- name: Block Selection
78+
href: block-selection.md
79+
- name: Editor Themes
80+
href: editor-themes.md
81+
- name: EditorConfig
82+
href: editorconfig.md
83+
- name: Default Keyboard Shortcuts
84+
href: keyboard-shortcuts.md
85+
- name: Debugging
86+
items:
87+
- name: Overview
88+
href: debugging.md
89+
- name: Data Visualizations
90+
href: data-visualizations.md
91+
- name: Debugging NuGet packages with Source Link
92+
href: source-link.md
93+
- name: Compiling and Building
94+
items:
95+
- name: Overview
96+
href: compiling-and-building.md
97+
- name: Building and Cleaning Projects and Solutions
98+
href: building-and-cleaning-projects-and-solutions.md
99+
- name: Build Actions
100+
href: build-actions.md
101+
- name: "How to: Set multiple startup projects"
102+
href: set-startup-projects.md
103+
- name: Customizing the Build System
104+
href: customizing-build-system.md
105+
- name: Configurations
106+
items:
107+
- name: Understanding build configurations
108+
href: configurations.md
109+
- name: Create and Edit configurations
110+
href: create-and-edit-configurations.md
111+
- name: Version Control
112+
items:
113+
- name: Overview
114+
href: version-control.md
115+
- name: Setting Up a Git Repository
116+
href: set-up-git-repository.md
117+
- name: Working with Git
118+
href: working-with-git.md
119+
- name: Setting Up a Subversion Repository
120+
href: set-up-subversion-repository.md
121+
- name: Working with Subversion
122+
href: working-with-subversion.md
123+
- name: Web App Deployment
124+
items:
125+
- name: Overview
126+
href: web-app-deployment.md
127+
- name: Publish to Azure App Service
128+
href: publish-app-svc.md
129+
- name: Publish to Folder
130+
href: publish-folder.md
131+
- name: Workloads
132+
items:
133+
- name: Available Workloads
134+
href: workloads.md
135+
- name: ASP.NET Core
136+
items:
137+
- name: .NET Core Support
138+
href: net-core-support.md
139+
- name: Getting Started with ASP.NET Core
140+
href: asp-net-core.md
141+
- name: Building ASP.NET Core applications in Visual Studio for Mac
142+
href: building-asp-net-core.md
143+
- name: Razor
144+
href: razor.md
145+
- name: Blazor
146+
href: blazor.md
147+
- name: JavaScript and TypeScript
148+
href: javascript.md
149+
- name: launchSettings.json
150+
href: launch-settings.md
151+
- name: Azure
152+
items:
153+
- name: Overview
154+
href: azure-workload.md
155+
- name: Introduction to Azure Functions
156+
href: azure-functions.md
157+
- name: "Tutorial: Azure Functions"
158+
href: azure-functions-lab.md
159+
- name: Connected Services
160+
href: connected-services.md
161+
- name: Docker
162+
items:
163+
- name: Get Started with Docker
164+
href: docker-quickstart.md
165+
- name: Create a Multi-Container App with Docker Compose
166+
href: docker-multi-container.md
167+
- name: Unity Game Development
168+
items:
169+
- name: Unity Game Development
170+
href: unity-tools.md
171+
- name: Setup
172+
href: setup-vsmac-tools-unity.md
173+
- name: Getting Started with Unity
174+
href: unity-walkthrough.md
175+
- name: Using Unity Tools
176+
href: using-vsmac-tools-unity.md
177+
- name: Using .NET 4.x in Unity
178+
href: /visualstudio/cross-platform/unity-scripting-upgrade/?context=visualstudio/mac/context
179+
- name: Change Log
180+
href: /visualstudio/cross-platform/change-log-visual-studio-tools-for-unity-mac/?context=visualstudio/mac/context
181+
- name: Mobile apps with Xamarin
182+
href: /visualstudio/mac/xamarin
183+
- name: Accessibility
184+
items:
185+
- name: Overview
186+
href: accessibility.md
187+
- name: Setting IDE accessibility options
188+
href: accessibility-ide-options.md
189+
- name: macOS Accessibility Tools and Features
190+
items:
191+
- name: Using macOS Accessibility Tools
192+
href: accessibility-macos.md
193+
- name: Using Keyboard Navigation
194+
href: accessibility-keyboard.md
195+
- name: Using VoiceOver
196+
href: accessibility-voiceover.md
197+
- name: Video tutorials
198+
items:
199+
- name: Getting started with ASP.NET Core in Visual Studio for Mac
200+
href: tutorial-aspnet-core-vsmac-getting-started.md
201+
- name: Extending an existing ASP.NET Core web application
202+
href: tutorial-aspnet-core-vsmac-extending.md
203+
- name: Visual Studio for Mac for Windows Users
204+
href: vsmac-for-windows-users.md
205+
- name: Troubleshooting
206+
items:
207+
- name: Logs and Exceptions
208+
href: troubleshooting.md
209+
- name: Visual Studio Customer Experience Improvement Program
210+
href: visual-studio-experience-improvement-program.md
211+
- name: Report a Problem
212+
href: report-a-problem.md
213+
- name: "Troubleshooting: Does Visual Studio for Mac support Team Foundation Version Control?"
214+
href: tf-version-control.md
215+
- name: "Troubleshooting: Why can I not see all templates?"
216+
href: troubleshooting-no-templates.md
217+
- name: "Troubleshooting: Updater has errors retrieving information"
218+
href: updater-troubleshooting.md
219+
- name: Release Notes
220+
href: /visualstudio/releasenotes/vs2019-mac-relnotes
221+
- name: Preview Release Notes
222+
href: /visualstudio/releasenotes/vs2019-mac-preview-relnotes
223+
- name: Samples
224+
items:
225+
- name: Featured Samples
226+
href: samples/index.yml
227+
- name: All ASP.NET Core Samples
228+
href: /samples/browse/?products=aspnet-core
229+
- name: All .NET Core Samples
230+
href: /samples/browse/?products=dotnet-core
231+
- name: All Xamarin.Forms Samples
232+
href: /xamarin/xamarin-forms/samples/
233+
- name: All Xamarin.iOS Samples
234+
href: /xamarin/ios/samples/
235+
- name: All Xamarin.Android Samples
236+
href: /xamarin/android/samples/
237+
- name: All Xamarin.Mac Samples
238+
href: /xamarin/mac/samples/

mac/context.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### YamlMime:ContextObject
22
searchScope:
33
- Mac
4-
toc_rel: ./toc.md
5-
breadcrumb_path: ./_breadcrumb/toc.yml
4+
toc_rel: ./toc.yml
5+
breadcrumb_path: ./_breadcrumb/toc.yml

0 commit comments

Comments
 (0)