Skip to content

Commit d06cae2

Browse files
authored
Add breaking changes to TOC (#35947)
1 parent 7cc5281 commit d06cae2

File tree

3 files changed

+48
-20
lines changed

3 files changed

+48
-20
lines changed

aspnetcore/breadcrumb/toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
items:
12
- name: Docs
23
tocHref: /
34
topicHref: /
@@ -17,6 +18,9 @@
1718
- name: ASP.NET Core
1819
tocHref: /dotnet/core/
1920
topicHref: /aspnet/core/index
21+
- name: ASP.NET Core
22+
tocHref: /dotnet/core/compatibility
23+
topicHref: /aspnet/core/index
2024
- name: ASP.NET Core
2125
tocHref: /dotnet/standard/
2226
topicHref: /aspnet/core/index

aspnetcore/release-notes/aspnetcore-10.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ uid: aspnetcore-10
1111

1212
This article highlights the most significant changes in ASP.NET Core in .NET 10 with links to relevant documentation.
1313

14-
This article will be updated as new preview releases are made available. For breaking changes, see [Breaking changes in .NET](/dotnet/core/compatibility/breaking-changes).
14+
This article will be updated as new preview releases are made available. For breaking changes, see [Breaking changes in .NET](/dotnet/core/compatibility/10.0#aspnet-core).
1515

1616
## Blazor
1717

aspnetcore/toc.yml

Lines changed: 43 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,42 @@ items:
77
uid: get-started
88
- name: What's new
99
items:
10-
- name: What's new in 10
11-
uid: aspnetcore-10
12-
- name: What's new in 9
13-
uid: aspnetcore-9
14-
- name: What's new in 8
15-
uid: aspnetcore-8
16-
- name: What's new in 7
17-
uid: aspnetcore-7
18-
- name: What's new in 6
19-
uid: aspnetcore-6.0
20-
- name: What's new in 5
21-
uid: aspnetcore-5.0
10+
- name: ASP.NET Core 10
11+
items:
12+
- name: What's new in 10
13+
uid: aspnetcore-10
14+
- name: Breaking changes
15+
href: /dotnet/core/compatibility/10.0?toc=/aspnet/core/toc.json&bc=/aspnet/core/breadcrumb/toc.json#aspnet-core
16+
- name: ASP.NET Core 9
17+
items:
18+
- name: What's new in 9
19+
uid: aspnetcore-9
20+
- name: Breaking changes
21+
href: /dotnet/core/compatibility/9.0?toc=/aspnet/core/toc.json&bc=/aspnet/core/breadcrumb/toc.json#aspnet-core
22+
- name: ASP.NET Core 8
23+
items:
24+
- name: What's new in 8
25+
uid: aspnetcore-8
26+
- name: Breaking changes
27+
href: /dotnet/core/compatibility/8.0?toc=/aspnet/core/toc.json&bc=/aspnet/core/breadcrumb/toc.json#aspnet-core
28+
- name: ASP.NET Core 7
29+
items:
30+
- name: What's new in 7
31+
uid: aspnetcore-7
32+
- name: Breaking changes
33+
href: /dotnet/core/compatibility/7.0?toc=/aspnet/core/toc.json&bc=/aspnet/core/breadcrumb/toc.json#aspnet-core
34+
- name: ASP.NET Core 6
35+
items:
36+
- name: What's new in 6
37+
uid: aspnetcore-6.0
38+
- name: Breaking changes
39+
href: /dotnet/core/compatibility/6.0?toc=/aspnet/core/toc.json&bc=/aspnet/core/breadcrumb/toc.json#aspnet-core
40+
- name: ASP.NET Core 5
41+
items:
42+
- name: What's new in 5
43+
uid: aspnetcore-5.0
44+
- name: Breaking changes
45+
href: /dotnet/core/compatibility/5.0?toc=/aspnet/core/toc.json&bc=/aspnet/core/breadcrumb/toc.json#aspnet-core
2246
- name: What's new in 3.1
2347
uid: aspnetcore-3.1
2448
- name: What's new in 3.0
@@ -289,7 +313,7 @@ items:
289313
uid: fundamentals/error-handling
290314
- name: Make HTTP requests
291315
displayName: httpclient, httpclientfactory
292-
uid: fundamentals/http-requests
316+
uid: fundamentals/http-requests
293317
- name: Map Static files
294318
uid: fundamentals/map-static-files
295319
- name: Static files
@@ -914,7 +938,7 @@ items:
914938
uid: fundamentals/openapi/aspnetcore-openapi
915939
- name: Include OpenAPI metadata
916940
uid: fundamentals/openapi/include-metadata
917-
- name: XML doc comment support
941+
- name: XML doc comment support
918942
uid: fundamentals/openapi/aspnet-openapi-xml
919943
- name: Customize OpenAPI documents
920944
uid: fundamentals/openapi/customize-openapi
@@ -1154,7 +1178,7 @@ items:
11541178
uid: fundamentals/servers/index
11551179
- name: HTTP.sys
11561180
displayName: deploy, publish, server, httpsys
1157-
uid: fundamentals/servers/httpsys
1181+
uid: fundamentals/servers/httpsys
11581182
- name: Kestrel
11591183
items:
11601184
- name: Overview
@@ -1324,7 +1348,7 @@ items:
13241348
displayName: yarp
13251349
uid: fundamentals/servers/yarp/websockets
13261350
- name: Extensibility
1327-
items:
1351+
items:
13281352
- name: Overview
13291353
displayName: yarp
13301354
uid: fundamentals/servers/yarp/extensibility
@@ -1347,7 +1371,7 @@ items:
13471371
uid: fundamentals/servers/yarp/httpsys-delegation
13481372
- name: Service Fabric Integration
13491373
displayName: yarp
1350-
uid: fundamentals/servers/yarp/service-fabric-int
1374+
uid: fundamentals/servers/yarp/service-fabric-int
13511375
- name: YARP Kubernetes Ingress Controller
13521376
displayName: yarp
13531377
uid: fundamentals/servers/yarp/kubernetes-ingress
@@ -1566,7 +1590,7 @@ items:
15661590
- name: Inheritance
15671591
uid: data/ef-mvc/inheritance
15681592
- name: Advanced topics
1569-
uid: data/ef-mvc/advanced
1593+
uid: data/ef-mvc/advanced
15701594
- name: Scaffold a data model with dotnet scaffold in RP
15711595
uid: data/dotnet-scaffold-rp
15721596
- name: EF 6 with ASP.NET Core
@@ -2125,7 +2149,7 @@ items:
21252149
uid: migration/fx-to-core/inc/blazor
21262150
- name: Technology Areas
21272151
items:
2128-
- name: Overview
2152+
- name: Overview
21292153
uid: migration/fx-to-core/areas
21302154
- name: HttpContext
21312155
uid: migration/fx-to-core/areas/http-context

0 commit comments

Comments
 (0)