Skip to content

Commit b3bb501

Browse files
committed
move Quickstart links to the Get Started section
1 parent 8e2262b commit b3bb501

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

docs/get-started/csharp/index.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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,13 +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
56-
- linkListType: quickstart
57-
links:
58-
- text: Create a "Hello World" console app
59-
url: ../../ide/quickstart-csharp-console.md
60-
- text: Create a "Hello World" web app
61-
url: ../../ide/quickstart-aspnet-core.md
61+
url: tutorial-aspnet-core-ef-step-01.md
6262

6363
# Card
6464
- title: Learn Visual Studio

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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,11 +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/
48-
- linkListType: quickstart
49-
links:
50-
- text: Create a "Hello World" console app
51-
url: ../../ide/quickstart-visual-basic-console.md
51+
url: /dotnet/visual-basic/developing-apps/programming/
5252

5353
# Card
5454
- title: Learn Visual Studio

0 commit comments

Comments
 (0)