Skip to content
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
6 changes: 5 additions & 1 deletion docs/framework/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
- "f61f02f2-2f20-483d-8f56-a9c8f3a54986"
helpviewer_keywords:
- ".NET Framework guide"
ms.date: 03/23/2020
ms.date: 04/22/2020

# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new

Expand Down Expand Up @@ -40,6 +40,10 @@ landingContent:
# Card
- title: Install .NET Framework
linkLists:
- linkListType: download
links:
- text: Download the .NET SDK
url: https://dotnet.microsoft.com/download
- linkListType: overview
links:
- text: Installation guide
Expand Down
14 changes: 12 additions & 2 deletions docs/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,18 @@ metadata:
ms.collection: collection
author: BillWagner
ms.author: wiwagn
ms.date: 12/19/2019
ms.date: 04/21/2020

# highlightedContent section (optional)
# Maximum of 8 items
highlightedContent:
# itemType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
items:
# Card
- title: "Download .NET"
itemType: download
url: https://dotnet.microsoft.com/download
# Card
- title: "C# introduction. A quick interactive start."
itemType: get-started
url: csharp/tutorials/intro-to-csharp/hello-world.yml
Expand Down Expand Up @@ -64,6 +68,12 @@ conceptualContent:
- url: core/tutorials/index.md
itemType: tutorial
text: Tutorials
- url: https://dotnet.microsoft.com/platform/community
itemType: whats-new
text: Community
- url: https://dotnetfoundation.org/
itemType: overview
text: .NET Foundation
# Card
- title: .NET concepts
summary: Learn the fundamental concepts of .NET
Expand Down Expand Up @@ -99,7 +109,7 @@ conceptualContent:
- url: core/sdk.md
itemType: download
text: Download the .NET Core SDK
- url: core/tools/index.md
- url: https://dotnet.microsoft.com/download
itemType: overview
text: .NET Core CLI overview
- url: core/porting/index.md
Expand Down
6 changes: 5 additions & 1 deletion docs/standard/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
title: .NET documentation
description: Learn about .NET, an open-source developer platform for building many different types of applications.
ms.topic: landing-page
ms.date: 03/27/2020
ms.date: 04/22/2020

# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new

Expand All @@ -16,6 +16,10 @@ landingContent:
# Card
- title: Learn about .NET
linkLists:
- linkListType: download
links:
- text: Download the .NET SDK
url: https://dotnet.microsoft.com/download
- linkListType: overview
links:
- text: Tour of .NET
Expand Down
6 changes: 5 additions & 1 deletion docs/visual-basic/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
title: "Visual Basic docs - get started, tutorials, reference."
description: "Learn Visual Basic programming in .NET - for beginning developers, developers new to Visual Basic, and experienced Visual Basic developers"
ms.topic: landing-page # Required
ms.date: 11/27/2019
ms.date: 04/22/2020

# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new

Expand All @@ -17,6 +17,10 @@ landingContent:
# Card (optional)
- title: Get started
linkLists:
- linkListType: download
links:
- text: Download the .NET SDK
url: https://dotnet.microsoft.com/download
- linkListType: get-started
links:
- text: Build a "Hello World" app with .NET Core
Expand Down
15 changes: 11 additions & 4 deletions docs/whats-new/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
title: .NET documentation what's new?
description: "Learn about new and updated content in .NET docs."
ms.topic: landing-page
ms.date: 12/12/2019
ms.date: 04/22/2020

landingContent:
- title: "Find .NET updates"
Expand All @@ -27,14 +27,16 @@ landingContent:
- text: October 2019
url: 2019-10.md

- title: "Get involved - contribute to .NET docs"
- title: "Get involved - contribute"
linkLists:
- linkListType: overview
links:
- text: ".NET docs repository"
url: https://github.com/dotnet/docs/blob/master/README.md
- text: Project structure and labels for issues and pull requests
url: https://github.com/dotnet/docs/blob/master/styleguide/labels-projects.md
url: https://docs.microsoft.com/contribute/dotnet/labels-projects
- text: ".NET Foundation"
url: https://dotnetfoundation.org/
- linkListType: concept
links:
- text: Microsoft docs contributor guide
Expand All @@ -45,7 +47,12 @@ landingContent:
url: https://github.com/dotnet/dotnet-api-docs/blob/master/CONTRIBUTING.md
- text: ".NET samples contributor guide"
url: https://github.com/dotnet/samples/blob/master/CONTRIBUTING.md

- title: "Community"
linkLists:
- linkListType: whats-new
links:
- text: Community
url: https://dotnet.microsoft.com/platform/community
- title: "Related what's new pages"
linkLists:
- linkListType: whats-new
Expand Down