Skip to content

Commit 892aa75

Browse files
authored
Merge pull request #104872 from conceptdev/crdun-mobileapps-newlanding
[mobile-apps] update landing page template
2 parents d07c423 + 6d14ea8 commit 892aa75

File tree

3 files changed

+64
-204
lines changed

3 files changed

+64
-204
lines changed

articles/app-service-mobile/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- name: Mobile Apps Documentation
2-
href: index.md
2+
href: index.yml
33
- name: Overview
44
items:
55
- name: What are Mobile Apps?

articles/app-service-mobile/index.md

Lines changed: 0 additions & 203 deletions
This file was deleted.

articles/app-service-mobile/index.yml

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
### YamlMime:Landing
2+
3+
title: Azure Mobile Apps documentation
4+
summary: Learn how to use Mobile Apps in Azure App Service to build and host native iOS, Android, or Windows apps, or cross-platform apps using Xamarin or Cordova.
5+
6+
metadata:
7+
title: Azure Mobile Apps documentation
8+
description: Learn how to use Mobile Apps in Azure App Service to build and host native iOS, Android, or Windows apps, or cross-platform apps using Xamarin or Cordova.
9+
ms.topic: landing-page
10+
ms.service: app-service-mobile
11+
author: georgewallace
12+
ms.author: gwallace
13+
manager: gwallace
14+
ms.date: 02/19/2020
15+
16+
landingContent:
17+
- title: Overview
18+
linkLists:
19+
- linkListType: concept
20+
links:
21+
- text: What are Mobile Apps?
22+
url: app-service-mobile-value-prop.md
23+
- text: App Service plans
24+
url: ../app-service/overview-hosting-plans.md
25+
- text: App Service video library
26+
url: https://azure.microsoft.com/documentation/videos/index/?services=app-service
27+
28+
29+
- title: Quickstarts
30+
linkLists:
31+
- linkListType: quickstart
32+
links:
33+
- text: Create an Android app
34+
url: app-service-mobile-android-get-started.md
35+
- text: Create an Apache Cordova app
36+
url: app-service-mobile-cordova-get-started.md
37+
- text: Create an iOS app
38+
url: app-service-mobile-ios-get-started.md
39+
- text: Create a Windows app
40+
url: app-service-mobile-windows-store-dotnet-get-started.md
41+
- text: Create a Xamarin.Android app
42+
url: app-service-mobile-xamarin-android-get-started.md
43+
- text: Create a Xamarin.iOS app
44+
url: app-service-mobile-xamarin-ios-get-started.md
45+
- text: Create a Xamarin.Forms app
46+
url: app-service-mobile-xamarin-forms-get-started.md
47+
48+
- title: Reference
49+
linkLists:
50+
- linkListType: reference
51+
links:
52+
- text: .NET backend SDK
53+
url: /dotnet/api/overview/azure/mobile
54+
- text: Node.js backend SDK
55+
url: https://azure.github.io/azure-mobile-apps-node/
56+
- text: Android client SDK
57+
url: https://azure.github.io/azure-mobile-apps-android-client/
58+
- text: iOS client SDK
59+
url: https://azure.github.io/azure-mobile-apps-ios-client/
60+
- text: JavaScript/Cordova client SDK
61+
url: https://azure.github.io/azure-mobile-apps-js-client/
62+
- text: Windows/Xamarin client SDK
63+
url: /dotnet/api/overview/azure/mobileapps/client

0 commit comments

Comments
 (0)