Skip to content

Commit 1a41182

Browse files
committed
add displayname
1 parent 27f56a7 commit 1a41182

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

docs/toc.yml

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
- name: Personalization accounts
2020
items:
2121
- name: Sign in to Visual Studio
22+
displayName: peronalization accounts
2223
href: ide/signing-in-to-visual-studio.md
2324
- name: Work with multiple user accounts
2425
href: ide/work-with-multiple-user-accounts.md
@@ -257,9 +258,9 @@
257258
- name: 64-bit support
258259
href: ide/visual-studio-ide-64-bit-support.md
259260
- name: Develop without projects or solutions
260-
displayName: Open folder
261261
items:
262262
- name: "How to: Develop without a project"
263+
displayName: Open folder
263264
href: ide/develop-code-in-visual-studio-without-projects-or-solutions.md
264265
- name: Customize build and debug tasks
265266
displayName: makefile tasks.vs.json
@@ -440,7 +441,7 @@
440441
href: ide/visual-cpp-intellisense.md
441442
- name: Configure a C++ project for IntelliSense
442443
href: ide/visual-cpp-intellisense-configuration.md
443-
- name: Navigation
444+
- name: Move around in code
444445
items:
445446
- name: Navigate your code
446447
href: ide/navigating-code.md
@@ -591,6 +592,7 @@
591592
- name: "Tutorial 1: Create a picture viewer (C#)"
592593
items:
593594
- name: Overview
595+
displayName: Tutorial 1 Picture viewer
594596
href: ide/tutorial-1-create-a-picture-viewer.md
595597
- name: "Step 1: Create a Windows Forms Application Project"
596598
href: ide/step-1-create-a-windows-forms-application-project.md
@@ -617,6 +619,7 @@
617619
- name: "Tutorial 2: Create a timed math quiz (C#)"
618620
items:
619621
- name: Overview
622+
displayName: Tutorial 2 Timed math quiz
620623
href: ide/tutorial-2-create-a-timed-math-quiz.md
621624
- name: "Step 1: Create a Project and Add Labels to Your Form"
622625
href: ide/step-1-create-a-project-and-add-labels-to-your-form.md
@@ -637,6 +640,7 @@
637640
- name: "Tutorial 3: Create a matching game (C#)"
638641
items:
639642
- name: Overview
643+
displayName: Tutorial 3 Matching game
640644
href: ide/tutorial-3-create-a-matching-game.md
641645
- name: "Step 1: Create a Project and Add a Table to Your Form"
642646
href: ide/step-1-create-a-project-and-add-a-table-to-your-form.md
@@ -665,12 +669,14 @@
665669
- name: Compile and build
666670
items:
667671
- name: Overview
672+
displayName: Compile build
668673
href: ide/compiling-and-building-in-visual-studio.md
669674
- name: "Walkthrough: Build an application"
670675
href: ide/walkthrough-building-an-application.md
671676
- name: Build and clean projects and solutions
672677
items:
673678
- name: Overview
679+
displayName: Build clean
674680
href: ide/building-and-cleaning-projects-and-solutions-in-visual-studio.md
675681
- name: Change the build output directory
676682
href: ide/how-to-change-the-build-output-directory.md
@@ -742,6 +748,7 @@
742748
- name: Personalize
743749
items:
744750
- name: Customize the IDE
751+
displayName: Personalize
745752
href: ide/personalizing-the-visual-studio-ide.md
746753
- name: "Quickstart: Personalize theme and text colors"
747754
href: ide/quickstart-personalize-the-ide.md
@@ -875,7 +882,7 @@
875882
- name: Text Editor - Basic (Visual Basic), Advanced
876883
href: ide/reference/options-text-editor-basic-visual-basic.md
877884
- name: Text Editor - Basic (Visual Basic), Code Style
878-
href: /visualstudio/ide/code-styles-and-code-cleanup
885+
href: ide/code-styles-and-code-cleanup.md
879886
- name: Text Editor - Basic (Visual Basic), IntelliSense
880887
href: ide/visual-basic-specific-intellisense.md
881888
- name: Text Editor - C/C++, Formatting
@@ -947,6 +954,7 @@
947954
- name: Project Properties
948955
items:
949956
- name: Reference
957+
displayName: Project properties
950958
href: ide/reference/project-properties-reference.md
951959
- name: Application Page, Project Designer (UWP)
952960
href: ide/reference/application-page-project-designer-uwp.md
@@ -1017,6 +1025,7 @@
10171025
- name: Toolbox
10181026
items:
10191027
- name: Reference
1028+
displayName: Toolbox
10201029
href: ide/reference/toolbox.md
10211030
- name: Toolbox, Components Tab
10221031
href: ide/reference/toolbox-components-tab.md
@@ -1027,6 +1036,7 @@
10271036
- name: Devenv Command Line Switches
10281037
items:
10291038
- name: Reference
1039+
displayName: devenv command-line switches
10301040
href: ide/reference/devenv-command-line-switches.md
10311041
- name: -? (devenv.exe)
10321042
href: ide/reference/q-devenv-exe.md
@@ -1075,6 +1085,7 @@
10751085
- name: Visual Studio Commands
10761086
items:
10771087
- name: Reference
1088+
displayName: Visual Studio commands
10781089
href: ide/reference/visual-studio-commands.md
10791090
- name: Visual Studio Command Aliases
10801091
href: ide/reference/visual-studio-command-aliases.md
@@ -1157,6 +1168,7 @@
11571168
- name: Microsoft Help Viewer
11581169
items:
11591170
- name: Overview
1171+
displayName: Help Viewer
11601172
href: help-viewer/overview.md
11611173
- name: Install and Manage Local Content
11621174
displayName: Offline books docs
@@ -1182,6 +1194,7 @@
11821194
- name: Dotfuscator Community
11831195
items:
11841196
- name: Overview
1197+
displayName: Dotfuscator Community
11851198
href: ide/dotfuscator/index.md
11861199
- name: Capabilities of Dotfuscator
11871200
href: ide/dotfuscator/capabilities.md
@@ -1246,6 +1259,7 @@
12461259
- name: Customer Experience Improvement Program
12471260
items:
12481261
- name: Overview
1262+
displayName: Customer Experience Improvement Program
12491263
href: ide/visual-studio-experience-improvement-program.md
12501264
- name: System-generated logs
12511265
href: ide/diagnostic-data-collection.md

0 commit comments

Comments
 (0)