Skip to content

Commit 8530d15

Browse files
authored
Merge pull request #5787 from TerryGLee/tglee-landhub
add Quickstart links to C# and VB landing pages
2 parents 9ea6ea2 + b3bb501 commit 8530d15

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

docs/get-started/csharp/index.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
description: Create C# apps by using Visual Studio.
99
ms.custom: seodec18
1010
ms.topic: landing-page
11-
ms.date: 09/27/2019
11+
ms.date: 11/19/2019
1212
author: ghogen
1313
ms.author: ghogen
1414
manager: jillfra
@@ -31,6 +31,12 @@ landingContent:
3131
links:
3232
- text: Start a guided tour
3333
url: visual-studio-ide.md
34+
- linkListType: quickstart
35+
links:
36+
- text: Create a "Hello World" console app
37+
url: ../../ide/quickstart-csharp-console.md
38+
- text: Create a "Hello World" web app
39+
url: ../../ide/quickstart-aspnet-core.md
3440

3541
# Card
3642
- title: Create C# apps
@@ -52,7 +58,7 @@ landingContent:
5258
- linkListType: video
5359
links:
5460
- text: Create an ASP.NET Core app
55-
url: tutorial-aspnet-core-ef-step-01.md
61+
url: tutorial-aspnet-core-ef-step-01.md
5662

5763
# Card
5864
- title: Learn Visual Studio

docs/get-started/visual-basic/index.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
description: Create Visual Basic apps by using Visual Studio.
99
ms.custom: seodec18
1010
ms.topic: landing-page
11-
ms.date: 09/20/2019
11+
ms.date: 11/19/2019
1212
ms.author: ghogen
1313
author: ghogen
1414
manager: jillfra
@@ -31,6 +31,10 @@ landingContent:
3131
links:
3232
- text: Start a guided tour
3333
url: visual-studio-ide.md
34+
- linkListType: quickstart
35+
links:
36+
- text: Create a "Hello World" console app
37+
url: ../../ide/quickstart-visual-basic-console.md
3438

3539
# Card
3640
- title: Create Visual Basic apps
@@ -44,7 +48,7 @@ landingContent:
4448
- text: Create a Windows Forms app
4549
url: ../../ide/create-a-visual-basic-winform-in-visual-studio.md
4650
- text: Learn about the Visual Basic language
47-
url: /dotnet/visual-basic/developing-apps/programming/
51+
url: /dotnet/visual-basic/developing-apps/programming/
4852

4953
# Card
5054
- title: Learn Visual Studio

0 commit comments

Comments
 (0)