From cf942e08cb314334b8ad00ece1d39900b8b8fe17 Mon Sep 17 00:00:00 2001 From: Tom Dykstra Date: Tue, 8 Jan 2019 14:01:36 -0800 Subject: [PATCH] Move What's new higher in the TOC (#10271) --- aspnetcore/toc.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/aspnetcore/toc.md b/aspnetcore/toc.md index 8282dc4486..7c9aefa115 100644 --- a/aspnetcore/toc.md +++ b/aspnetcore/toc.md @@ -5,6 +5,12 @@ # [Get started](xref:getting-started) +# What's new +## [What's new in 2.2](xref:aspnetcore-2.2) +## [What's new in 2.1](xref:aspnetcore-2.1) +## [What's new in 2.0](xref:aspnetcore-2.0) +## [What's new in 1.1](xref:aspnetcore-1.1) + # Tutorials ## Web API apps ### [Create a web API](xref:tutorials/first-web-api) @@ -411,12 +417,6 @@ ### [HTTP modules to middleware](xref:migration/http-modules) ## [Logging (not ASP.NET Core)](xref:migration/logging-nonaspnetcore) -# What's new -## [What's new in 2.2](xref:aspnetcore-2.2) -## [What's new in 2.1](xref:aspnetcore-2.1) -## [What's new in 2.0](xref:aspnetcore-2.0) -## [What's new in 1.1](xref:aspnetcore-1.1) - # [API reference](/dotnet/api/?view=aspnetcore-2.2) # [Contribute](https://github.com/aspnet/Docs/blob/master/CONTRIBUTING.md)