Skip to content

Commit 6aa84c0

Browse files
Update Hub + Landing pages to prep for L2 removal (dotnet#18024)
* Update Hub + Landing pages to prep for L2 removal * Update index.yml Fixed the download sdk URI * Update docs/whats-new/index.yml Co-Authored-By: Tom Dykstra <[email protected]> * Update index.yml Per review suggestion, added linkListType: download for download sdk link. * Update index.yml Per review suggestion: Added proper download linktype to download sdk link * Update index.yml Per review suggestion: added linklist type of download for download sdk link. * Update index.yml Per review suggestion: Moved Community into its own section. * Update index.yml fixed yaml formatting error at new community sections Co-authored-by: Tom Dykstra <[email protected]>
1 parent 096cef2 commit 6aa84c0

File tree

5 files changed

+38
-9
lines changed

5 files changed

+38
-9
lines changed

docs/framework/index.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ metadata:
1212
- "f61f02f2-2f20-483d-8f56-a9c8f3a54986"
1313
helpviewer_keywords:
1414
- ".NET Framework guide"
15-
ms.date: 03/23/2020
15+
ms.date: 04/22/2020
1616

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

@@ -40,6 +40,10 @@ landingContent:
4040
# Card
4141
- title: Install .NET Framework
4242
linkLists:
43+
- linkListType: download
44+
links:
45+
- text: Download the .NET SDK
46+
url: https://dotnet.microsoft.com/download
4347
- linkListType: overview
4448
links:
4549
- text: Installation guide

docs/index.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,18 @@ metadata:
1212
ms.collection: collection
1313
author: BillWagner
1414
ms.author: wiwagn
15-
ms.date: 12/19/2019
15+
ms.date: 04/21/2020
1616

1717
# highlightedContent section (optional)
1818
# Maximum of 8 items
1919
highlightedContent:
2020
# itemType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
2121
items:
2222
# Card
23+
- title: "Download .NET"
24+
itemType: download
25+
url: https://dotnet.microsoft.com/download
26+
# Card
2327
- title: "C# introduction. A quick interactive start."
2428
itemType: get-started
2529
url: csharp/tutorials/intro-to-csharp/hello-world.yml
@@ -64,6 +68,12 @@ conceptualContent:
6468
- url: core/tutorials/index.md
6569
itemType: tutorial
6670
text: Tutorials
71+
- url: https://dotnet.microsoft.com/platform/community
72+
itemType: whats-new
73+
text: Community
74+
- url: https://dotnetfoundation.org/
75+
itemType: overview
76+
text: .NET Foundation
6777
# Card
6878
- title: .NET concepts
6979
summary: Learn the fundamental concepts of .NET
@@ -99,7 +109,7 @@ conceptualContent:
99109
- url: core/sdk.md
100110
itemType: download
101111
text: Download the .NET Core SDK
102-
- url: core/tools/index.md
112+
- url: https://dotnet.microsoft.com/download
103113
itemType: overview
104114
text: .NET Core CLI overview
105115
- url: core/porting/index.md

docs/standard/index.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
title: .NET documentation
88
description: Learn about .NET, an open-source developer platform for building many different types of applications.
99
ms.topic: landing-page
10-
ms.date: 03/27/2020
10+
ms.date: 04/22/2020
1111

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

@@ -16,6 +16,10 @@ landingContent:
1616
# Card
1717
- title: Learn about .NET
1818
linkLists:
19+
- linkListType: download
20+
links:
21+
- text: Download the .NET SDK
22+
url: https://dotnet.microsoft.com/download
1923
- linkListType: overview
2024
links:
2125
- text: Tour of .NET

docs/visual-basic/index.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
title: "Visual Basic docs - get started, tutorials, reference."
88
description: "Learn Visual Basic programming in .NET - for beginning developers, developers new to Visual Basic, and experienced Visual Basic developers"
99
ms.topic: landing-page # Required
10-
ms.date: 11/27/2019
10+
ms.date: 04/22/2020
1111

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

@@ -17,6 +17,10 @@ landingContent:
1717
# Card (optional)
1818
- title: Get started
1919
linkLists:
20+
- linkListType: download
21+
links:
22+
- text: Download the .NET SDK
23+
url: https://dotnet.microsoft.com/download
2024
- linkListType: get-started
2125
links:
2226
- text: Build a "Hello World" app with .NET Core

docs/whats-new/index.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
title: .NET documentation what's new?
88
description: "Learn about new and updated content in .NET docs."
99
ms.topic: landing-page
10-
ms.date: 12/12/2019
10+
ms.date: 04/22/2020
1111

1212
landingContent:
1313
- title: "Find .NET updates"
@@ -27,14 +27,16 @@ landingContent:
2727
- text: October 2019
2828
url: 2019-10.md
2929

30-
- title: "Get involved - contribute to .NET docs"
30+
- title: "Get involved - contribute"
3131
linkLists:
3232
- linkListType: overview
3333
links:
3434
- text: ".NET docs repository"
3535
url: https://github.com/dotnet/docs/blob/master/README.md
3636
- text: Project structure and labels for issues and pull requests
37-
url: https://github.com/dotnet/docs/blob/master/styleguide/labels-projects.md
37+
url: https://docs.microsoft.com/contribute/dotnet/labels-projects
38+
- text: ".NET Foundation"
39+
url: https://dotnetfoundation.org/
3840
- linkListType: concept
3941
links:
4042
- text: Microsoft docs contributor guide
@@ -45,7 +47,12 @@ landingContent:
4547
url: https://github.com/dotnet/dotnet-api-docs/blob/master/CONTRIBUTING.md
4648
- text: ".NET samples contributor guide"
4749
url: https://github.com/dotnet/samples/blob/master/CONTRIBUTING.md
48-
50+
- title: "Community"
51+
linkLists:
52+
- linkListType: whats-new
53+
links:
54+
- text: Community
55+
url: https://dotnet.microsoft.com/platform/community
4956
- title: "Related what's new pages"
5057
linkLists:
5158
- linkListType: whats-new

0 commit comments

Comments
 (0)