Skip to content

Commit 106986b

Browse files
authored
Refreshed index.md landing page (#35841)
* Refreshed index.md landing page * fixed migration links * Added ai-usage: ai-assisted metadata * Update index.yml Update with shorter migration list and link to earlier versions per tdykstra Better title for overview per tdykstra suggestion
1 parent d6bef22 commit 106986b

File tree

1 file changed

+12
-21
lines changed

1 file changed

+12
-21
lines changed

aspnetcore/index.yml

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ metadata:
1111
ms.topic: hub-page
1212
author: wadepickett
1313
ms.author: wpickett
14-
ms.date: 02/23/2024
14+
ai-usage: ai-assisted
15+
ms.date: 07/28/2025
1516

1617
# highlightedContent section (optional)
1718
# Maximum of 8 items
@@ -23,10 +24,6 @@ highlightedContent:
2324
itemType: get-started
2425
url: get-started.md
2526
# Card
26-
- title: "Create your first web UI"
27-
itemType: get-started
28-
url: tutorials/razor-pages/razor-pages-start.md
29-
# Card
3027
- title: "ASP.NET Core overview"
3128
itemType: overview
3229
url: introduction-to-aspnet-core.md
@@ -55,7 +52,7 @@ conceptualContent:
5552
links:
5653
- url: fundamentals/apis.md
5754
itemType: overview
58-
text: "Overview"
55+
text: "Choose between controller-based APIs and minimal APIs"
5956
- url: tutorials/min-web-api.md
6057
itemType: get-started
6158
text: "Create a minimal web API with ASP.NET Core"
@@ -208,7 +205,7 @@ additionalContent:
208205
# Card
209206
- title: API reference for ASP.NET Core
210207
links:
211-
- url: /dotnet/api/?view=aspnetcore-6.0
208+
- url: /dotnet/api/?view=aspnetcore-9.0
212209
text: ".NET API browser"
213210
# Card
214211
- title: Servers
@@ -341,24 +338,18 @@ additionalContent:
341338
# Card
342339
- title: Migration
343340
links:
341+
- url: migration/80-90.md
342+
text: "ASP.NET Core 8.0 to 9.0"
343+
- url: migration/70-80.md
344+
text: "ASP.NET Core 7.0 to 8.0"
345+
- url: migration/60-70.md
346+
text: "ASP.NET Core 6.0 to 7.0"
344347
- url: migration/50-to-60.md
345348
text: "ASP.NET Core 5.0 to 6.0"
346349
- url: migration/50-to-60-samples.md
347350
text: "ASP.NET Core 5.0 code samples to 6.0 minimal hosting model"
348-
- url: migration/31-to-50.md
349-
text: "ASP.NET Core 3.1 to 5.0"
350-
- url: migration/30-to-31.md
351-
text: "ASP.NET Core 3.0 to 3.1"
352-
- url: migration/22-to-30.md
353-
text: "ASP.NET Core 2.2 to 3.0"
354-
- url: migration/21-to-22.md
355-
text: "ASP.NET Core 2.1 to 2.2"
356-
- url: migration/20_21.md
357-
text: "ASP.NET Core 2.0 to 2.1"
358-
- url: migration/1x-to-2x/index.md
359-
text: "ASP.NET Core 1.x to 2.0"
360-
- url: migration/fx-to-core/index.md
361-
text: "ASP.NET to ASP.NET Core"
351+
- url: /aspnet/core/migration/
352+
text: "Earlier versions"
362353
# Card
363354
- title: Architecture
364355
links:

0 commit comments

Comments
 (0)