Skip to content

Commit 98b288f

Browse files
author
Colin Robertson
committed
Convert main TOC to yaml.
1 parent 139d1a3 commit 98b288f

File tree

4 files changed

+55
-3
lines changed

4 files changed

+55
-3
lines changed

.openpublishing.redirection.json

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,56 @@
117117
"redirect_url": "/cpp/assembler/masm/microsoft-macro-assembler-reference",
118118
"redirect_document_id": false
119119
},
120+
{
121+
"source_path": "docs/assembler/masm/ml-fatal-errors.md",
122+
"redirect_url": "/cpp/assembler/masm/ml-fatal-error-a1000",
123+
"redirect_document_id": false
124+
},
125+
{
126+
"source_path": "docs/assembler/masm/ml-nonfatal-errors.md",
127+
"redirect_url": "/cpp/assembler/masm/ml-nonfatal-error-a2004",
128+
"redirect_document_id": false
129+
},
130+
{
131+
"source_path": "docs/assembler/masm/ml-nonfatal-errors-a2000-a2049.md",
132+
"redirect_url": "/cpp/assembler/masm/ml-nonfatal-error-a2004",
133+
"redirect_document_id": false
134+
},
135+
{
136+
"source_path": "docs/assembler/masm/ml-nonfatal-errors-a2050-a2099.md",
137+
"redirect_url": "/cpp/assembler/masm/ml-nonfatal-error-a2050",
138+
"redirect_document_id": false
139+
},
140+
{
141+
"source_path": "docs/assembler/masm/ml-nonfatal-errors-a2100-a2149.md",
142+
"redirect_url": "/cpp/assembler/masm/ml-nonfatal-error-a2107",
143+
"redirect_document_id": false
144+
},
145+
{
146+
"source_path": "docs/assembler/masm/ml-nonfatal-errors-a2150-a2199.md",
147+
"redirect_url": "/cpp/assembler/masm/ml-nonfatal-error-a2189",
148+
"redirect_document_id": false
149+
},
150+
{
151+
"source_path": "docs/assembler/masm/ml-nonfatal-errors-A2200-A2901.md",
152+
"redirect_url": "/cpp/assembler/masm/ml-nonfatal-error-a2206",
153+
"redirect_document_id": false
154+
},
155+
{
156+
"source_path": "docs/assembler/masm/ml-warnings.md",
157+
"redirect_url": "/cpp/assembler/masm/ml-warning-a4004",
158+
"redirect_document_id": false
159+
},
160+
{
161+
"source_path": "docs/assembler/masm/operators-masm.md",
162+
"redirect_url": "/cpp/assembler/masm/operators-reference",
163+
"redirect_document_id": false
164+
},
165+
{
166+
"source_path": "docs/assembler/masm/run-time-operators.md",
167+
"redirect_url": "/cpp/assembler/masm/operator-equal-masm-run-time",
168+
"redirect_document_id": false
169+
},
120170
{
121171
"source_path": "docs/atl/index.md",
122172
"redirect_url": "/cpp/atl/atl-com-desktop-components",
@@ -7125,7 +7175,7 @@
71257175
},
71267176
{
71277177
"source_path": "docs/intrinsics/index.md",
7128-
"redirect_url": "/cpp/intrinsics/compiler-intrinsics-and-assembly-language",
7178+
"redirect_url": "/cpp/intrinsics/compiler-intrinsics",
71297179
"redirect_document_id": false
71307180
},
71317181
{

docs/_breadcrumb/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
topicHref: /cpp/ide/using-the-visual-studio-ide-for-cpp-desktop-development
9595
- name: Building C/C++ Projects
9696
tocHref: /cpp/build/
97-
tocHref: /cpp/build/building-c-cpp-programs
97+
topicHref: /cpp/build/building-c-cpp-programs
9898
items:
9999
- name: Build Reference
100100
tocHref: /cpp/build/reference/

docs/error-messages/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4246,6 +4246,8 @@
42464246
href: compiler-warnings/c5046.md
42474247
- name: Compiler warnings by compiler version
42484248
href: compiler-warnings/compiler-warnings-by-compiler-version.md
4249+
- name: Compiler warnings that are off by default
4250+
href: ../preprocessor/compiler-warnings-that-are-off-by-default.md
42494251
- name: C Runtime errors
42504252
expanded: false
42514253
items:

docs/windows/overview-of-windows-programming-in-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Visual Studio includes a powerful debugger for native code, static analysis tool
9595
|[Windows Desktop Wizard](windows-desktop-wizard.md)|Use the wizard to create new Windows projects.|
9696
|[Active Template Library (ATL)](../atl/atl-com-desktop-components.md)|Use the ATL library to create COM components in C++.|
9797
|[Microsoft Foundation Classes (MFC)](../mfc/mfc-desktop-applications.md)|Use MFC to create large or small Windows applications with dialogs and controls|
98-
|[ATL and MFC Shared Classes](../atl-mfc-shared/TOC.md)|Use classes such as CString that are shared in ATL and MFC.|
98+
|[ATL and MFC Shared Classes](../atl-mfc-shared/atl-mfc-shared-classes.md)|Use classes such as CString that are shared in ATL and MFC.|
9999
|[Data Access](../data/data-access-in-cpp.md)| OLE DB and ODBC|
100100
|[Text and Strings](../text/text-and-strings-in-visual-cpp.md)|Various string types on Windows.|
101101
|[Resources for Creating a Game Using DirectX](resources-for-creating-a-game-using-directx.md)

0 commit comments

Comments
 (0)