Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make AI apps more prominent on hub page #45079

Merged
merged 1 commit into from
Mar 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/ai/index.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
### YamlMime:Landing

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

metadata:
title: AI for .NET developers
description: Samples, tutorials, and education for using AI with .NET
title: AI apps for .NET developers
description: Samples, tutorials, and education for building AI apps with .NET
ms.topic: hub-page
ms.service: dotnet
ms.date: 12/19/2024
Expand Down
35 changes: 19 additions & 16 deletions docs/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
ms.collection: collection
author: BillWagner
ms.author: wiwagn
ms.date: 11/13/2023
ms.date: 02/28/2025

# highlightedContent section (optional)
# Maximum of 8 items
Expand All @@ -24,33 +24,33 @@ highlightedContent:
itemType: download
url: https://dotnet.microsoft.com/download
# Card
- title: "What's new in .NET"
itemType: whats-new
url: whats-new/index.yml
# Card
- title: "Build AI apps in .NET"
itemType: overview
url: ai/index.yml
# Card
- title: .NET Aspire
itemType: overview
url: /dotnet/aspire
# Card
- title: "Build .NET apps with C#"
itemType: learn
url: /training/paths/build-dotnet-applications-csharp
# Card
- title: Create your first web app
itemType: learn
url: https://dotnet.microsoft.com/learn/aspnet/hello-world-tutorial/intro
# Card
- title: "Interactive introduction to C#"
itemType: get-started
url: csharp/tour-of-csharp/tutorials/hello-world.yml
# Card
- title: ".NET architecture docs"
itemType: architecture
url: architecture/index.yml
# Card
- title: "Azure for .NET developers"
itemType: overview
url: azure/index.yml
# Card
- title: .NET Aspire
itemType: overview
url: /dotnet/aspire
# Card
- title: "What's new in .NET"
itemType: whats-new
url: whats-new/index.yml
- title: ".NET architecture docs"
itemType: architecture
url: architecture/index.yml

# conceptualContent section (optional)
conceptualContent:
Expand Down Expand Up @@ -111,6 +111,9 @@ conceptualContent:
# Card
- title: Develop .NET apps
links:
- url: ai/quickstarts/get-started-openai.md
itemType: quickstart
text: Build an Azure AI chat app with .NET
- url: /dotnet/desktop/wpf/get-started/create-app-visual-studio
itemType: tutorial
text: Create .NET desktop apps for Windows
Expand Down