@@ -13,7 +13,7 @@ metadata:
13
13
author : ghogen
14
14
ms.author : ghogen
15
15
ms.manager : mijacobs
16
- ms.date : 06/03/2023
16
+ ms.date : 06/20/2024
17
17
ms.custom : vs-acquisition
18
18
19
19
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
@@ -45,24 +45,28 @@ landingContent:
45
45
links :
46
46
- text : Start in the code editor
47
47
url : ../get-started/tutorial-editor.md
48
+ - linkListType : overview
49
+ links :
50
+ - text : Track versions with Git
51
+ url : ../version-control/git-with-visual-studio.md
48
52
- linkListType : how-to-guide
49
53
links :
50
54
- text : Personalize the IDE
51
55
url : ../ide/personalizing-the-visual-studio-ide.md
56
+ - text : Create a new project
57
+ url : create-new-project.md
58
+ - text : Search code and features
59
+ url : visual-studio-search.md
52
60
- text : Compile and build
53
61
url : ../ide/compiling-and-building-in-visual-studio.md
54
- - text : Debug code
55
- url : ../debugger/debugger-feature-tour.md
56
- - text : Write tests
57
- url : ../test/getting-started-with-unit-testing.md
58
- - text : Analyze code quality
59
- url : ../code-quality/roslyn-analyzers-overview.md
60
- - text : Publish a web site
61
- url : ../deployment/quickstart-deploy-to-a-web-site.md
62
- - text : Access data
63
- url : ../data-tools/accessing-data-in-visual-studio.md
62
+ - text : Run a program
63
+ url : ../get-started/csharp/run-program.md
64
64
- text : Productivity features
65
65
url : ../ide/productivity-features.md
66
+ - text : Open a developer command prompt
67
+ url : reference/command-prompt-powershell.md
68
+ - text : Manage extensions
69
+ url : finding-and-using-visual-studio-extensions.md
66
70
67
71
# Card
68
72
- title : Develop in your language
0 commit comments