Skip to content

Commit f161d39

Browse files
authored
Cross-platform landing page (#272)
1 parent f786c2f commit f161d39

File tree

3 files changed

+106
-5
lines changed

3 files changed

+106
-5
lines changed

docs/TOC.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [Welcome to Visual Studio 2017 RC!](welcome-to-visual-studio.md)
2-
# [What's New](ide\whats-new-in-visual-studio.md)
3-
# [Installation](install\TOC.md)
2+
# [What's New](ide/whats-new-in-visual-studio.md)
3+
# [Installation](install/TOC.md)
44
# [Visual Studio IDE](ide/visual-studio-ide.md)
55
# [Visual Basic](/dotnet/articles/visual-basic)
66
# [Visual C#](/dotnet/articles/csharp)
@@ -9,7 +9,7 @@
99
# [Python](python/getting-started-with-python.md)
1010
# [Visual F#](/dotnet/articles/fsharp/)
1111
# [Data Access](data-tools/TOC.md)
12-
# [Cross-Platform Mobile Development](cross-platform/TOC.md)
12+
# [Cross-Platform Mobile Development](cross-platform/cross-platform-mobile-development-in-visual-studio.md)
1313
# [Port, Migrate, and Upgrade Your Code](porting\port-migrate-and-upgrade-visual-studio-projects.md)
1414
# [Extensibility](extensibility/extensibility-in-visual-studio.md)
1515
# [Talk to Us](ide/talk-to-us.md)

docs/cross-platform/index.md

Lines changed: 102 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,104 @@
11
---
2-
redirect_url: /visual-studio/cross-platform/cross-platform-mobile-development
2+
layout: LandingPage
3+
author: jasongroce
4+
ms.author: apexprodleads
5+
ms.topic: landing-page
6+
title: Mobile Development with C++ Documentation
7+
description: Create native C++ apps for iOS, Android and Windows devices with Visual Studio.
38
---
9+
10+
# Mobile Development with C++ Documentation
11+
12+
Create native C++ apps for iOS, Android and Windows devices with Visual Studio.
13+
14+
<ul class="panelContent cardsF">
15+
<li>
16+
<a href="/visualstudio/cross-platform/install-visual-cpp-for-cross-platform-mobile-development">
17+
<div class="cardSize">
18+
<div class="cardPadding">
19+
<div class="card">
20+
<div class="cardImageOuter">
21+
<div class="cardImage">
22+
<img src="/media/common/i_setup.svg" alt="">
23+
</div>
24+
</div>
25+
<div class="cardText">
26+
<h3>Install Visual C++ for Cross-Platform Mobile Development</h3>
27+
<p>Setup the tools required to build cross-platform mobile apps.</p>
28+
</div>
29+
</div>
30+
</div>
31+
</div>
32+
</a>
33+
</li>
34+
<li>
35+
<a href="/visualstudio/cross-platform/visual-cpp-for-cross-platform-mobile-development/">
36+
<div class="cardSize">
37+
<div class="cardPadding">
38+
<div class="card">
39+
<div class="cardImageOuter">
40+
<div class="cardImage">
41+
<img src="/media/common/i_learn-about.svg" alt="">
42+
</div>
43+
</div>
44+
<div class="cardText">
45+
<h3>Learn about Visual C++ for Cross-Platform Mobile Development</h3>
46+
<p>Get an overview of cross-platform mobile development with Visual C++.</p>
47+
</div>
48+
</div>
49+
</div>
50+
</div>
51+
</a>
52+
</li>
53+
<li>
54+
<a href="/visualstudio/cross-platform/cross-platform-mobile-development-examples">
55+
<div class="cardSize">
56+
<div class="cardPadding">
57+
<div class="card">
58+
<div class="cardImageOuter">
59+
<div class="cardImage">
60+
<img src="/media/common/i_xplat-code.svg" alt="">
61+
</div>
62+
</div>
63+
<div class="cardText">
64+
<h3>Cross-Platform Mobile Development Examples</h3>
65+
<p>Samples to get you started with cross-platform mobile development.</p>
66+
</div>
67+
</div>
68+
</div>
69+
</div>
70+
</a>
71+
</li>
72+
</ul>
73+
74+
---
75+
<h2>Reference</h2>
76+
77+
<ul class="panelContent cardsW">
78+
<li>
79+
<div class="cardSize">
80+
<div class="cardPadding">
81+
<div class="card">
82+
<div class="cardText">
83+
<h3><a href="/cpp/visual-cpp-in-visual-studio">Visual C++</a></h3>
84+
<p><a href="/cpp/ide/ide-and-tools-for-visual-cpp-development">IDE and Tools for Visual C++ Development</a><p>
85+
</div>
86+
</div>
87+
</div>
88+
</div>
89+
</li>
90+
<li>
91+
<div class="cardSize">
92+
<div class="cardPadding">
93+
<div class="card">
94+
<div class="cardText">
95+
<h3>Platforms</h3>
96+
<p><a href="/cpp/windows/universal-windows-apps-cpp">Universal Windows Platform (UWP) Documentation</a></p>
97+
<p><a href="https://developer.apple.com/reference">iOS API Documentation</a></p>
98+
<p><a href="https://developer.android.com/guide/index.html">Android API Documentation</a></p>
99+
</div>
100+
</div>
101+
</div>
102+
</div>
103+
</li>
104+
</ul>

docs/data-tools/TOC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
#### [The property <property name> cannot be deleted because it is participating in the association <association name>](the-property-property-name-cannot-be-deleted-because-it-is-participating-in-the-association-association-name.md)
6565
#### [The property <property name> cannot be deleted](the-property-property-name-cannot-be-deleted.md)
6666
#### [The connection property in the Application Settings file is missing or incorrect](the-connection-property-in-the-application-settings-file-is-missing-or-incorrect.md)
67-
#### [You have selected a database object from an unsupported database provider](you-have-selected-a-database-object-from-an-unsupported-database-provider.md)
67+
<!--#### [You have selected a database object from an unsupported database provider](you-have-selected-a-database-object-from-an-unsupported-database-provider.md)-->
6868
#### [Cannot create an association <association name> - property types do not match](cannot-create-an-association-association-name-property-types-do-not-match.md)
6969
#### [Warning. Changes have been made to the Configure Behavior dialog box that have not been applied](warning-changes-have-been-made-to-the-configure-behavior-dialog-box-that-have-not-been-applied.md)
7070
#### [This related method is the backing method for the following default insert, update, or delete methods](this-related-method-is-the-backing-method-for-the-following-default-insert-update-or-delete-methods.md)

0 commit comments

Comments
 (0)