Skip to content

Commit afd0ef6

Browse files
authored
add ai to hub page (#45079)
1 parent 4e31c96 commit afd0ef6

File tree

2 files changed

+23
-20
lines changed

2 files changed

+23
-20
lines changed

docs/ai/index.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
### YamlMime:Landing
22

3-
title: AI for .NET developers
4-
summary: Learn to use AI with .NET. Browse sample code, tutorials, quickstarts, conceptual articles, and more.
3+
title: AI apps for .NET developers
4+
summary: Learn to build AI apps with .NET. Browse sample code, tutorials, quickstarts, conceptual articles, and more.
55

66
metadata:
7-
title: AI for .NET developers
8-
description: Samples, tutorials, and education for using AI with .NET
7+
title: AI apps for .NET developers
8+
description: Samples, tutorials, and education for building AI apps with .NET
99
ms.topic: hub-page
1010
ms.service: dotnet
1111
ms.date: 12/19/2024

docs/index.yml

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ metadata:
1212
ms.collection: collection
1313
author: BillWagner
1414
ms.author: wiwagn
15-
ms.date: 11/13/2023
15+
ms.date: 02/28/2025
1616

1717
# highlightedContent section (optional)
1818
# Maximum of 8 items
@@ -24,33 +24,33 @@ highlightedContent:
2424
itemType: download
2525
url: https://dotnet.microsoft.com/download
2626
# Card
27+
- title: "What's new in .NET"
28+
itemType: whats-new
29+
url: whats-new/index.yml
30+
# Card
31+
- title: "Build AI apps in .NET"
32+
itemType: overview
33+
url: ai/index.yml
34+
# Card
35+
- title: .NET Aspire
36+
itemType: overview
37+
url: /dotnet/aspire
38+
# Card
2739
- title: "Build .NET apps with C#"
2840
itemType: learn
2941
url: /training/paths/build-dotnet-applications-csharp
3042
# Card
31-
- title: Create your first web app
32-
itemType: learn
33-
url: https://dotnet.microsoft.com/learn/aspnet/hello-world-tutorial/intro
34-
# Card
3543
- title: "Interactive introduction to C#"
3644
itemType: get-started
3745
url: csharp/tour-of-csharp/tutorials/hello-world.yml
3846
# Card
39-
- title: ".NET architecture docs"
40-
itemType: architecture
41-
url: architecture/index.yml
42-
# Card
4347
- title: "Azure for .NET developers"
4448
itemType: overview
4549
url: azure/index.yml
4650
# Card
47-
- title: .NET Aspire
48-
itemType: overview
49-
url: /dotnet/aspire
50-
# Card
51-
- title: "What's new in .NET"
52-
itemType: whats-new
53-
url: whats-new/index.yml
51+
- title: ".NET architecture docs"
52+
itemType: architecture
53+
url: architecture/index.yml
5454

5555
# conceptualContent section (optional)
5656
conceptualContent:
@@ -111,6 +111,9 @@ conceptualContent:
111111
# Card
112112
- title: Develop .NET apps
113113
links:
114+
- url: ai/quickstarts/get-started-openai.md
115+
itemType: quickstart
116+
text: Build an Azure AI chat app with .NET
114117
- url: /dotnet/desktop/wpf/get-started/create-app-visual-studio
115118
itemType: tutorial
116119
text: Create .NET desktop apps for Windows

0 commit comments

Comments
 (0)