Skip to content

Commit bf7e60c

Browse files
author
Colin Robertson
committed
Fix breadcrumbs for hubpage
1 parent 32f1067 commit bf7e60c

File tree

1 file changed

+78
-77
lines changed

1 file changed

+78
-77
lines changed

docs/_breadcrumb/toc.yml

Lines changed: 78 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -6,75 +6,57 @@
66
tocHref: /cpp/
77
topicHref: /cpp
88
items:
9-
- name: Microsoft C/C++
10-
tocHref: /cpp/overview/
11-
topicHref: /cpp/overview/visual-cpp-in-visual-studio
9+
- name: ARM and ARM64 assembler
10+
tocHref: /cpp/assembler/arm/
11+
topicHref: /cpp/assembler/arm/arm-assembler-reference
12+
- name: Inline x86 assembler
13+
tocHref: /cpp/assembler/inline/
14+
topicHref: /cpp/assembler/inline/inline-assembler
15+
- name: MASM x86 and x64 assembler
16+
tocHref: /cpp/assembler/masm/
17+
topicHref: /cpp/assembler/masm/microsoft-macro-assembler-reference
18+
- name: ATL
19+
tocHref: /cpp/atl/
20+
topicHref: /cpp/atl/atl-com-desktop-components
21+
- name: ATL/MFC shared classes
22+
tocHref: /cpp/atl-mfc-shared/
23+
topicHref: /cpp/atl-mfc-shared/atl-mfc-shared-classes
1224
items:
13-
- name: C++ language
14-
tocHref: /cpp/cpp/
15-
topicHref: /cpp/cpp/cpp-language-reference
25+
- name: ATL/MFC reference
26+
tocHref: /cpp/atl-mfc-shared/reference/
27+
topicHref: /cpp/atl-mfc-shared/reference/classes-shared-by-mfc-and-atl
28+
- name: Build C/C++ projects
29+
tocHref: /cpp/build/
30+
topicHref: /cpp/build/building-c-cpp-programs
31+
items:
32+
- name: Build reference
33+
tocHref: /cpp/build/reference/
34+
topicHref: /cpp/build/reference/c-cpp-building-reference
35+
- name: Build insights
36+
tocHref: /cpp/build-insights/
37+
topicHref: /cpp/build-insights/get-started-with-cpp-build-insights
1638
- name: C language
1739
tocHref: /cpp/c-language/
1840
topicHref: /cpp/c-language/c-language-reference
19-
- name: C/C++ preprocessor
20-
tocHref: /cpp/preprocessor/
21-
topicHref: /cpp/preprocessor/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 and ARM64 assembler
27-
tocHref: /cpp/assembler/arm/
28-
topicHref: /cpp/assembler/arm/arm-assembler-reference
29-
- name: Inline x86 assembler
30-
tocHref: /cpp/assembler/inline/
31-
topicHref: /cpp/assembler/inline/inline-assembler
32-
- name: MASM x86 and x64 assembler
33-
tocHref: /cpp/assembler/masm/
34-
topicHref: /cpp/assembler/masm/microsoft-macro-assembler-reference
3541
- name: C runtime library
3642
tocHref: /cpp/c-runtime-library/
3743
topicHref: /cpp/c-runtime-library/c-run-time-library-reference
3844
items:
3945
- name: UCRT reference
4046
tocHref: /cpp/c-runtime-library/reference/
4147
topicHref: /cpp/c-runtime-library/reference/crt-alphabetical-function-reference
42-
- name: C++ standard library
43-
tocHref: /cpp/standard-library/
44-
topicHref: /cpp/standard-library/cpp-standard-library-reference
45-
- name: Windows
46-
tocHref: /cpp/windows/
47-
topicHref: /cpp/windows/overview-of-windows-programming-in-cpp
48-
items:
49-
- name: ATL
50-
tocHref: /cpp/atl/
51-
topicHref: /cpp/atl/atl-com-desktop-components
52-
- name: MFC
53-
tocHref: /cpp/mfc/
54-
topicHref: /cpp/mfc/mfc-desktop-applications
55-
items:
56-
- name: MFC reference
57-
tocHref: /cpp/mfc/reference/
58-
topicHref: /cpp/mfc/reference/mfc-classes
59-
- name: ATL/MFC shared classes
60-
tocHref: /cpp/atl-mfc-shared/
61-
topicHref: /cpp/atl-mfc-shared/atl-mfc-shared-classes
62-
items:
63-
- name: ATL/MFC reference
64-
tocHref: /cpp/atl-mfc-shared/reference/
65-
topicHref: /cpp/atl-mfc-shared/reference/classes-shared-by-mfc-and-atl
48+
- name: Cloud and web
49+
tocHref: /cpp/cloud/
50+
topicHref: /cpp/cloud/cloud-and-web-programming-in-visual-cpp
51+
- name: C++ language
52+
tocHref: /cpp/cpp/
53+
topicHref: /cpp/cpp/cpp-language-reference
6654
- name: C++/CX
6755
tocHref: /cpp/cppcx/
6856
topicHref: /cpp/cppcx/visual-c-language-reference-c-cx
69-
- name: Linux
70-
tocHref: /cpp/linux/
71-
topicHref: /cpp/linux/download-install-and-setup-the-linux-development-workload
72-
- name: C++/CLI for .NET
73-
tocHref: /cpp/dotnet/
74-
topicHref: /cpp/dotnet/dotnet-programming-with-cpp-cli-visual-cpp
75-
- name: Parallel programming
76-
tocHref: /cpp/parallel/
77-
topicHref: /cpp/parallel/parallel-programming-in-visual-cpp
57+
- name: Cross-platform mobile development
58+
tocHref: /cpp/cross-platform/
59+
topicHref: /cpp/cross-platform/index
7860
- name: Data access
7961
tocHref: /cpp/data/
8062
topicHref: /cpp/data/data-access-in-cpp
@@ -85,35 +67,54 @@
8567
- name: ODBC
8668
tocHref: /cpp/data/odbc/
8769
topicHref: /cpp/data/odbc/open-database-connectivity-odbc
70+
- name: C++/CLI for .NET
71+
tocHref: /cpp/dotnet/
72+
topicHref: /cpp/dotnet/dotnet-programming-with-cpp-cli-visual-cpp
73+
- name: Errors and warnings
74+
tocHref: /cpp/error-messages/
75+
topicHref: /cpp/error-messages/compiler-errors-1/c-cpp-build-errors
8876
- name: Edit, navigate, and refactor code
89-
tocHref: /cpp/ide
77+
tocHref: /cpp/ide/
9078
topicHref: /cpp/ide/read-and-understand-code-cpp
79+
- name: Compiler intrinsics
80+
tocHref: /cpp/intrinsics/
81+
topicHref: /cpp/intrinsics/compiler-intrinsics
82+
- name: Linux
83+
tocHref: /cpp/linux/
84+
topicHref: /cpp/linux/download-install-and-setup-the-linux-development-workload
85+
- name: MFC
86+
tocHref: /cpp/mfc/
87+
topicHref: /cpp/mfc/mfc-desktop-applications
9188
items:
92-
- name: C++ in the IDE
93-
tocHref: /cpp/ide/
94-
topicHref: /cpp/ide/using-the-visual-studio-ide-for-cpp-desktop-development
95-
- name: Build C/C++ projects
96-
tocHref: /cpp/build/
97-
topicHref: /cpp/build/building-c-cpp-programs
89+
- name: MFC reference
90+
tocHref: /cpp/mfc/reference/
91+
topicHref: /cpp/mfc/reference/mfc-classes
92+
- name: Microsoft C/C++
93+
tocHref: /cpp/overview/
94+
topicHref: /cpp/overview/visual-cpp-in-visual-studio
9895
items:
99-
- name: Build reference
100-
tocHref: /cpp/build/reference/
101-
topicHref: /cpp/build/reference/c-cpp-building-reference
102-
- name: Build insights
103-
tocHref: /cpp/build-insights/
104-
topicHref: /cpp/build-insights/get-started-with-cpp-build-insights
105-
- name: Errors and warnings
106-
tocHref: /cpp/error-messages/
107-
topicHref: /cpp/error-messages/compiler-errors-1/c-cpp-build-errors
96+
- name: Parallel programming
97+
tocHref: /cpp/parallel/
98+
topicHref: /cpp/parallel/parallel-programming-in-visual-cpp
99+
- name: C/C++ preprocessor
100+
tocHref: /cpp/preprocessor/
101+
topicHref: /cpp/preprocessor/c-cpp-preprocessor-reference
108102
- name: Porting and upgrading
109103
tocHref: /cpp/porting/
110104
topicHref: /cpp/porting/visual-cpp-porting-and-upgrading-guide
105+
- name: C/C++ preprocessor
106+
tocHref: /cpp/preprocessor/
107+
topicHref: /cpp/preprocessor/c-cpp-preprocessor-reference
108+
- name: Security
109+
tocHref: /cpp/security/
110+
topicHref: /cpp/security/security-best-practices-for-cpp
111+
- name: C++ standard library
112+
tocHref: /cpp/standard-library/
113+
topicHref: /cpp/standard-library/cpp-standard-library-reference
111114
- name: Text and strings
112115
tocHref: /cpp/text/
113116
topicHref: /cpp/text/text-and-strings-in-visual-cpp
114-
- name: Security
115-
tocHref: /cpp/security
116-
topicHref: /cpp/security/security-best-practices-for-cpp
117-
- name: Cloud and web
118-
tocHref: /cpp/cloud
119-
topicHref: /cpp/cloud/cloud-and-web-programming-in-visual-cpp
117+
- name: Windows
118+
tocHref: /cpp/windows/
119+
topicHref: /cpp/windows/overview-of-windows-programming-in-cpp
120+
items:

0 commit comments

Comments
 (0)