Skip to content

Commit 96ab723

Browse files
author
mikeblome
committed
adjusted breadcrumb file
1 parent 7efbd80 commit 96ab723

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

docs/_breadcrumb/toc.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,19 @@
1919
- name: C/C++ Preprocessor
2020
tocHref: /cpp/preprocessor/
2121
topicHref: /cpp/c-cpp-preprocessor-reference
22+
- name: Compiler Intrinsics and Assembly Language
23+
tocHref: /cpp/intrinsics/
24+
topicHref: /cpp/intrinsics/compiler-intrinsics-and-assembly-language
25+
items:
26+
- name: ARM
27+
tocHref: /cpp/assembler/arm/
28+
topicHref: /cpp/assembler/arm/arm-assembler-reference
29+
- name: Inline assembler
30+
tocHref: /cpp/assembler/inline/
31+
topicHref: /cpp/assembler/inline-assembler
32+
- name: MASM
33+
tocHref: /cpp/assembler/masm/
34+
topicHref: /cpp/assembler/masm/microsoft-macro-assembler-reference
2235
- name: C Runtime Library
2336
tocHref: /cpp/c-runtime-library/
2437
topicHref: /cpp/c-runtime-library/c-run-time-library-reference
@@ -76,21 +89,21 @@
7689
- name: ODBC
7790
tocHref: /cpp/data/odbc/
7891
topicHref: /cpp/data/odbc/open-database-connectivity-odbc
79-
- name: IDE and Tools
92+
- name: Edit, navigate and refactor code
8093
tocHref: /cpp/ide/
8194
topicHref: /cpp/ide/ide-and-tools-for-visual-cpp-development
8295
items:
8396
- name: IDE
8497
tocHref: /cpp/ide/
8598
topicHref: /cpp/ide/using-the-visual-studio-ide-for-cpp-desktop-development
86-
- name: Building
87-
tocHref: /cpp/build/
88-
tocHref: /cpp/build/building-c-cpp-programs
99+
- name: Building C/C++ Projects
100+
tocHref: /cpp/build/
101+
tocHref: /cpp/build/building-c-cpp-programs
102+
items:
103+
- name: Build Reference
104+
tocHref: /cpp/build/reference/
105+
topicHref: /cpp/build/reference/c-cpp-building-reference
89106
items:
90-
- name: Build Reference
91-
tocHref: /cpp/build/reference/
92-
topicHref: /cpp/build/reference/c-cpp-building-reference
93-
items:
94107
- name: Compiler Errors
95108
tocHref: /cpp/error-messages/compiler-errors-1/
96109
topicHref: /cpp/compiler-errors-1/c-cpp-build-errors
@@ -100,19 +113,6 @@
100113
- name: Other Tools
101114
tocHref: /cpp/error-messages/tool-errors/
102115
topicHref: /cpp/error-messages/tool-errors/vectorizer-and-parallelizer-messages
103-
- name: Compiler Intrinsics and Assembly Language
104-
tocHref: /cpp/intrinsics/
105-
topicHref: /cpp/intrinsics/compiler-intrinsics-and-assembly-language
106-
items:
107-
- name: ARM
108-
tocHref: /cpp/assembler/arm/
109-
topicHref: /cpp/assembler/arm/arm-assembler-reference
110-
- name: Inline assembler
111-
tocHref: /cpp/assembler/inline/
112-
topicHref: /cpp/assembler/inline-assembler
113-
- name: MASM
114-
tocHref: /cpp/assembler/masm/
115-
topicHref: /cpp/assembler/masm/microsoft-macro-assembler-reference
116116
- name: Porting and Upgrading
117117
tocHref: /cpp/porting/
118118
topicHref: /cpp/porting/visual-cpp-porting-and-upgrading-guide

0 commit comments

Comments
 (0)