Skip to content

Commit 235d974

Browse files
author
Colin Robertson
authored
Merge pull request MicrosoftDocs#1621 from MicrosoftDocs/master
Merge Get started content to live
2 parents 185b8ee + b0d9786 commit 235d974

33 files changed

+620
-0
lines changed

.acrolinx-config.edn

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{:allowed-branchname-matches ["^master$" "^release..*"]
2+
:allowed-filename-matches ["docs" "styleguide"]}

docs/docfx.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"externalReference": [],
3737
"globalMetadata": {
3838
"breadcrumb_path": "~/_breadcrumb/toc.yml",
39+
"extendBreadcrumb": "true",
3940
"ROBOTS": "INDEX,FOLLOW",
4041
"manager": "wpickett",
4142
"ms.date": "11/16/2016",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
- name: Docs
2+
tocHref: /
3+
topicHref: /
4+
items:
5+
- name: C++ | Visual Studio
6+
tocHref: /cpp/
7+
topicHref: /cpp/ide/
8+
items:
9+
- name: C++
10+
tocHref: /cpp/get-started/
11+
topicHref: /cpp/get-started/index

docs/get-started/index.yml

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
### YamlMime:YamlDocument
2+
documentType: LandingData
3+
title: Visual Studio | C++
4+
metadata:
5+
title: C++ development in Visual Studio
6+
meta.description: Tutorials and conceptual articles about developing C++ apps in Visual Studio.
7+
author: corob-msft
8+
ms.topic: landing-page
9+
ms.date: 12/11/2018
10+
ms.author: corob
11+
sections:
12+
- title: Get Started
13+
items:
14+
- type: list
15+
style: cards
16+
className: cardsM
17+
columns: 3
18+
items:
19+
- href: ../build/vscpp-step-0-installation.md
20+
html: <p></p>
21+
image:
22+
src: https://docs.microsoft.com/media/common/i_setup.svg
23+
title: Install Visual Studio with C++
24+
- href: visual-studio-ide-cpp.md
25+
html: <p></p>
26+
image:
27+
src: https://docs.microsoft.com/media/logos/logo_visual-studio.svg
28+
title: Start a Guided Tour
29+
- title: C++ tutorials
30+
items:
31+
- type: list
32+
style: cards
33+
className: cardsM
34+
columns: 3
35+
items:
36+
- href: tutorial-console-cpp.md
37+
html: <p></p>
38+
image:
39+
src: https://docs.microsoft.com/media/logos/logo_Cplusplus.svg
40+
title: Create your first C++ app
41+
- href: /windows/uwp/cpp-and-winrt-apis/get-started
42+
html: <p></p>
43+
image:
44+
src: https://docs.microsoft.com/media/logos/logo_Windows.svg
45+
title: Create a Universal Windows App
46+
- href: /cpp/windows/walkthrough-creating-windows-desktop-applications-cpp
47+
html: <p></p>
48+
image:
49+
src: https://docs.microsoft.com/media/logos/logo_Windows.svg
50+
title: Create a Windows Desktop app
51+
- href: /windows/uwp/gaming/tutorial--create-your-first-uwp-directx-game
52+
html: <p></p>
53+
image:
54+
src: https://docs.microsoft.com/media/common/i_get-started.svg
55+
title: Create a UWP game with DirectX
56+
- title: Learn Visual Studio
57+
items:
58+
- type: paragraph
59+
text: 'Learn how to use Visual Studio for your development tasks.'
60+
- type: list
61+
style: cards
62+
className: cardsM
63+
columns: 3
64+
items:
65+
- href: /visualstudio/get-started/tutorial-editor
66+
html: <p></p>
67+
image:
68+
src: https://docs.microsoft.com/media/common/i_code-edit.svg
69+
title: Write and edit code
70+
- href: /visualstudio/ide/compiling-and-building-in-visual-studio.md
71+
html: <p></p>
72+
image:
73+
src: https://docs.microsoft.com/media/common/i_build.svg
74+
title: Compile and build
75+
- href: /visualstudio/debugger/getting-started-with-the-debugger-cpp
76+
html: <p></p>
77+
image:
78+
src: https://docs.microsoft.com/media/common/i_debug.svg
79+
title: Debug your code
15.1 KB
Loading
6.78 KB
Loading
127 KB
Loading
154 KB
Loading
80.6 KB
Loading
357 KB
Loading

0 commit comments

Comments
 (0)